comparison auto/options @ 184:71ff1e2b484a NGINX_0_3_39

nginx 0.3.39 *) Feature: the "uninitialized_variable_warn" directive; the logging level of the "uninitialized variable" message was lowered from "alert" to "warn". *) Feature: the "override_charset" directive. *) Change: now if the unknown variable is used in the "echo" and "if expr='$name'" SSI-commands, then the "unknown variable" message is not logged. *) Bugfix: the active connection counter increased on the exceeding of the connection limit specified by the "worker_connections" directive; bug appeared in 0.2.0. *) Bugfix: the limit rate might not work on some condition; bug appeared in 0.3.38.
author Igor Sysoev <http://sysoev.ru>
date Mon, 17 Apr 2006 00:00:00 +0400
parents 13710a1813ad
children ca5f86d94316
comparison
equal deleted inserted replaced
183:f4b38f37ca5b 184:71ff1e2b484a
234 --with-poll_module enable poll module 234 --with-poll_module enable poll module
235 --without-poll_module disable poll module 235 --without-poll_module disable poll module
236 236
237 --with-http_ssl_module enable ngx_http_ssl_module 237 --with-http_ssl_module enable ngx_http_ssl_module
238 --with-http_realip_module enable ngx_http_realip_module 238 --with-http_realip_module enable ngx_http_realip_module
239 --with-http_addition_module enable ngx_http_addition_module
240 --with-http_dav_module enable ngx_http_dav_module
241
239 --without-http_charset_module disable ngx_http_charset_module 242 --without-http_charset_module disable ngx_http_charset_module
240 --without-http_gzip_module disable ngx_http_gzip_module 243 --without-http_gzip_module disable ngx_http_gzip_module
241 --without-http_ssi_module disable ngx_http_ssi_module 244 --without-http_ssi_module disable ngx_http_ssi_module
242 --without-http_userid_module disable ngx_http_userid_module 245 --without-http_userid_module disable ngx_http_userid_module
243 --without-http_access_module disable ngx_http_access_module 246 --without-http_access_module disable ngx_http_access_module
255 --with-perl_modules_path=PATH set path to the perl modules 258 --with-perl_modules_path=PATH set path to the perl modules
256 --with-perl=PATH set path to the perl binary 259 --with-perl=PATH set path to the perl binary
257 260
258 --http-log-path=PATH set path to the http access log 261 --http-log-path=PATH set path to the http access log
259 --http-client-body-temp-path=PATH set path to the http client request body 262 --http-client-body-temp-path=PATH set path to the http client request body
260 temporary files path 263 temporary files
261 --http-proxy-temp-path=PATH set path to the http proxy temporary 264 --http-proxy-temp-path=PATH set path to the http proxy temporary files
262 files path
263 --http-fastcgi-temp-path=PATH set path to the http fastcgi temporary 265 --http-fastcgi-temp-path=PATH set path to the http fastcgi temporary
264 files path 266 files
265 267
266 --without-http disable HTTP server 268 --without-http disable HTTP server
267 269
268 --with-imap enable IMAP4/POP3 proxy module 270 --with-imap enable IMAP4/POP3 proxy module
269 271