comparison auto/sources @ 334:af451db3fe99

nginx-0.0.3-2004-05-12-09:37:55 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 May 2004 05:37:55 +0000
parents 8733703a37f3
children ca9a7f8c86da
comparison
equal deleted inserted replaced
333:be40e9893a19 334:af451db3fe99
171 ngx_http_log_module" 171 ngx_http_log_module"
172 172
173 HTTP_FILE_CACHE_MODULE=ngx_http_cache_module 173 HTTP_FILE_CACHE_MODULE=ngx_http_cache_module
174 174
175 HTTP_FILTER_MODULES="ngx_http_write_filter_module \ 175 HTTP_FILTER_MODULES="ngx_http_write_filter_module \
176 ngx_http_output_filter_module \
177 ngx_http_header_filter_module" 176 ngx_http_header_filter_module"
178 177
179 HTTP_CHUNKED_FILTER_MODULE=ngx_http_chunked_filter_module 178 HTTP_CHUNKED_FILTER_MODULE=ngx_http_chunked_filter_module
180 HTTP_RANGE_FILTER_MODULE=ngx_http_range_filter_module
181 HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module 179 HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module
182 HTTP_HEADERS_FILTER_MODULE=ngx_http_headers_filter_module 180 HTTP_HEADERS_FILTER_MODULE=ngx_http_headers_filter_module
181 HTTP_COPY_FILTER_MODULE=ngx_http_copy_filter_module
182
183 HTTP_RANGE_HEADER_FILTER_MODULE=ngx_http_range_header_filter_module
184 HTTP_RANGE_BODY_FILTER_MODULE=ngx_http_range_body_filter_module
185
183 HTTP_NOT_MODIFIED_FILTER_MODULE=ngx_http_not_modified_filter_module 186 HTTP_NOT_MODIFIED_FILTER_MODULE=ngx_http_not_modified_filter_module
184 187
185 HTTP_STATIC_MODULE=ngx_http_static_module 188 HTTP_STATIC_MODULE=ngx_http_static_module
186 HTTP_INDEX_MODULE=ngx_http_index_module 189 HTTP_INDEX_MODULE=ngx_http_index_module
187 190
202 src/http/ngx_http_request.c \ 205 src/http/ngx_http_request.c \
203 src/http/ngx_http_parse.c \ 206 src/http/ngx_http_parse.c \
204 src/http/ngx_http_headers.c \ 207 src/http/ngx_http_headers.c \
205 src/http/ngx_http_header_filter.c \ 208 src/http/ngx_http_header_filter.c \
206 src/http/ngx_http_write_filter.c \ 209 src/http/ngx_http_write_filter.c \
207 src/http/ngx_http_output_filter.c \ 210 src/http/ngx_http_copy_filter.c \
208 src/http/ngx_http_log_handler.c \ 211 src/http/ngx_http_log_handler.c \
209 src/http/ngx_http_request_body.c \ 212 src/http/ngx_http_request_body.c \
210 src/http/ngx_http_parse_time.c \ 213 src/http/ngx_http_parse_time.c \
211 src/http/modules/ngx_http_static_handler.c \ 214 src/http/modules/ngx_http_static_handler.c \
212 src/http/modules/ngx_http_index_handler.c \ 215 src/http/modules/ngx_http_index_handler.c \