]> granicus.if.org Git - apache/commitdiff
PR#507:
authordgaudet <dgaudet@unknown>
Sun, 4 May 1997 20:47:46 +0000 (20:47 +0000)
committerdgaudet <dgaudet@unknown>
Sun, 4 May 1997 20:47:46 +0000 (20:47 +0000)
TransferLog has no default.
%{FOOBAR}e wasn't documented.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78103 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.html

index 8bde9072b216ea58bec5b8977934f10b41547e88..32547f6ee603e55757d4056905f01bc91dfe432e 100644 (file)
@@ -101,6 +101,7 @@ by the values as follows:
 <PRE>
 %...b:          Bytes sent, excluding HTTP headers.
 %...f:          Filename
+%...{FOOBAR}e:  The contents of the environment variable FOOBAR
 %...h:          Remote host
 %...{Foobar}i:  The contents of Foobar: header line(s) in the request
                 sent to the server.
@@ -228,7 +229,7 @@ Custom Log Formats</A> for details on the format arguments.<p><hr>
 <h2><A name="transferlog">TransferLog</A></h2>
 <!--%plaintext &lt;?INDEX {\tt TransferLog} directive&gt; -->
 <strong>Syntax:</strong> TransferLog <em>file-pipe</em><br>
-<strong>Default:</strong> <code>TransferLog logs/transfer_log</code><br>
+<strong>Default:</strong> none<br>
 <Strong>Context:</strong> server config, virtual host<br>
 <strong>Status:</strong> Base<br>
 <strong>Module:</strong> mod_log_config<p>