pepper 2003/04/08 20:51:26
Modified: htdocs/manual/mod mod_log_config.html
Log:
Back out mistaken change; LogFormat w/ nickname never affects TransferLog.
Obtained from: Joshua Slive
Revision Changes Path
1.56 +3 -3 httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html
Index: mod_log_config.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- mod_log_config.html 9 Apr 2003 02:37:29 -0000 1.55
+++ mod_log_config.html 9 Apr 2003 03:51:26 -0000 1.56
@@ -73,8 +73,8 @@
back-slashes.</p>
<p>The characteristics of the request itself are logged by
- placing "%" directives in the format string, which are replaced
- in the log entry by the values as follows:</p>
+ placing "<code>%</code>" directives in the format string, which are
+ replaced in the log entry by the values as follows:</p>
<pre>
%...a: Remote IP-address
%...A: Local IP-address
@@ -363,7 +363,7 @@
else</strong> -- that is, it <em>only</em> defines the
nickname, it doesn't actually apply the format and make it the
default. Therefore, it will not affect subsequent <a
- href="#transferlog">TransferLog</a> directives by itself.</p>
+ href="#transferlog">TransferLog</a> directives.</p>
<p>For example:</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]