Commit e3d6b161 authored by Marc Slemko's avatar Marc Slemko
Browse files

Add backreference to format for common log module to make it easier

to find.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77639 13f79535-47bb-0310-9956-ffa450edef68
parent 0055df53
Loading
Loading
Loading
Loading
+3 −2
Changes for docs/manual/mod/mod_log_config.html: 3 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ zone = (`+' | `-') 4*digit</code></blockquote></dl>
any headers.
</dl>

<h3>Custom Log Formats</h3>
<A NAME="formats"><h3>Custom Log Formats</h3></A>

The format argument to the <code>LogFormat</code> and
<code>CustomLog</code> is a string. This string is logged to the log
@@ -220,7 +220,8 @@ should be enclosed in double quotes.
<strong>Status:</strong> Base<br>
<strong>Module:</strong> mod_log_config<p>

This sets the format of the logfile.<p><hr>
This sets the format of the logfile.  See <A HREF="#formats">
Custom Log Formats</A> for details on the format arguments.<p><hr>


<A name="transferlog"><h2>TransferLog</h2></A>