From: pcs Date: Fri, 28 Mar 1997 15:16:15 +0000 (+0000) Subject: Fix ELF format X-Git-Tag: APACHE_1_2b8~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11fcb3157f2de17c35a1c1b0170aa15c0225c41d;p=apache Fix ELF format git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77774 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index fdaa708f5b..cca2cc970a 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -143,7 +143,7 @@ requests which did not return some sort of normal status. Note that the common log format is defined by the string "%h %l %u %t \"%r\" %s %b", which can be used as the basis for extending for format if desired (e.g. to add extra fields at the end). -NCSA's extended/combined log format would be "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{Agent}i\"". +NCSA's extended/combined log format would be "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\"".

Using Multiple Log Files