comparison auto/options @ 508:4b0d7f0bf22b NGINX_0_8_6

nginx 0.8.6 *) Feature: the ngx_http_geoip_module. *) Bugfix: XSLT filter may fail with message "not well formed XML document" for valid XML document. Thanks to Kuramoto Eiji. *) Bugfix: now in MacOSX, Cygwin, and nginx/Windows locations given by a regular expression are always tested in case insensitive mode; *) Bugfix: now nginx/Windows ignores trailing dots in URI. Thanks to Hugo Leisink. *) Bugfix: name of file specified in --conf-path was not honored during installation; the bug had appeared in 0.6.6. Thanks to Maxim Dounin.
author Igor Sysoev <http://sysoev.ru>
date Mon, 20 Jul 2009 00:00:00 +0400
parents 499474178a11
children 24b676623d4f
comparison
equal deleted inserted replaced
507:0001f4fa0501 508:4b0d7f0bf22b
69 HTTP_USERID=YES 69 HTTP_USERID=YES
70 HTTP_AUTOINDEX=YES 70 HTTP_AUTOINDEX=YES
71 HTTP_RANDOM_INDEX=NO 71 HTTP_RANDOM_INDEX=NO
72 HTTP_STATUS=NO 72 HTTP_STATUS=NO
73 HTTP_GEO=YES 73 HTTP_GEO=YES
74 HTTP_GEOIP=NO
74 HTTP_MAP=YES 75 HTTP_MAP=YES
75 HTTP_REFERER=YES 76 HTTP_REFERER=YES
76 HTTP_REWRITE=YES 77 HTTP_REWRITE=YES
77 HTTP_PROXY=YES 78 HTTP_PROXY=YES
78 HTTP_FASTCGI=YES 79 HTTP_FASTCGI=YES
182 --with-http_ssl_module) HTTP_SSL=YES ;; 183 --with-http_ssl_module) HTTP_SSL=YES ;;
183 --with-http_realip_module) HTTP_REALIP=YES ;; 184 --with-http_realip_module) HTTP_REALIP=YES ;;
184 --with-http_addition_module) HTTP_ADDITION=YES ;; 185 --with-http_addition_module) HTTP_ADDITION=YES ;;
185 --with-http_xslt_module) HTTP_XSLT=YES ;; 186 --with-http_xslt_module) HTTP_XSLT=YES ;;
186 --with-http_image_filter_module) HTTP_IMAGE_FILTER=YES ;; 187 --with-http_image_filter_module) HTTP_IMAGE_FILTER=YES ;;
188 --with-http_geoip_module) HTTP_GEOIP=YES ;;
187 --with-http_sub_module) HTTP_SUB=YES ;; 189 --with-http_sub_module) HTTP_SUB=YES ;;
188 --with-http_dav_module) HTTP_DAV=YES ;; 190 --with-http_dav_module) HTTP_DAV=YES ;;
189 --with-http_flv_module) HTTP_FLV=YES ;; 191 --with-http_flv_module) HTTP_FLV=YES ;;
190 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;; 192 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;;
191 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;; 193 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;;
308 --with-http_ssl_module enable ngx_http_ssl_module 310 --with-http_ssl_module enable ngx_http_ssl_module
309 --with-http_realip_module enable ngx_http_realip_module 311 --with-http_realip_module enable ngx_http_realip_module
310 --with-http_addition_module enable ngx_http_addition_module 312 --with-http_addition_module enable ngx_http_addition_module
311 --with-http_xslt_module enable ngx_http_xslt_module 313 --with-http_xslt_module enable ngx_http_xslt_module
312 --with-http_image_filter_module enable ngx_http_image_filter_module 314 --with-http_image_filter_module enable ngx_http_image_filter_module
315 --with-http_geoip_module enable ngx_http_geoip_link_module
313 --with-http_sub_module enable ngx_http_sub_module 316 --with-http_sub_module enable ngx_http_sub_module
314 --with-http_dav_module enable ngx_http_dav_module 317 --with-http_dav_module enable ngx_http_dav_module
315 --with-http_flv_module enable ngx_http_flv_module 318 --with-http_flv_module enable ngx_http_flv_module
316 --with-http_gzip_static_module enable ngx_http_gzip_static_module 319 --with-http_gzip_static_module enable ngx_http_gzip_static_module
317 --with-http_random_index_module enable ngx_http_random_index_module 320 --with-http_random_index_module enable ngx_http_random_index_module