From 11fcb3157f2de17c35a1c1b0170aa15c0225c41d Mon Sep 17 00:00:00 2001 From: pcs Date: Fri, 28 Mar 1997 15:16:15 +0000 Subject: [PATCH] Fix ELF format git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77774 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_config.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

-- 2.40.0