comparison auto/options @ 238:a528ae0fe909 NGINX_0_4_4

nginx 0.4.4 *) Feature: the $scheme variable. *) Feature: the "expires" directive supports the "max" parameter. *) Feature: the "include" directive supports the "*" mask. Thanks to Jonathan Dance. *) Bugfix: the "return" directive always overrode the "error_page" response code redirected by the "error_page" directive. *) Bugfix: a segmentation fault occurred if zero-length body was in PUT method. *) Bugfix: the redirect was changed incorrectly if the variables were used in the "proxy_redirect" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 02 Oct 2006 00:00:00 +0400
parents c982febb7588
children 500a3242dff6
comparison
equal deleted inserted replaced
237:302a8e8b4ae7 238:a528ae0fe909
258 --without-http_userid_module disable ngx_http_userid_module 258 --without-http_userid_module disable ngx_http_userid_module
259 --without-http_access_module disable ngx_http_access_module 259 --without-http_access_module disable ngx_http_access_module
260 --without-http_auth_basic_module disable ngx_http_auth_basic_module 260 --without-http_auth_basic_module disable ngx_http_auth_basic_module
261 --without-http_autoindex_module disable ngx_http_autoindex_module 261 --without-http_autoindex_module disable ngx_http_autoindex_module
262 --without-http_geo_module disable ngx_http_geo_module 262 --without-http_geo_module disable ngx_http_geo_module
263 --without-http_map_module disable ngx_http_map_module
263 --without-http_referer_module disable ngx_http_referer_module 264 --without-http_referer_module disable ngx_http_referer_module
264 --without-http_rewrite_module disable ngx_http_rewrite_module 265 --without-http_rewrite_module disable ngx_http_rewrite_module
265 --without-http_proxy_module disable ngx_http_proxy_module 266 --without-http_proxy_module disable ngx_http_proxy_module
266 --without-http_fastcgi_module disable ngx_http_fastcgi_module 267 --without-http_fastcgi_module disable ngx_http_fastcgi_module
267 --without-http_memcached_module disable ngx_http_memcached_module 268 --without-http_memcached_module disable ngx_http_memcached_module
268 --without-http_empty_gif_module disable ngx_http_empty_gif_module 269 --without-http_empty_gif_module disable ngx_http_empty_gif_module
270 --without-http_browser_module disable ngx_http_browser_module
269 271
270 --with-http_perl_module enable ngx_http_perl_module 272 --with-http_perl_module enable ngx_http_perl_module
271 --with-perl_modules_path=PATH set path to the perl modules 273 --with-perl_modules_path=PATH set path to the perl modules
272 --with-perl=PATH set path to the perl binary 274 --with-perl=PATH set path to the perl binary
273 275
279 files 281 files
280 282
281 --without-http disable HTTP server 283 --without-http disable HTTP server
282 284
283 --with-imap enable IMAP4/POP3 proxy module 285 --with-imap enable IMAP4/POP3 proxy module
286 --with-imap_ssl_module enable ngx_imap_ssl_module
284 287
285 --with-cc=PATH set path to C compiler 288 --with-cc=PATH set path to C compiler
286 --with-cpp=PATH set path to C preprocessor 289 --with-cpp=PATH set path to C preprocessor
287 --with-cc-opt=OPTIONS set additional options for C compiler 290 --with-cc-opt=OPTIONS set additional options for C compiler
288 --with-ld-opt=OPTIONS set additional options for linker 291 --with-ld-opt=OPTIONS set additional options for linker