comparison src/http/modules/ngx_http_log_module.c @ 645:4946078f0a79 release-0.3.44

nginx-0.3.44-RELEASE import *) 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 <igor@sysoev.ru>
date Thu, 04 May 2006 15:32:46 +0000
parents f971949ffb58
children 400711951595
comparison
equal deleted inserted replaced
644:610ff734a8cc 645:4946078f0a79
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