pepper 01/02/27 19:43:40
Modified: htdocs/manual/mod mod_log_config.html Log: Fixed an a name containing a literal # in the value. Removed a duplicated word. Revision Changes Path 1.47 +2 -2 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.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- mod_log_config.html 2001/01/29 19:14:49 1.46 +++ mod_log_config.html 2001/02/28 03:43:40 1.47 @@ -319,7 +319,7 @@ <HR> <H2><A NAME="customlog">CustomLog</A> -<a NAME="#customlog-conditional">directive</a></H2> +<a NAME="customlog-conditional">directive</a></H2> <p><A HREF="directive-dict.html#Syntax" REL="Help" @@ -489,7 +489,7 @@ href="#customlog">CustomLog</a> 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 <a +determined by the most recently specified <a href="#logformat">LogFormat</a> directive (that does not define a nickname). Common Log Format is used if no other format has been specified.</p>