nginx-0.0.2-2004-02-23-23:57:12 import

This commit is contained in:
Igor Sysoev
2004-02-23 20:57:12 +00:00
parent 0ee5d3c106
commit b54698b579
19 changed files with 661 additions and 115 deletions

View File

@@ -15,6 +15,8 @@ EVENT_SELECT=NO
EVENT_POLL=NO
EVENT_AIO=NO
USE_THREADS=NO
HTTP_REWRITE=YES
HTTP_GZIP=YES
HTTP_SSI=YES
@@ -51,6 +53,9 @@ do
--without-poll_module) EVENT_POLL=NONE ;;
--with-aio_module) EVENT_AIO=YES ;;
--with-threads=*) USE_THREADS="$value" ;;
--with-threads) USE_THREADS="pthreads" ;;
--without-http_rewrite_module) HTTP_REWRITE=NO ;;
--without-http_ssi_module) HTTP_SSI=NO ;;
--without-http_gzip_module) HTTP_GZIP=NO ;;