comparison auto/options @ 130:82d695e3d662 NGINX_0_3_12

nginx 0.3.12 *) Security: if nginx was built with the ngx_http_realip_module and the "satisfy_any on" directive was used, then access and authorization directives did not work. The ngx_http_realip_module was not built and is not built by default. *) Change: the "$time_gmt" variable name was changed to "$time_local". *) Change: the "proxy_header_buffer_size" and "fastcgi_header_buffer_size" directives was renamed to the "proxy_buffer_size" and "fastcgi_buffer_size" directives. *) Feature: the ngx_http_memcached_module. *) Feature: the "proxy_buffering" directive. *) Bugfix: the changes in accept mutex handling when the "rtsig" method was used; bug appeared in 0.3.0. *) Bugfix: if the client sent the "Transfer-Encoding: chunked" header line, then nginx returns the 411 error. *) Bugfix: if the "auth_basic" directive was inherited from the http level, then the realm in the "WWW-Authenticate" header line was without the "Basic realm" text. *) Bugfix: if the "combined" format was explicitly specified in the "access_log" directive, then the empty lines was written to the log; bug appeared in 0.3.8. *) Bugfix: nginx did not run on the sparc platform under any OS except Solaris. *) Bugfix: now it is not necessary to place space between the quoted string and closing bracket in the "if" directive.
author Igor Sysoev <http://sysoev.ru>
date Sat, 26 Nov 2005 00:00:00 +0300
parents df17fbafec8f
children 8e6d4d96ec4c
comparison
equal deleted inserted replaced
129:a27c77ef3ad8 130:82d695e3d662
59 HTTP_GEO=YES 59 HTTP_GEO=YES
60 HTTP_REFERER=YES 60 HTTP_REFERER=YES
61 HTTP_REWRITE=YES 61 HTTP_REWRITE=YES
62 HTTP_PROXY=YES 62 HTTP_PROXY=YES
63 HTTP_FASTCGI=YES 63 HTTP_FASTCGI=YES
64 HTTP_MEMCACHED=YES
64 HTTP_EMPTY_GIF=YES 65 HTTP_EMPTY_GIF=YES
65 66
66 # STUB 67 # STUB
67 HTTP_STUB_STATUS=NO 68 HTTP_STUB_STATUS=NO
68 69
136 --without-http_access_module) HTTP_ACCESS=NO ;; 137 --without-http_access_module) HTTP_ACCESS=NO ;;
137 --without-http_auth_basic_module) HTTP_AUTH_BASIC=NO ;; 138 --without-http_auth_basic_module) HTTP_AUTH_BASIC=NO ;;
138 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;; 139 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;;
139 --without-http_status_module) HTTP_STATUS=NO ;; 140 --without-http_status_module) HTTP_STATUS=NO ;;
140 --without-http_geo_module) HTTP_GEO=NO ;; 141 --without-http_geo_module) HTTP_GEO=NO ;;
141 --without-http_referer) HTTP_REFERER=NO ;; 142 --without-http_referer_module) HTTP_REFERER=NO ;;
142 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 143 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
143 --without-http_proxy_module) HTTP_PROXY=NO ;; 144 --without-http_proxy_module) HTTP_PROXY=NO ;;
144 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;; 145 --without-http_fastcgi_module) HTTP_FASTCGI=NO ;;
145 --without-http_epmty_gif_module) HTTP_EMPTY_GIF=NO ;; 146 --without-http_memcached_module) HTTP_MEMCACHED=NO ;;
147 --without-http_empty_gif_module) HTTP_EMPTY_GIF=NO ;;
146 148
147 # STUB 149 # STUB
148 --with-http_stub_status_module) HTTP_STUB_STATUS=YES ;; 150 --with-http_stub_status_module) HTTP_STUB_STATUS=YES ;;
149 151
150 --with-imap) IMAP=YES ;; 152 --with-imap) IMAP=YES ;;
211 --without-select_module disable select module 213 --without-select_module disable select module
212 --with-poll_module enable poll module 214 --with-poll_module enable poll module
213 --without-poll_module disable poll module 215 --without-poll_module disable poll module
214 216
215 --with-http_ssl_module enable ngx_http_ssl_module 217 --with-http_ssl_module enable ngx_http_ssl_module
218 --with-http_realip_module enable ngx_http_realip_module
216 --without-http_charset_module disable ngx_http_charset_module 219 --without-http_charset_module disable ngx_http_charset_module
217 --without-http_gzip_module disable ngx_http_gzip_module 220 --without-http_gzip_module disable ngx_http_gzip_module
218 --without-http_ssi_module disable ngx_http_ssi_module 221 --without-http_ssi_module disable ngx_http_ssi_module
219 --without-http_userid_module disable ngx_http_userid_module 222 --without-http_userid_module disable ngx_http_userid_module
220 --without-http_access_module disable ngx_http_access_module 223 --without-http_access_module disable ngx_http_access_module
221 --without-http_auth_basic_module disable ngx_http_auth_basic_module 224 --without-http_auth_basic_module disable ngx_http_auth_basic_module
222 --without-http_autoindex_module disable ngx_http_autoindex_module 225 --without-http_autoindex_module disable ngx_http_autoindex_module
223 --without-http_geo_module disable ngx_http_geo_module 226 --without-http_geo_module disable ngx_http_geo_module
227 --without-http_referer_module disable ngx_http_referer_module
224 --without-http_rewrite_module disable ngx_http_rewrite_module 228 --without-http_rewrite_module disable ngx_http_rewrite_module
225 --without-http_proxy_module disable ngx_http_proxy_module 229 --without-http_proxy_module disable ngx_http_proxy_module
226 --without-http_fastcgi_module disable ngx_http_fastcgi_module 230 --without-http_fastcgi_module disable ngx_http_fastcgi_module
231 --without-http_memcached_module disable ngx_http_memcached_module
232 --without-http_empty_gif_module disable ngx_http_empty_gif_module
227 233
228 --http-log-path=PATH set path to the http access log 234 --http-log-path=PATH set path to the http access log
229 --http-client-body-temp-path=PATH set path to the http client request body 235 --http-client-body-temp-path=PATH set path to the http client request body
230 temporary files path 236 temporary files path
231 --http-proxy-temp-path=PATH set path to the http proxy temporary 237 --http-proxy-temp-path=PATH set path to the http proxy temporary