+18
-14
lines changedFilter options
+18
-14
lines changed Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ Table of Contents
61
61
Version
62
62
=======
63
63
64
-
This document describes ngx_memc [v0.14](http://github.com/openresty/memc-nginx-module/tags) released on 14 December 2013.
64
+
This document describes ngx_memc [v0.15](http://github.com/openresty/memc-nginx-module/tags) released on 8 July 2014.
65
65
66
66
Synopsis
67
67
========
@@ -187,7 +187,7 @@ When used in conjunction with [lua-nginx-module](http://github.com/openresty/lua
187
187
Keep-alive connections to memcached servers
188
188
-------------------------------------------
189
189
190
-
You need [HttpUpstreamKeepaliveModule](http://wiki.nginx.org/HttpUpstreamKeepaliveModule) together with this module for keep-alive TCP connections to your backend memcached servers.
190
+
You need the (now standard) [HttpUpstreamKeepaliveModule](http://wiki.nginx.org/HttpUpstreamKeepaliveModule) together with this module for keep-alive TCP connections to your backend memcached servers.
191
191
192
192
Here's a sample configuration:
193
193
@@ -603,13 +603,13 @@ You're recommended to install this module (as well as the Nginx core and many ot
603
603
Alternatively, you can compile this module into the standard Nginx source distribution by hand:
604
604
605
605
Grab the nginx source code from [nginx.org](http://nginx.org/), for example,
606
-
the version 1.4.4 (see [nginx compatibility](#compatibility)), and then build the source with this module:
606
+
the version 1.7.2 (see [nginx compatibility](#compatibility)), and then build the source with this module:
607
607
608
608
```bash
609
609
610
-
wget 'http://nginx.org/download/nginx-1.4.4.tar.gz'
611
-
tar -xzvf nginx-1.4.4.tar.gz
612
-
cd nginx-1.4.4/
610
+
wget 'http://nginx.org/download/nginx-1.7.2.tar.gz'
611
+
tar -xzvf nginx-1.7.2.tar.gz
612
+
cd nginx-1.7.2/
613
613
614
614
# Here we assume you would install you nginx under /opt/nginx/.
615
615
./configure --prefix=/opt/nginx \
@@ -641,7 +641,8 @@ Compatibility
641
641
642
642
The following versions of Nginx should work with this module:
643
643
644
-
* **1.5.x** (last tested: 1.5.4)
644
+
* **1.7.x** (last tested: 1.7.2)
645
+
* **1.5.x** (last tested: 1.5.12)
645
646
* **1.4.x** (last tested: 1.4.4)
646
647
* **1.2.x** (last tested: 1.2.9)
647
648
* **1.1.x** (last tested: 1.1.5)
@@ -793,3 +794,4 @@ See Also
793
794
* The standard [memcached](http://nginx.org/en/docs/http/ngx_http_memcached_module.html) module.
794
795
* The [echo module](http://github.com/openresty/echo-nginx-module) for Nginx module's automated testing.
795
796
* The standard [headers](http://nginx.org/en/docs/http/ngx_http_headers_module.html) module and the 3rd-parth [headers-more](http://github.com/openresty/headers-more-nginx-module) module.
797
+
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
= Version =
8
8
9
-
This document describes ngx_memc [http://github.com/openresty/memc-nginx-module/tags v0.14] released on 14 December 2013.
9
+
This document describes ngx_memc [http://github.com/openresty/memc-nginx-module/tags v0.15] released on 8 July 2014.
10
10
11
11
= Synopsis =
12
12
@@ -121,7 +121,7 @@ When used in conjunction with [[HttpLuaModule]], it is recommended to use the [h
121
121
122
122
== Keep-alive connections to memcached servers ==
123
123
124
-
You need [[HttpUpstreamKeepaliveModule]] together with this module for keep-alive TCP connections to your backend memcached servers.
124
+
You need the (now standard) [[HttpUpstreamKeepaliveModule]] together with this module for keep-alive TCP connections to your backend memcached servers.
125
125
126
126
Here's a sample configuration:
127
127
@@ -449,12 +449,12 @@ You're recommended to install this module (as well as the Nginx core and many ot
449
449
Alternatively, you can compile this module into the standard Nginx source distribution by hand:
450
450
451
451
Grab the nginx source code from [http://nginx.org/ nginx.org], for example,
452
-
the version 1.4.4 (see [[#Compatibility|nginx compatibility]]), and then build the source with this module:
452
+
the version 1.7.2 (see [[#Compatibility|nginx compatibility]]), and then build the source with this module:
453
453
454
454
<geshi lang="bash">
455
-
wget 'http://nginx.org/download/nginx-1.4.4.tar.gz'
456
-
tar -xzvf nginx-1.4.4.tar.gz
457
-
cd nginx-1.4.4/
455
+
wget 'http://nginx.org/download/nginx-1.7.2.tar.gz'
456
+
tar -xzvf nginx-1.7.2.tar.gz
457
+
cd nginx-1.7.2/
458
458
459
459
# Here we assume you would install you nginx under /opt/nginx/.
460
460
./configure --prefix=/opt/nginx \
@@ -479,7 +479,8 @@ regenerate the parser's C file, i.e., [http://github.com/openresty/memc-nginx-mo
479
479
480
480
The following versions of Nginx should work with this module:
481
481
482
-
* '''1.5.x''' (last tested: 1.5.4)
482
+
* '''1.7.x''' (last tested: 1.7.2)
483
+
* '''1.5.x''' (last tested: 1.5.12)
483
484
* '''1.4.x''' (last tested: 1.4.4)
484
485
* '''1.2.x''' (last tested: 1.2.9)
485
486
* '''1.1.x''' (last tested: 1.1.5)
@@ -594,3 +595,4 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
594
595
* The standard [[HttpMemcachedModule|memcached]] module.
595
596
* The [[HttpEchoModule|echo module]] for Nginx module's automated testing.
596
597
* The standard [[HttpHeadersModule|headers]] module and the 3rd-parth [[HttpHeadersMoreModule|headers-more]] module.
598
+
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