Commit 0ac0b694 authored by Joshua Slive's avatar Joshua Slive
Browse files

Fix a typo in an example and make a slight clarification in the

TransferLog docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87648 13f79535-47bb-0310-9956-ffa450edef68
parent 92db9cb6
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -458,13 +458,14 @@ href="#customlog">CustomLog</a> directive, with the exception that it
does not allow the log format to be specified explicitly or for
conditional logging of requests.  Instead, the log format is
determined by the most recently specified specified <a
href="#logformat">LogFormat</a> directive.  Common Log Format is used
if no other format has been specified.</p>
href="#logformat">LogFormat</a> directive (which does not define a
nickname).  Common Log Format is used if no other format has been
specified.</p>

<p>Example:</p>

<pre>
   LogFormat %h %l %u %t \"%r\" %&gt;s %b \"%{Referer}i\" \"%{User-agent}i\""
   LogFormat "%h %l %u %t \"%r\" %&gt;s %b \"%{Referer}i\" \"%{User-agent}i\""
   TranferLog logs/access_log
</pre>