diff auto/options @ 368:15c84a40e87d

nginx-0.0.7-2004-06-24-20:07:04 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 24 Jun 2004 16:07:04 +0000
parents ceec87d1c2b3
children c05876036128
line wrap: on
line diff
--- a/auto/options
+++ b/auto/options
@@ -32,6 +32,7 @@ USE_THREADS=NO
 HTTP_CHARSET=YES
 HTTP_GZIP=YES
 HTTP_SSI=YES
+HTTP_ACCESS=YES
 HTTP_STATUS=YES
 HTTP_REWRITE=YES
 HTTP_PROXY=YES
@@ -85,6 +86,7 @@ do
         --without-http_charset_module)   HTTP_CHARSET=NO            ;;
         --without-http_ssi_module)       HTTP_SSI=NO                ;;
         --without-http_gzip_module)      HTTP_GZIP=NO               ;;
+        --without-http_access_module)    HTTP_ACCESS=NO             ;;
         --without-http_status_module)    HTTP_STATUS=NO             ;;
         --without-http_rewrite_module)   HTTP_REWRITE=NO            ;;
         --without-http_proxy_module)     HTTP_PROXY=NO              ;;