slive 00/09/30 11:49:46
Modified: htdocs/manual/mod mod_log_config.html Log: The documentation of the default logformat and the CLF in mod_log_config.html was incorrect because it didn't take into account the subrequest form of "%>s". (Changed in the code way back in 1.1 I think.) PR: 6556 Submitted by: Mike Abbott <[EMAIL PROTECTED]> Reviewed by: Joshua Slive Revision Changes Path 1.38 +3 -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.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- mod_log_config.html 2000/09/27 02:53:23 1.37 +++ mod_log_config.html 2000/09/30 18:49:46 1.38 @@ -202,9 +202,9 @@ <P> Note that the common log format is defined by the string <CODE>"%h %l -%u %t \"%r\" %s %b"</CODE>, which can be used as the basis for +%u %t \"%r\" %>s %b"</CODE>, which can be used as the basis for extending for format if desired (<EM>e.g.</EM>, to add extra fields at the end). -NCSA's extended/combined log format would be <CODE>"%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\""</CODE>. +NCSA's extended/combined log format would be <CODE>"%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""</CODE>. <P> @@ -385,7 +385,7 @@ HREF="directive-dict.html#Default" REL="Help" ><STRONG>Default:</STRONG></A> <CODE>LogFormat "%h %l %u %t \"%r\" -%s %b"</CODE><BR> +%>s %b"</CODE><BR> <A HREF="directive-dict.html#Context" REL="Help"