comparison auto/options @ 2235:03180d4e5af2

ngx_http_random_index_module
author Igor Sysoev <igor@sysoev.ru>
date Fri, 05 Sep 2008 15:45:55 +0000
parents c31c569708bd
children 4f1616b32744
comparison
equal deleted inserted replaced
2234:c7c319896bb4 2235:03180d4e5af2
62 HTTP_DAV=NO 62 HTTP_DAV=NO
63 HTTP_ACCESS=YES 63 HTTP_ACCESS=YES
64 HTTP_AUTH_BASIC=YES 64 HTTP_AUTH_BASIC=YES
65 HTTP_USERID=YES 65 HTTP_USERID=YES
66 HTTP_AUTOINDEX=YES 66 HTTP_AUTOINDEX=YES
67 HTTP_RANDOM_INDEX=NO
67 HTTP_STATUS=NO 68 HTTP_STATUS=NO
68 HTTP_GEO=YES 69 HTTP_GEO=YES
69 HTTP_MAP=YES 70 HTTP_MAP=YES
70 HTTP_REFERER=YES 71 HTTP_REFERER=YES
71 HTTP_REWRITE=YES 72 HTTP_REWRITE=YES
169 --with-http_xslt_module) HTTP_XSLT=YES ;; 170 --with-http_xslt_module) HTTP_XSLT=YES ;;
170 --with-http_sub_module) HTTP_SUB=YES ;; 171 --with-http_sub_module) HTTP_SUB=YES ;;
171 --with-http_dav_module) HTTP_DAV=YES ;; 172 --with-http_dav_module) HTTP_DAV=YES ;;
172 --with-http_flv_module) HTTP_FLV=YES ;; 173 --with-http_flv_module) HTTP_FLV=YES ;;
173 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;; 174 --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;;
175 --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;;
174 176
175 --without-http_charset_module) HTTP_CHARSET=NO ;; 177 --without-http_charset_module) HTTP_CHARSET=NO ;;
176 --without-http_gzip_module) HTTP_GZIP=NO ;; 178 --without-http_gzip_module) HTTP_GZIP=NO ;;
177 --without-http_ssi_module) HTTP_SSI=NO ;; 179 --without-http_ssi_module) HTTP_SSI=NO ;;
178 --without-http_userid_module) HTTP_USERID=NO ;; 180 --without-http_userid_module) HTTP_USERID=NO ;;
285 --with-http_xslt_module enable ngx_http_xslt_module 287 --with-http_xslt_module enable ngx_http_xslt_module
286 --with-http_sub_module enable ngx_http_sub_module 288 --with-http_sub_module enable ngx_http_sub_module
287 --with-http_dav_module enable ngx_http_dav_module 289 --with-http_dav_module enable ngx_http_dav_module
288 --with-http_flv_module enable ngx_http_flv_module 290 --with-http_flv_module enable ngx_http_flv_module
289 --with-http_gzip_static_module enable ngx_http_gzip_static_module 291 --with-http_gzip_static_module enable ngx_http_gzip_static_module
292 --with-http_random_index_module enable ngx_http_random_index_module
290 --with-http_stub_status_module enable ngx_http_stub_status_module 293 --with-http_stub_status_module enable ngx_http_stub_status_module
291 294
292 --without-http_charset_module disable ngx_http_charset_module 295 --without-http_charset_module disable ngx_http_charset_module
293 --without-http_gzip_module disable ngx_http_gzip_module 296 --without-http_gzip_module disable ngx_http_gzip_module
294 --without-http_ssi_module disable ngx_http_ssi_module 297 --without-http_ssi_module disable ngx_http_ssi_module