comparison auto/options @ 296:2ceaee987f37 NGINX_0_5_18

nginx 0.5.18 *) Feature: the ngx_http_sub_filter_module. *) Feature: the "$upstream_http_..." variables. *) Feature: now the $upstream_status and $upstream_response_time variables keep data about all upstreams before X-Accel-Redirect. *) Bugfix: a segmentation fault occurred in master process after first reconfiguration and receiving any signal if nginx was built with ngx_http_perl_module and perl did not support multiplicity; bug appeared in 0.5.9. *) Bugfix: if perl did not support multiplicity, then after reconfiguration perl code did not work; bug appeared in 0.3.38.
author Igor Sysoev <http://sysoev.ru>
date Thu, 19 Apr 2007 00:00:00 +0400
parents f745bf973510
children cba14c1e2a4b
comparison
equal deleted inserted replaced
295:65b7ac8795e3 296:2ceaee987f37
51 HTTP_GZIP=YES 51 HTTP_GZIP=YES
52 HTTP_SSL=NO 52 HTTP_SSL=NO
53 HTTP_SSI=YES 53 HTTP_SSI=YES
54 HTTP_POSTPONE=NO 54 HTTP_POSTPONE=NO
55 HTTP_REALIP=NO 55 HTTP_REALIP=NO
56 HTTP_SUB=NO
56 HTTP_ADDITION=NO 57 HTTP_ADDITION=NO
57 HTTP_DAV=NO 58 HTTP_DAV=NO
58 HTTP_ACCESS=YES 59 HTTP_ACCESS=YES
59 HTTP_AUTH_BASIC=YES 60 HTTP_AUTH_BASIC=YES
60 HTTP_USERID=YES 61 HTTP_USERID=YES
150 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;; 151 --http-fastcgi-temp-path=*) NGX_HTTP_FASTCGI_TEMP_PATH="$value" ;;
151 152
152 --with-http_ssl_module) HTTP_SSL=YES ;; 153 --with-http_ssl_module) HTTP_SSL=YES ;;
153 --with-http_realip_module) HTTP_REALIP=YES ;; 154 --with-http_realip_module) HTTP_REALIP=YES ;;
154 --with-http_addition_module) HTTP_ADDITION=YES ;; 155 --with-http_addition_module) HTTP_ADDITION=YES ;;
156 --with-http_sub_module) HTTP_SUB=YES ;;
155 --with-http_dav_module) HTTP_DAV=YES ;; 157 --with-http_dav_module) HTTP_DAV=YES ;;
156 --with-http_flv_module) HTTP_FLV=YES ;; 158 --with-http_flv_module) HTTP_FLV=YES ;;
157 159
158 --without-http_charset_module) HTTP_CHARSET=NO ;; 160 --without-http_charset_module) HTTP_CHARSET=NO ;;
159 --without-http_gzip_module) HTTP_GZIP=NO ;; 161 --without-http_gzip_module) HTTP_GZIP=NO ;;
257 --without-poll_module disable poll module 259 --without-poll_module disable poll module
258 260
259 --with-http_ssl_module enable ngx_http_ssl_module 261 --with-http_ssl_module enable ngx_http_ssl_module
260 --with-http_realip_module enable ngx_http_realip_module 262 --with-http_realip_module enable ngx_http_realip_module
261 --with-http_addition_module enable ngx_http_addition_module 263 --with-http_addition_module enable ngx_http_addition_module
264 --with-http_sub_module enable ngx_http_sub_module
262 --with-http_dav_module enable ngx_http_dav_module 265 --with-http_dav_module enable ngx_http_dav_module
263 --with-http_flv_module enable ngx_http_flv_module 266 --with-http_flv_module enable ngx_http_flv_module
264 267
265 --without-http_charset_module disable ngx_http_charset_module 268 --without-http_charset_module disable ngx_http_charset_module
266 --without-http_gzip_module disable ngx_http_gzip_module 269 --without-http_gzip_module disable ngx_http_gzip_module