]> granicus.if.org Git - apache/commitdiff
Fix ELF format
authorpcs <pcs@unknown>
Fri, 28 Mar 1997 15:16:15 +0000 (15:16 +0000)
committerpcs <pcs@unknown>
Fri, 28 Mar 1997 15:16:15 +0000 (15:16 +0000)
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

index fdaa708f5b35155a594b00e4a5b95863e5de56e8..cca2cc970ae2439e204f9d6d1f3d30bdbefc6aa9 100644 (file)
@@ -143,7 +143,7 @@ requests which did <b>not</b> return some sort of normal status.
 Note that the common log format is defined by the string <code>"%h %l
 %u %t \"%r\" %s %b"</code>, 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 <code>"%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{Agent}i\""</code>.
+NCSA's extended/combined log format would be <code>"%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\""</code>.
 
 <h2>Using Multiple Log Files</h3>