comparison src/http/ngx_http_log_handler.c @ 282:30310107dbc9

nginx-0.0.2-2004-03-09-22:47:07 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Mar 2004 19:47:07 +0000
parents 7c7183b3ea8b
children 87e73f067470
comparison
equal deleted inserted replaced
281:014292b55158 282:30310107dbc9
93 93
94 94
95 static ngx_str_t http_access_log = ngx_string("access.log"); 95 static ngx_str_t http_access_log = ngx_string("access.log");
96 96
97 97
98 static char *months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun",
99 "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" };
100
101 static ngx_str_t ngx_http_combined_fmt = 98 static ngx_str_t ngx_http_combined_fmt =
102 ngx_string("%addr - - [%time] \"%request\" %status %apache_length " 99 ngx_string("%addr - - [%time] \"%request\" %status %apache_length "
103 "\"%{Referer}i\" \"%{User-Agent}i\""); 100 "\"%{Referer}i\" \"%{User-Agent}i\"");
104 101
105 102