diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-06-24 16:07:04 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-06-24 16:07:04 +0000 |
| commit | 59f3aa3a9baeab8c8277332e75a83f134d1e026a (patch) | |
| tree | b9f4b4b2b84ec0fb29b12a901b5704abbfe5eb06 /auto/options | |
| parent | c83f683553cb76dcc9b7311495383edbacccf06d (diff) | |
| download | nginx-59f3aa3a9baeab8c8277332e75a83f134d1e026a.tar.gz nginx-59f3aa3a9baeab8c8277332e75a83f134d1e026a.tar.bz2 | |
nginx-0.0.7-2004-06-24-20:07:04 import
Diffstat (limited to 'auto/options')
| -rw-r--r-- | auto/options | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/options b/auto/options index 7a6e36dfd..a2e01a2b7 100644 --- 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 ;; |
