comparison auto/options @ 570:8246d8a2c2be NGINX_0_8_37

nginx 0.8.37 *) Feature: the ngx_http_split_clients_module. *) Feature: the "map" directive supports keys more than 255 characters. *) Bugfix: nginx ignored the "private" and "no-store" values in the "Cache-Control" backend response header line. *) Bugfix: a "stub" parameter of an "include" SSI directive was not used, if empty response has 200 status code. *) Bugfix: if a proxied or FastCGI request was internally redirected to another proxied or FastCGI location, then a segmentation fault might occur in a worker process; the bug had appeared in 0.8.33. Thanks to Yichun Zhang. *) Bugfix: IMAP connections may hang until they timed out while talking to Zimbra server. Thanks to Alan Batie.
author Igor Sysoev <http://sysoev.ru>
date Mon, 17 May 2010 00:00:00 +0400
parents 5c576ea5dbd9
children 01f2313e34f1
comparison
equal deleted inserted replaced
569:19b134bf21c0 570:8246d8a2c2be
72 HTTP_RANDOM_INDEX=NO 72 HTTP_RANDOM_INDEX=NO
73 HTTP_STATUS=NO 73 HTTP_STATUS=NO
74 HTTP_GEO=YES 74 HTTP_GEO=YES
75 HTTP_GEOIP=NO 75 HTTP_GEOIP=NO
76 HTTP_MAP=YES 76 HTTP_MAP=YES
77 HTTP_SPLIT_CLIENTS=YES
77 HTTP_REFERER=YES 78 HTTP_REFERER=YES
78 HTTP_REWRITE=YES 79 HTTP_REWRITE=YES
79 HTTP_PROXY=YES 80 HTTP_PROXY=YES
80 HTTP_FASTCGI=YES 81 HTTP_FASTCGI=YES
81 HTTP_PERL=NO 82 HTTP_PERL=NO
207 --without-http_auth_basic_module) HTTP_AUTH_BASIC=NO ;; 208 --without-http_auth_basic_module) HTTP_AUTH_BASIC=NO ;;
208 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;; 209 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;;
209 --without-http_status_module) HTTP_STATUS=NO ;; 210 --without-http_status_module) HTTP_STATUS=NO ;;
210 --without-http_geo_module) HTTP_GEO=NO ;; 211 --without-http_geo_module) HTTP_GEO=NO ;;
211 --without-http_map_module) HTTP_MAP=NO ;; 212 --without-http_map_module) HTTP_MAP=NO ;;
213 --without-http_split_clients_module) HTTP_SPLIT_CLIENTS=NO ;;
212 --without-http_referer_module) HTTP_REFERER=NO ;; 214 --without-http_referer_module) HTTP_REFERER=NO ;;
213 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 215 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
214 --without-http_proxy_module) HTTP_PROXY=NO ;; 216 --without-http_proxy_module) HTTP_PROXY=NO ;;
215 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;; 217 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;;
216 --without-http_memcached_module) HTTP_MEMCACHED=NO ;; 218 --without-http_memcached_module) HTTP_MEMCACHED=NO ;;
339 --without-http_access_module disable ngx_http_access_module 341 --without-http_access_module disable ngx_http_access_module
340 --without-http_auth_basic_module disable ngx_http_auth_basic_module 342 --without-http_auth_basic_module disable ngx_http_auth_basic_module
341 --without-http_autoindex_module disable ngx_http_autoindex_module 343 --without-http_autoindex_module disable ngx_http_autoindex_module
342 --without-http_geo_module disable ngx_http_geo_module 344 --without-http_geo_module disable ngx_http_geo_module
343 --without-http_map_module disable ngx_http_map_module 345 --without-http_map_module disable ngx_http_map_module
346 --without-http_split_clients_module disable ngx_http_split_clients_module
344 --without-http_referer_module disable ngx_http_referer_module 347 --without-http_referer_module disable ngx_http_referer_module
345 --without-http_rewrite_module disable ngx_http_rewrite_module 348 --without-http_rewrite_module disable ngx_http_rewrite_module
346 --without-http_proxy_module disable ngx_http_proxy_module 349 --without-http_proxy_module disable ngx_http_proxy_module
347 --without-http_fastcgi_module disable ngx_http_fastcgi_module 350 --without-http_fastcgi_module disable ngx_http_fastcgi_module
348 --without-http_memcached_module disable ngx_http_memcached_module 351 --without-http_memcached_module disable ngx_http_memcached_module