comparison auto/options @ 34:aab2ea7c0458 NGINX_0_1_17

nginx 0.1.17 *) Change: the ngx_http_rewrite_module was rewritten from the scratch. Now it is possible to redirect, to return the error codes, to check the variables and referrers. The directives can be used inside locations. The redirect directive was canceled. *) Feature: the ngx_http_geo_module. *) Feature: the proxy_set_x_var and fastcgi_set_var directives. *) Bugfix: the location configuration with "=" modifier may be used in another location. *) Bugfix: the correct content type was set only for requests that use small caps letters in extension. *) Bugfix: if the proxy_pass or fastcgi_pass directives were set in the location, and access was denied, and the error was redirected to a static page, then the segmentation fault occurred. *) Bugfix: if in a proxied "Location" header was a relative URL, then a host name and a slash were added to them; bug appeared in 0.1.14. *) Bugfix: the system error message was not logged on Linux.
author Igor Sysoev <http://sysoev.ru>
date Thu, 03 Feb 2005 00:00:00 +0300
parents 7ca9bdc82b3f
children a39d1b793287
comparison
equal deleted inserted replaced
33:27f09a550803 34:aab2ea7c0458
51 HTTP_SSI=NO 51 HTTP_SSI=NO
52 HTTP_ACCESS=YES 52 HTTP_ACCESS=YES
53 HTTP_USERID=YES 53 HTTP_USERID=YES
54 HTTP_AUTOINDEX=YES 54 HTTP_AUTOINDEX=YES
55 HTTP_STATUS=NO 55 HTTP_STATUS=NO
56 HTTP_GEO=YES
56 HTTP_REWRITE=YES 57 HTTP_REWRITE=YES
57 HTTP_PROXY=YES 58 HTTP_PROXY=YES
58 HTTP_FASTCGI=YES 59 HTTP_FASTCGI=YES
59 60
60 IMAP=NO 61 IMAP=NO
123 --without-http_ssi_module) HTTP_SSI=NO ;; 124 --without-http_ssi_module) HTTP_SSI=NO ;;
124 --without-http_userid_module) HTTP_USERID=NO ;; 125 --without-http_userid_module) HTTP_USERID=NO ;;
125 --without-http_access_module) HTTP_ACCESS=NO ;; 126 --without-http_access_module) HTTP_ACCESS=NO ;;
126 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;; 127 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;;
127 --without-http_status_module) HTTP_STATUS=NO ;; 128 --without-http_status_module) HTTP_STATUS=NO ;;
129 --without-http_geo_module) HTTP_GEO=NO ;;
128 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 130 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
129 --without-http_proxy_module) HTTP_PROXY=NO ;; 131 --without-http_proxy_module) HTTP_PROXY=NO ;;
130 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;; 132 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;;
131 133
132 --with-imap) IMAP=YES ;; 134 --with-imap) IMAP=YES ;;
196 --without-http_charset_module disable ngx_http_charset_module 198 --without-http_charset_module disable ngx_http_charset_module
197 --without-http_gzip_module disable ngx_http_gzip_module 199 --without-http_gzip_module disable ngx_http_gzip_module
198 --without-http_userid_module disable ngx_http_userid_module 200 --without-http_userid_module disable ngx_http_userid_module
199 --without-http_access_module disable ngx_http_access_module 201 --without-http_access_module disable ngx_http_access_module
200 --without-http_autoindex_module disable ngx_http_autoindex_module 202 --without-http_autoindex_module disable ngx_http_autoindex_module
203 --without-http_geo_module disable ngx_http_geo_module
201 --without-http_rewrite_module disable ngx_http_rewrite_module 204 --without-http_rewrite_module disable ngx_http_rewrite_module
202 --without-http_proxy_module disable ngx_http_proxy_module 205 --without-http_proxy_module disable ngx_http_proxy_module
203 --without-http_fastcgi_module disable ngx_http_fastcgi_module 206 --without-http_fastcgi_module disable ngx_http_fastcgi_module
204 207
205 --http-log-path=PATH set path to the http access log 208 --http-log-path=PATH set path to the http access log