+14
-14
lines changedFilter options
+14
-14
lines changed Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ This module is already production ready and is powering [the Taobao LineZing sit
67
67
Version
68
68
=======
69
69
70
-
This document describes ngx_drizzle [v0.1.6](https://github.com/chaoslawful/drizzle-nginx-module/tags) released on 2 September 2013.
70
+
This document describes ngx_drizzle [v0.1.7](https://github.com/chaoslawful/drizzle-nginx-module/tags) released on 19 December 2013.
71
71
72
72
Synopsis
73
73
========
@@ -697,12 +697,12 @@ Alternatively, you can compile this module with Nginx core's source by hand:
697
697
```
698
698
You can fix this by pointing `python` to `python2`.
699
699
* Download the latest version of the release tarball of this module from drizzle-nginx-module [file list](http://github.com/chaoslawful/drizzle-nginx-module/tags).
700
-
* Grab the nginx source code from [nginx.org](http://nginx.org/), for example, the version 1.4.2 (see [nginx compatibility](#compatibility)), and then build the source with this module:
700
+
* Grab the nginx source code from [nginx.org](http://nginx.org/), for example, the version 1.4.4 (see [nginx compatibility](#compatibility)), and then build the source with this module:
701
701
```bash
702
702
703
-
wget 'http://nginx.org/download/nginx-1.4.2.tar.gz'
704
-
tar -xzvf nginx-1.4.2.tar.gz
705
-
cd nginx-1.4.2/
703
+
wget 'http://nginx.org/download/nginx-1.4.4.tar.gz'
704
+
tar -xzvf nginx-1.4.4.tar.gz
705
+
cd nginx-1.4.4/
706
706
707
707
# if you have installed libdrizzle to the prefix /opt/drizzle, then
708
708
# specify the following environments:
@@ -731,7 +731,7 @@ This module has been tested on Linux and Mac OS X. Reports on other POSIX-compli
731
731
The following versions of Nginx should work with this module:
732
732
733
733
* 1.5.x (last tested: 1.5.4)
734
-
* 1.4.x (last tested: 1.4.2)
734
+
* 1.4.x (last tested: 1.4.4)
735
735
* 1.3.x (last tested: 1.3.7)
736
736
* 1.2.x (last tested: 1.2.9)
737
737
* 1.1.x (last tested: 1.1.5)
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ This module is already production ready and is powering [http://lz.taobao.com th
10
10
11
11
= Version =
12
12
13
-
This document describes ngx_drizzle [https://github.com/chaoslawful/drizzle-nginx-module/tags v0.1.6] released on 2 September 2013.
13
+
This document describes ngx_drizzle [https://github.com/chaoslawful/drizzle-nginx-module/tags v0.1.7] released on 19 December 2013.
14
14
15
15
= Synopsis =
16
16
@@ -545,11 +545,11 @@ Alternatively, you can compile this module with Nginx core's source by hand:
545
545
</geshi>
546
546
: You can fix this by pointing <code>python</code> to <code>python2</code>.
547
547
* Download the latest version of the release tarball of this module from drizzle-nginx-module [http://github.com/chaoslawful/drizzle-nginx-module/tags file list].
548
-
* Grab the nginx source code from [http://nginx.org/ nginx.org], for example, the version 1.4.2 (see [[#Compatibility|nginx compatibility]]), and then build the source with this module:
548
+
* Grab the nginx source code from [http://nginx.org/ nginx.org], for example, the version 1.4.4 (see [[#Compatibility|nginx compatibility]]), and then build the source with this module:
549
549
<geshi lang="bash">
550
-
wget 'http://nginx.org/download/nginx-1.4.2.tar.gz'
551
-
tar -xzvf nginx-1.4.2.tar.gz
552
-
cd nginx-1.4.2/
550
+
wget 'http://nginx.org/download/nginx-1.4.4.tar.gz'
551
+
tar -xzvf nginx-1.4.4.tar.gz
552
+
cd nginx-1.4.4/
553
553
554
554
# if you have installed libdrizzle to the prefix /opt/drizzle, then
555
555
# specify the following environments:
@@ -575,7 +575,7 @@ This module has been tested on Linux and Mac OS X. Reports on other POSIX-compli
575
575
The following versions of Nginx should work with this module:
576
576
577
577
* 1.5.x (last tested: 1.5.4)
578
-
* 1.4.x (last tested: 1.4.2)
578
+
* 1.4.x (last tested: 1.4.4)
579
579
* 1.3.x (last tested: 1.3.7)
580
580
* 1.2.x (last tested: 1.2.9)
581
581
* 1.1.x (last tested: 1.1.5)
Original file line number Diff line number Diff line change
@@ -35,9 +35,9 @@
35
35
#define NGX_HTTP_GONE 410
36
36
#endif
37
37
38
-
#define ngx_http_drizzle_module_version 15
38
+
#define ngx_http_drizzle_module_version 1007
39
39
#define ngx_http_drizzle_module_version_string \
40
-
"0.0.15"
40
+
"0.1.7"
41
41
42
42
extern ngx_module_t ngx_http_drizzle_module;
43
43
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4