comparison auto/sources @ 391:b670db10cbbd

nginx-0.0.7-2004-07-14-20:01:42 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Jul 2004 16:01:42 +0000
parents fa72605e7089
children 5659d773cfa8
comparison
equal deleted inserted replaced
390:1471c6fb108a 391:b670db10cbbd
188 ngx_http_core_module \ 188 ngx_http_core_module \
189 ngx_http_log_module" 189 ngx_http_log_module"
190 190
191 HTTP_FILE_CACHE_MODULE=ngx_http_cache_module 191 HTTP_FILE_CACHE_MODULE=ngx_http_cache_module
192 192
193 HTTP_FILTER_MODULES="ngx_http_write_filter_module \ 193 HTTP_WRITE_FILTER_MODULE="ngx_http_write_filter_module"
194 ngx_http_header_filter_module" 194 HTTP_HEADER_FILTER_MODULE="ngx_http_header_filter_module"
195 195
196 HTTP_CHUNKED_FILTER_MODULE=ngx_http_chunked_filter_module 196 HTTP_CHUNKED_FILTER_MODULE=ngx_http_chunked_filter_module
197 HTTP_HEADERS_FILTER_MODULE=ngx_http_headers_filter_module 197 HTTP_HEADERS_FILTER_MODULE=ngx_http_headers_filter_module
198 HTTP_COPY_FILTER_MODULE=ngx_http_copy_filter_module 198 HTTP_COPY_FILTER_MODULE=ngx_http_copy_filter_module
199 199