comparison src/core/ngx_modules.c @ 144:ef8c87afcfc5

nginx-0.0.1-2003-10-12-20:49:16 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 12 Oct 2003 16:49:16 +0000
parents 2a615b036870
children 5afee0074707
comparison
equal deleted inserted replaced
143:5526213be452 144:ef8c87afcfc5
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_not_modified_filter_module;
38 extern ngx_module_t ngx_http_range_filter_module; 38 extern ngx_module_t ngx_http_range_filter_module;
39 extern ngx_module_t ngx_http_charset_filter_module; 39 extern ngx_module_t ngx_http_charset_filter_module;
40 40
41 extern ngx_module_t ngx_http_static_module;
41 extern ngx_module_t ngx_http_index_module; 42 extern ngx_module_t ngx_http_index_module;
42 extern ngx_module_t ngx_http_static_module;
43 extern ngx_module_t ngx_http_proxy_module; 43 extern ngx_module_t ngx_http_proxy_module;
44 44
45 extern ngx_module_t ngx_http_log_module; 45 extern ngx_module_t ngx_http_log_module;
46 46
47 47
87 &ngx_http_not_modified_filter_module, 87 &ngx_http_not_modified_filter_module,
88 &ngx_http_range_filter_module, 88 &ngx_http_range_filter_module,
89 /* &ngx_http_ssi_filter_module, */ 89 /* &ngx_http_ssi_filter_module, */
90 &ngx_http_charset_filter_module, 90 &ngx_http_charset_filter_module,
91 91
92 /* &ngx_http_static_module, */
92 &ngx_http_index_module, 93 &ngx_http_index_module,
93 /* &ngx_http_static_module, */
94 &ngx_http_proxy_module, 94 &ngx_http_proxy_module,
95 95
96 &ngx_http_log_module, 96 &ngx_http_log_module,
97 97
98 NULL 98 NULL