comparison src/http/ngx_http.h @ 880:3b763d36e055

axe old % log format
author Igor Sysoev <igor@sysoev.ru>
date Mon, 27 Nov 2006 14:46:15 +0000
parents e924670896ab
children 4d68c486fcb0
comparison
equal deleted inserted replaced
879:804514cb0758 880:3b763d36e055
32 #include <ngx_http_variables.h> 32 #include <ngx_http_variables.h>
33 #include <ngx_http_request.h> 33 #include <ngx_http_request.h>
34 #include <ngx_http_upstream.h> 34 #include <ngx_http_upstream.h>
35 #include <ngx_http_config.h> 35 #include <ngx_http_config.h>
36 #include <ngx_http_busy_lock.h> 36 #include <ngx_http_busy_lock.h>
37 #include <ngx_http_log_module.h>
38 #include <ngx_http_core_module.h> 37 #include <ngx_http_core_module.h>
39 #include <ngx_http_script.h> 38 #include <ngx_http_script.h>
40 39
41 #if (NGX_HTTP_SSI) 40 #if (NGX_HTTP_SSI)
42 #include <ngx_http_ssi_filter_module.h> 41 #include <ngx_http_ssi_filter_module.h>