]> granicus.if.org Git - apache/commitdiff
Add NCSA extended/combined log format example suggested by David Richards
authordgaudet <dgaudet@unknown>
Thu, 27 Mar 1997 20:09:02 +0000 (20:09 +0000)
committerdgaudet <dgaudet@unknown>
Thu, 27 Mar 1997 20:09:02 +0000 (20:09 +0000)
<dr@ripco.com>.

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

index 33f80d03f83780539325bc1c2fbdebe69d1f816d..fdaa708f5b35155a594b00e4a5b95863e5de56e8 100644 (file)
@@ -143,6 +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>.
 
 <h2>Using Multiple Log Files</h3>