Commit ae1d7f65 authored by pcs's avatar pcs
Browse files

Fix ELF format


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