@@ -69,12 +69,12 @@ Directives
69
69
70
70
Installation
71
71
1. Grab the nginx source code from nginx.net (< http://nginx.net/ >), for
72
- example, the version 0.8.41 (see nginx compatibility),
72
+ example, the version 0.8.54 (see nginx compatibility),
73
73
2. and then build the source with this module:
74
74
75
- $ wget 'http://sysoev.ru/nginx/nginx-0.8.41 .tar.gz'
76
- $ tar -xzvf nginx-0.8.41 .tar.gz
77
- $ cd nginx-0.8.41 /
75
+ $ wget 'http://sysoev.ru/nginx/nginx-0.8.54 .tar.gz'
76
+ $ tar -xzvf nginx-0.8.54 .tar.gz
77
+ $ cd nginx-0.8.54 /
78
78
79
79
# Here we assume you would install you nginx under /opt/nginx/.
80
80
$ ./configure --prefix=/opt/nginx \
@@ -95,9 +95,11 @@ Installation
95
95
Compatibility
96
96
The following versions of Nginx should work with this module:
97
97
98
+ * 0.9.x (last tested: 0.9.4)
99
+
98
100
* 0.8.x (last tested: 0.8.54)
99
101
100
- * 0.7.x >= 0.7.46 (last tested version is 0.7.67 )
102
+ * 0.7.x >= 0.7.46 (last tested: 0.7.68 )
101
103
102
104
Earlier versions of Nginx like 0.6.x and 0.5.x, as well as
103
105
latest nginx 0.8.42+ will *not* work.
@@ -132,7 +134,6 @@ Test Suite
132
134
133
135
To run it on your side:
134
136
135
- $ cd test
136
137
$ PATH=/path/to/your/nginx-with-srcache-module:$PATH prove -r t
137
138
138
139
You need to terminate any Nginx processes before running the test suite
@@ -156,10 +157,10 @@ Author
156
157
agentzh (章亦春) *<agentzh@gmail.com>*
157
158
158
159
Copyright & License
159
- Copyright (c) 2010, Taobao Inc., Alibaba Group ( http://www.taobao.com
160
+ Copyright (c) 2010, 2011 Taobao Inc., Alibaba Group ( http://www.taobao.com
160
161
).
161
162
162
- Copyright (c) 2009, Yichun Zhang ( agentzh) <agentzh@gmail.com>.
163
+ Copyright (c) 2010, 2011, Yichun " agentzh" Zhang <agentzh@gmail.com>.
163
164
164
165
This module is licensed under the terms of the BSD license.
165
166
0 commit comments