2
0
Fork 0

fix %v placeholder in mod_accesslog

personal/stbuehler/wip
Thomas Porzelt 2009-01-06 23:44:39 +01:00
parent 4c49705c16
commit eb794b1dbc
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ static GString *al_format_log(connection *con, GArray *format) {
if (CORE_OPTION(CORE_OPTION_LOG).string)
g_string_append_len(str, GSTR_LEN(req->uri.host));
else
g_string_append_len(str, GSTR_LEN(CORE_OPTION(CORE_OPTION_LOG).string));
g_string_append_len(str, GSTR_LEN(CORE_OPTION(CORE_OPTION_SERVER_NAME).string));
break;
case AL_FORMAT_HOSTNAME:
g_string_append_len(str, GSTR_LEN(req->uri.host));