comparison src/core/ngx_modules.c @ 135:e29909bd9b8a

nginx-0.0.1-2003-09-28-23:29:06 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 28 Sep 2003 19:29:06 +0000
parents d57c6835225c
children 2a615b036870
comparison
equal deleted inserted replaced
134:d57c6835225c 135:e29909bd9b8a
32 extern ngx_module_t ngx_http_output_filter_module; 32 extern ngx_module_t ngx_http_output_filter_module;
33 extern ngx_module_t ngx_http_header_filter_module; 33 extern ngx_module_t ngx_http_header_filter_module;
34 34
35 extern ngx_module_t ngx_http_chunked_filter_module; 35 extern ngx_module_t ngx_http_chunked_filter_module;
36 extern ngx_module_t ngx_http_gzip_filter_module; 36 extern ngx_module_t ngx_http_gzip_filter_module;
37 extern ngx_module_t ngx_http_not_modified_filter_module;
37 extern ngx_module_t ngx_http_range_filter_module; 38 extern ngx_module_t ngx_http_range_filter_module;
38 extern ngx_module_t ngx_http_charset_filter_module; 39 extern ngx_module_t ngx_http_charset_filter_module;
39 40
40 extern ngx_module_t ngx_http_index_module; 41 extern ngx_module_t ngx_http_index_module;
41 extern ngx_module_t ngx_http_static_module; 42 extern ngx_module_t ngx_http_static_module;
81 &ngx_http_output_filter_module, 82 &ngx_http_output_filter_module,
82 &ngx_http_header_filter_module, 83 &ngx_http_header_filter_module,
83 84
84 &ngx_http_chunked_filter_module, 85 &ngx_http_chunked_filter_module,
85 &ngx_http_gzip_filter_module, 86 &ngx_http_gzip_filter_module,
87 &ngx_http_not_modified_filter_module,
86 &ngx_http_range_filter_module, 88 &ngx_http_range_filter_module,
87 /* &ngx_http_ssi_filter_module, */ 89 /* &ngx_http_ssi_filter_module, */
88 &ngx_http_charset_filter_module, 90 &ngx_http_charset_filter_module,
89 91
90 &ngx_http_index_module, 92 &ngx_http_index_module,