comparison src/http/modules/ngx_http_log_module.c @ 194:003bd800ec2a NGINX_0_3_44

nginx 0.3.44 *) Feature: the "wait" parameter in the "include" SSI command. *) Feature: the Ukrainian and Byelorussian characters were added to koi-win conversion table. *) Bugfix: in the SSI.
author Igor Sysoev <http://sysoev.ru>
date Thu, 04 May 2006 00:00:00 +0400
parents 13710a1813ad
children 3866d57d9cfd
comparison
equal deleted inserted replaced
193:2a1394604ae9 194:003bd800ec2a
126 NGX_HTTP_MAIN_CONF_OFFSET, 126 NGX_HTTP_MAIN_CONF_OFFSET,
127 0, 127 0,
128 NULL }, 128 NULL },
129 129
130 { ngx_string("access_log"), 130 { ngx_string("access_log"),
131 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE123, 131 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_HTTP_LIF_CONF
132 |NGX_CONF_TAKE123,
132 ngx_http_log_set_log, 133 ngx_http_log_set_log,
133 NGX_HTTP_LOC_CONF_OFFSET, 134 NGX_HTTP_LOC_CONF_OFFSET,
134 0, 135 0,
135 NULL }, 136 NULL },
136 137