From e8cfcaa3b19e3795670fc1f7fd2a0be621eabb2c Mon Sep 17 00:00:00 2001 From: Sameer Parekh Date: Tue, 26 Nov 1996 06:02:02 +0000 Subject: [PATCH] Update mod_log_config to reflect standard status and new directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77053 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_config.html | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index a9d2e3d01c..543a25b65f 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -8,15 +8,13 @@

Module mod_log_config

-This module is contained in the mod_log_config.c file, and is not -compiled in by default. It provides for logging of the requests made to +This module is contained in the mod_log_config.c file, +and is compiled in by default in Apache 1.2. mod_log_config replaces +mod_log_common in Apache 1.2. Prior to version 1.2, mod_log_config was +an optional module. It provides for logging of the requests made to the server, using a user-specified format.

Summary

-This is an EXPERIMENTAL module, which implements the TransferLog directive -(same as the common log module), and an additional directive, LogFormat. -Bugs would not surprise me.

- The argument to the LogFormat is a string, which can include literal characters copied into the log files, and `%' directives as follows: @@ -94,6 +92,7 @@ changes to come to this format.


@@ -104,7 +103,7 @@ changes to come to this format.

Default: LogFormat "%h %l %u %t \"%r\" %s %b"
Context: server config, virtual host
-Status: Experimental
+Status: Base
Module: mod_log_config

This sets the format of the logfile.


@@ -115,7 +114,7 @@ This sets the format of the logfile.


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

The TransferLog directive sets the name of the file to which the server will @@ -132,6 +131,15 @@ the TransferLog from the main server. run under the user who started httpd. This will be root if the server was started by root; be sure that the program is secure.

+

CustomLog

+Syntax: CustomLog file-pipe format
+Context: server config, virtual host
+Status: Base
+Module: mod_log_config

+ +CustomLog combines TransferLog and LogFormat -- the format specified +to this directive is logged to the file or pipe specified.

+ -- 2.40.0