From 2a471c9acad2999fc5aad317db32083ccf3ecff5 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Sun, 4 May 1997 20:47:46 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_log_config.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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

-- 2.40.0