From: dgaudet Date: Sun, 4 May 1997 20:47:46 +0000 (+0000) Subject: PR#507: X-Git-Tag: APACHE_1_2b11~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a471c9acad2999fc5aad317db32083ccf3ecff5;p=apache PR#507: 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 --- diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index 8bde9072b2..32547f6ee6 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -101,6 +101,7 @@ by the values as follows:
 %...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 for details on the format arguments.


TransferLog

Syntax: TransferLog file-pipe
-Default: TransferLog logs/transfer_log
+Default: none
Context: server config, virtual host
Status: Base
Module: mod_log_config