comparison auto/options @ 5329:00bdc9f08a16

Auth request module import.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 21 Aug 2013 19:19:47 +0400
parents c0f7b94e88ba
children 1209b8a7b077
comparison
equal deleted inserted replaced
5328:17291cb8c76e 5329:00bdc9f08a16
69 HTTP_SUB=NO 69 HTTP_SUB=NO
70 HTTP_ADDITION=NO 70 HTTP_ADDITION=NO
71 HTTP_DAV=NO 71 HTTP_DAV=NO
72 HTTP_ACCESS=YES 72 HTTP_ACCESS=YES
73 HTTP_AUTH_BASIC=YES 73 HTTP_AUTH_BASIC=YES
74 HTTP_AUTH_REQUEST=NO
74 HTTP_USERID=YES 75 HTTP_USERID=YES
75 HTTP_AUTOINDEX=YES 76 HTTP_AUTOINDEX=YES
76 HTTP_RANDOM_INDEX=NO 77 HTTP_RANDOM_INDEX=NO
77 HTTP_STATUS=NO 78 HTTP_STATUS=NO
78 HTTP_GEO=YES 79 HTTP_GEO=YES
213 --with-http_dav_module) HTTP_DAV=YES ;; 214 --with-http_dav_module) HTTP_DAV=YES ;;
214 --with-http_flv_module) HTTP_FLV=YES ;; 215 --with-http_flv_module) HTTP_FLV=YES ;;
215 --with-http_mp4_module) HTTP_MP4=YES ;; 216 --with-http_mp4_module) HTTP_MP4=YES ;;
216 --with-http_gunzip_module) HTTP_GUNZIP=YES ;; 217 --with-http_gunzip_module) HTTP_GUNZIP=YES ;;
217 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;; 218 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;;
219 --with-http_auth_request_module) HTTP_AUTH_REQUEST=YES ;;
218 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;; 220 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;;
219 --with-http_secure_link_module) HTTP_SECURE_LINK=YES ;; 221 --with-http_secure_link_module) HTTP_SECURE_LINK=YES ;;
220 --with-http_degradation_module) HTTP_DEGRADATION=YES ;; 222 --with-http_degradation_module) HTTP_DEGRADATION=YES ;;
221 223
222 --without-http_charset_module) HTTP_CHARSET=NO ;; 224 --without-http_charset_module) HTTP_CHARSET=NO ;;
361 --with-http_dav_module enable ngx_http_dav_module 363 --with-http_dav_module enable ngx_http_dav_module
362 --with-http_flv_module enable ngx_http_flv_module 364 --with-http_flv_module enable ngx_http_flv_module
363 --with-http_mp4_module enable ngx_http_mp4_module 365 --with-http_mp4_module enable ngx_http_mp4_module
364 --with-http_gunzip_module enable ngx_http_gunzip_module 366 --with-http_gunzip_module enable ngx_http_gunzip_module
365 --with-http_gzip_static_module enable ngx_http_gzip_static_module 367 --with-http_gzip_static_module enable ngx_http_gzip_static_module
368 --with-http_auth_request_module enable ngx_http_auth_request_module
366 --with-http_random_index_module enable ngx_http_random_index_module 369 --with-http_random_index_module enable ngx_http_random_index_module
367 --with-http_secure_link_module enable ngx_http_secure_link_module 370 --with-http_secure_link_module enable ngx_http_secure_link_module
368 --with-http_degradation_module enable ngx_http_degradation_module 371 --with-http_degradation_module enable ngx_http_degradation_module
369 --with-http_stub_status_module enable ngx_http_stub_status_module 372 --with-http_stub_status_module enable ngx_http_stub_status_module
370 373