comparison src/core/ngx_modules.c @ 148:5afee0074707

nginx-0.0.1-2003-10-17-00:19:16 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 16 Oct 2003 20:19:16 +0000
parents ef8c87afcfc5
children c0552e5ab567
comparison
equal deleted inserted replaced
147:be71fca7f9d7 148:5afee0074707
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_static_module,
93 &ngx_http_index_module, 93 &ngx_http_index_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