comparison auto/options @ 546:e19e5f542878 NGINX_0_8_25

nginx 0.8.25 *) Change: now no message is written in an error log if a variable is not found by $r->variable() method. *) Feature: the ngx_http_degradation_module. *) Feature: regular expression named captures. *) Feature: now URI part is not required a "proxy_pass" directive if variables are used. *) Feature: now the "msie_padding" directive works for Chrome too. *) Bugfix: a segmentation fault occurred in a worker process on low memory condition; the bug had appeared in 0.8.18. *) Bugfix: nginx sent gzipped responses to clients those do not support gzip, if "gzip_static on" and "gzip_vary off"; the bug had appeared in 0.8.16.
author Igor Sysoev <http://sysoev.ru>
date Mon, 16 Nov 2009 00:00:00 +0300
parents 86dad910eeb6
children 5c576ea5dbd9
comparison
equal deleted inserted replaced
545:91e4b06e1a01 546:e19e5f542878
83 HTTP_LIMIT_ZONE=YES 83 HTTP_LIMIT_ZONE=YES
84 HTTP_LIMIT_REQ=YES 84 HTTP_LIMIT_REQ=YES
85 HTTP_EMPTY_GIF=YES 85 HTTP_EMPTY_GIF=YES
86 HTTP_BROWSER=YES 86 HTTP_BROWSER=YES
87 HTTP_SECURE_LINK=NO 87 HTTP_SECURE_LINK=NO
88 HTTP_DEGRADATION=NO
88 HTTP_FLV=NO 89 HTTP_FLV=NO
89 HTTP_GZIP_STATIC=NO 90 HTTP_GZIP_STATIC=NO
90 HTTP_UPSTREAM_IP_HASH=YES 91 HTTP_UPSTREAM_IP_HASH=YES
91 92
92 # STUB 93 # STUB
192 --with-http_dav_module) HTTP_DAV=YES ;; 193 --with-http_dav_module) HTTP_DAV=YES ;;
193 --with-http_flv_module) HTTP_FLV=YES ;; 194 --with-http_flv_module) HTTP_FLV=YES ;;
194 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;; 195 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;;
195 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;; 196 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;;
196 --with-http_secure_link_module) HTTP_SECURE_LINK=YES ;; 197 --with-http_secure_link_module) HTTP_SECURE_LINK=YES ;;
198 --with-http_degradation_module) HTTP_DEGRADATION=YES ;;
197 199
198 --without-http_charset_module) HTTP_CHARSET=NO ;; 200 --without-http_charset_module) HTTP_CHARSET=NO ;;
199 --without-http_gzip_module) HTTP_GZIP=NO ;; 201 --without-http_gzip_module) HTTP_GZIP=NO ;;
200 --without-http_ssi_module) HTTP_SSI=NO ;; 202 --without-http_ssi_module) HTTP_SSI=NO ;;
201 --without-http_userid_module) HTTP_USERID=NO ;; 203 --without-http_userid_module) HTTP_USERID=NO ;;
320 --with-http_dav_module enable ngx_http_dav_module 322 --with-http_dav_module enable ngx_http_dav_module
321 --with-http_flv_module enable ngx_http_flv_module 323 --with-http_flv_module enable ngx_http_flv_module
322 --with-http_gzip_static_module enable ngx_http_gzip_static_module 324 --with-http_gzip_static_module enable ngx_http_gzip_static_module
323 --with-http_random_index_module enable ngx_http_random_index_module 325 --with-http_random_index_module enable ngx_http_random_index_module
324 --with-http_secure_link_module enable ngx_http_secure_link_module 326 --with-http_secure_link_module enable ngx_http_secure_link_module
327 --with-http_degradation_module enable ngx_http_degradation_module
325 --with-http_stub_status_module enable ngx_http_stub_status_module 328 --with-http_stub_status_module enable ngx_http_stub_status_module
326 329
327 --without-http_charset_module disable ngx_http_charset_module 330 --without-http_charset_module disable ngx_http_charset_module
328 --without-http_gzip_module disable ngx_http_gzip_module 331 --without-http_gzip_module disable ngx_http_gzip_module
329 --without-http_ssi_module disable ngx_http_ssi_module 332 --without-http_ssi_module disable ngx_http_ssi_module