comparison auto/options @ 412:b246022ef454 NGINX_0_7_18

nginx 0.7.18 *) Change: the "underscores_in_headers" directive; now nginx does not allows underscores in a client request header line names. *) Feature: the ngx_http_secure_link_module. *) Feature: the "real_ip_header" directive supports any header. *) Feature: the "log_subrequest" directive. *) Feature: the $realpath_root variable. *) Feature: the "http_502" and "http_504" parameters of the "proxy_next_upstream" directive. *) Bugfix: the "http_503" parameter of the "proxy_next_upstream" or "fastcgi_next_upstream" directives did not work. *) Bugfix: nginx might send a "Transfer-Encoding: chunked" heaer line for HEAD requests. *) Bugfix: now accept threshold depends on worker_connections.
author Igor Sysoev <http://sysoev.ru>
date Mon, 13 Oct 2008 00:00:00 +0400
parents 79c5df00501e
children b4f69f2ef02c
comparison
equal deleted inserted replaced
411:b453a4324c60 412:b246022ef454
75 HTTP_PERL=NO 75 HTTP_PERL=NO
76 HTTP_MEMCACHED=YES 76 HTTP_MEMCACHED=YES
77 HTTP_LIMIT_ZONE=YES 77 HTTP_LIMIT_ZONE=YES
78 HTTP_EMPTY_GIF=YES 78 HTTP_EMPTY_GIF=YES
79 HTTP_BROWSER=YES 79 HTTP_BROWSER=YES
80 HTTP_SECURE_LINK=NO
80 HTTP_FLV=NO 81 HTTP_FLV=NO
81 HTTP_GZIP_STATIC=NO 82 HTTP_GZIP_STATIC=NO
82 HTTP_UPSTREAM_IP_HASH=YES 83 HTTP_UPSTREAM_IP_HASH=YES
83 84
84 # STUB 85 # STUB
171 --with-http_sub_module) HTTP_SUB=YES ;; 172 --with-http_sub_module) HTTP_SUB=YES ;;
172 --with-http_dav_module) HTTP_DAV=YES ;; 173 --with-http_dav_module) HTTP_DAV=YES ;;
173 --with-http_flv_module) HTTP_FLV=YES ;; 174 --with-http_flv_module) HTTP_FLV=YES ;;
174 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;; 175 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;;
175 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;; 176 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;;
177 --with-http_secure_link_module) HTTP_SECURE_LINK=YES ;;
176 178
177 --without-http_charset_module) HTTP_CHARSET=NO ;; 179 --without-http_charset_module) HTTP_CHARSET=NO ;;
178 --without-http_gzip_module) HTTP_GZIP=NO ;; 180 --without-http_gzip_module) HTTP_GZIP=NO ;;
179 --without-http_ssi_module) HTTP_SSI=NO ;; 181 --without-http_ssi_module) HTTP_SSI=NO ;;
180 --without-http_userid_module) HTTP_USERID=NO ;; 182 --without-http_userid_module) HTTP_USERID=NO ;;
288 --with-http_sub_module enable ngx_http_sub_module 290 --with-http_sub_module enable ngx_http_sub_module
289 --with-http_dav_module enable ngx_http_dav_module 291 --with-http_dav_module enable ngx_http_dav_module
290 --with-http_flv_module enable ngx_http_flv_module 292 --with-http_flv_module enable ngx_http_flv_module
291 --with-http_gzip_static_module enable ngx_http_gzip_static_module 293 --with-http_gzip_static_module enable ngx_http_gzip_static_module
292 --with-http_random_index_module enable ngx_http_random_index_module 294 --with-http_random_index_module enable ngx_http_random_index_module
295 --with-http_secure_link_module enable ngx_http_secure_link_module
293 --with-http_stub_status_module enable ngx_http_stub_status_module 296 --with-http_stub_status_module enable ngx_http_stub_status_module
294 297
295 --without-http_charset_module disable ngx_http_charset_module 298 --without-http_charset_module disable ngx_http_charset_module
296 --without-http_gzip_module disable ngx_http_gzip_module 299 --without-http_gzip_module disable ngx_http_gzip_module
297 --without-http_ssi_module disable ngx_http_ssi_module 300 --without-http_ssi_module disable ngx_http_ssi_module