comparison auto/options @ 52:0d75d65c642f NGINX_0_1_26

nginx 0.1.26 *) Change: the invalid client header lines are now ignored and logged at the info level. *) Change: the server name is also logged in error log. *) Feature: the ngx_http_auth_basic_module module and the auth_basic and auth_basic_user_file directives.
author Igor Sysoev <http://sysoev.ru>
date Tue, 22 Mar 2005 00:00:00 +0300
parents 72eb30262aac
children b55cbf18157e
comparison
equal deleted inserted replaced
51:43f383e47efc 52:0d75d65c642f
48 HTTP_CHARSET=YES 48 HTTP_CHARSET=YES
49 HTTP_GZIP=YES 49 HTTP_GZIP=YES
50 HTTP_SSL=NO 50 HTTP_SSL=NO
51 HTTP_SSI=YES 51 HTTP_SSI=YES
52 HTTP_ACCESS=YES 52 HTTP_ACCESS=YES
53 HTTP_AUTH_BASIC=YES
53 HTTP_USERID=YES 54 HTTP_USERID=YES
54 HTTP_AUTOINDEX=YES 55 HTTP_AUTOINDEX=YES
55 HTTP_STATUS=NO 56 HTTP_STATUS=NO
56 HTTP_GEO=YES 57 HTTP_GEO=YES
57 HTTP_REWRITE=YES 58 HTTP_REWRITE=YES
125 --without-http_charset_module) HTTP_CHARSET=NO ;; 126 --without-http_charset_module) HTTP_CHARSET=NO ;;
126 --without-http_gzip_module) HTTP_GZIP=NO ;; 127 --without-http_gzip_module) HTTP_GZIP=NO ;;
127 --without-http_ssi_module) HTTP_SSI=NO ;; 128 --without-http_ssi_module) HTTP_SSI=NO ;;
128 --without-http_userid_module) HTTP_USERID=NO ;; 129 --without-http_userid_module) HTTP_USERID=NO ;;
129 --without-http_access_module) HTTP_ACCESS=NO ;; 130 --without-http_access_module) HTTP_ACCESS=NO ;;
131 --without-http_auth_basic_module) HTTP_AUTH_BASIC=NO ;;
130 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;; 132 --without-http_autoindex_module) HTTP_AUTOINDEX=NO ;;
131 --without-http_status_module) HTTP_STATUS=NO ;; 133 --without-http_status_module) HTTP_STATUS=NO ;;
132 --without-http_geo_module) HTTP_GEO=NO ;; 134 --without-http_geo_module) HTTP_GEO=NO ;;
133 --without-http_rewrite_module) HTTP_REWRITE=NO ;; 135 --without-http_rewrite_module) HTTP_REWRITE=NO ;;
134 --without-http_proxy_module) HTTP_PROXY=NO ;; 136 --without-http_proxy_module) HTTP_PROXY=NO ;;
205 --without-http_charset_module disable ngx_http_charset_module 207 --without-http_charset_module disable ngx_http_charset_module
206 --without-http_gzip_module disable ngx_http_gzip_module 208 --without-http_gzip_module disable ngx_http_gzip_module
207 --without-http_ssi_module disable ngx_http_ssi_module 209 --without-http_ssi_module disable ngx_http_ssi_module
208 --without-http_userid_module disable ngx_http_userid_module 210 --without-http_userid_module disable ngx_http_userid_module
209 --without-http_access_module disable ngx_http_access_module 211 --without-http_access_module disable ngx_http_access_module
212 --without-http_auth_basic_module disable ngx_http_auth_basic_module
210 --without-http_autoindex_module disable ngx_http_autoindex_module 213 --without-http_autoindex_module disable ngx_http_autoindex_module
211 --without-http_geo_module disable ngx_http_geo_module 214 --without-http_geo_module disable ngx_http_geo_module
212 --without-http_rewrite_module disable ngx_http_rewrite_module 215 --without-http_rewrite_module disable ngx_http_rewrite_module
213 --without-http_proxy_module disable ngx_http_proxy_module 216 --without-http_proxy_module disable ngx_http_proxy_module
214 --without-http_fastcgi_module disable ngx_http_fastcgi_module 217 --without-http_fastcgi_module disable ngx_http_fastcgi_module