diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-06-24 07:53:37 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-06-24 07:53:37 +0000 |
| commit | c83f683553cb76dcc9b7311495383edbacccf06d (patch) | |
| tree | 3fecc630afb8e5c101973ab5530379eca3246725 /auto/sources | |
| parent | e0207bb8eb230d4750c4f328af9afbb79051a026 (diff) | |
| download | nginx-c83f683553cb76dcc9b7311495383edbacccf06d.tar.gz nginx-c83f683553cb76dcc9b7311495383edbacccf06d.tar.bz2 | |
nginx-0.0.7-2004-06-24-11:53:37 import
Diffstat (limited to '')
| -rw-r--r-- | auto/sources | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/auto/sources b/auto/sources index e402b1c2b..6801f27f2 100644 --- a/auto/sources +++ b/auto/sources @@ -240,10 +240,6 @@ HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module HTTP_CHARSET_SRCS=src/http/modules/ngx_http_charset_filter.c -HTTP_REWRITE_MODULE=ngx_http_rewrite_module -HTTP_REWRITE_SRCS=src/http/modules/ngx_http_rewrite_handler.c - - HTTP_GZIP_FILTER_MODULE=ngx_http_gzip_filter_module HTTP_GZIP_SRCS=src/http/modules/ngx_http_gzip_filter.c @@ -252,6 +248,14 @@ HTTP_SSI_FILTER_MODULE=ngx_http_ssi_filter_module HTTP_SSI_SRCS=src/http/modules/ngx_http_ssi_filter.c +HTTP_STATUS_MODULE=ngx_http_status_module +HTTP_STATUS_SRCS=src/http/modules/ngx_http_status_handler.c + + +HTTP_REWRITE_MODULE=ngx_http_rewrite_module +HTTP_REWRITE_SRCS=src/http/modules/ngx_http_rewrite_handler.c + + HTTP_PROXY_MODULE=ngx_http_proxy_module HTTP_PROXY_INCS="src/http/modules/proxy" HTTP_PROXY_DEPS=src/http/modules/proxy/ngx_http_proxy_handler.h |
