Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-06-24 11:53:37 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-06-24 11:53:37 +0400
commitc83f683553cb76dcc9b7311495383edbacccf06d (patch)
tree3fecc630afb8e5c101973ab5530379eca3246725 /auto/options
parente0207bb8eb230d4750c4f328af9afbb79051a026 (diff)
nginx-0.0.7-2004-06-24-11:53:37 import
Diffstat (limited to 'auto/options')
-rw-r--r--auto/options6
1 files changed, 4 insertions, 2 deletions
diff --git a/auto/options b/auto/options
index 7c729d866..7a6e36dfd 100644
--- a/auto/options
+++ b/auto/options
@@ -30,9 +30,10 @@ EVENT_AIO=NO
USE_THREADS=NO
HTTP_CHARSET=YES
-HTTP_REWRITE=YES
HTTP_GZIP=YES
HTTP_SSI=YES
+HTTP_STATUS=YES
+HTTP_REWRITE=YES
HTTP_PROXY=YES
USE_PCRE=NO
@@ -82,9 +83,10 @@ do
--with-threads) USE_THREADS="pthreads" ;;
--without-http_charset_module) HTTP_CHARSET=NO ;;
- --without-http_rewrite_module) HTTP_REWRITE=NO ;;
--without-http_ssi_module) HTTP_SSI=NO ;;
--without-http_gzip_module) HTTP_GZIP=NO ;;
+ --without-http_status_module) HTTP_STATUS=NO ;;
+ --without-http_rewrite_module) HTTP_REWRITE=NO ;;
--without-http_proxy_module) HTTP_PROXY=NO ;;
--with-cc=*) CC="$value" ;;