From ac92822f51216c6c0eb78c81717d08749845b2f3 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Thu, 27 Mar 1997 20:09:02 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_log_config.html | 1 + 1 file changed, 1 insertion(+) 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

-- 2.40.0