Commit c8b055b6 authored by dgaudet's avatar dgaudet
Browse files

Add NCSA extended/combined log format example suggested by David Richards

<dr@ripco.com>.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77770 13f79535-47bb-0310-9956-ffa450edef68
parent 4c9f6818
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>