From: Joshua Slive Date: Wed, 10 Jan 2001 21:38:36 +0000 (+0000) Subject: Fix a typo in an example and make a slight clarification in the X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ac0b694e48a92b1e3a5553ea039d27889c50792;p=apache Fix a typo in an example and make a slight clarification in the TransferLog docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87648 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index f52e9c9f42..4a980e3e40 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -458,13 +458,14 @@ href="#customlog">CustomLog directive, with the exception that it does not allow the log format to be specified explicitly or for conditional logging of requests. Instead, the log format is determined by the most recently specified specified LogFormat directive. Common Log Format is used -if no other format has been specified.

+href="#logformat">LogFormat directive (which does not define a +nickname). Common Log Format is used if no other format has been +specified.

Example:

-   LogFormat %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""
+   LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""
    TranferLog logs/access_log