slive 01/01/10 13:26:27
Modified: htdocs/manual/mod mod_log_config.html Log: Fix a typo in an example and make a slight clarification in the TransferLog directive. Revision Changes Path 1.44 +4 -3 httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html Index: mod_log_config.html =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -b -u -r1.43 -r1.44 --- mod_log_config.html 2001/01/07 23:46:09 1.43 +++ mod_log_config.html 2001/01/10 21:26:26 1.44 @@ -489,13 +489,14 @@ 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 <a -href="#logformat">LogFormat</a> directive. Common Log Format is used -if no other format has been specified.</p> +href="#logformat">LogFormat</a> directive (that does not define a +nickname). Common Log Format is used if no other format has been +specified.</p> <p>Example:</p> <pre> - 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 </pre>