nginx-0.0.7-2004-06-24-11:53:37 import
diff --git a/auto/options b/auto/options
index 7c729d8..7a6e36d 100644
--- a/auto/options
+++ b/auto/options
@@ -30,9 +30,10 @@
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 @@
--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" ;;