From: dgaudet Date: Thu, 27 Mar 1997 20:09:02 +0000 (+0000) Subject: Add NCSA extended/combined log format example suggested by David Richards X-Git-Tag: APACHE_1_2b8~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac92822f51216c6c0eb78c81717d08749845b2f3;p=apache Add NCSA extended/combined log format example suggested by David Richards . git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77770 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index 33f80d03f8..fdaa708f5b 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -143,6 +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\"".

Using Multiple Log Files