Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 26991 invoked by uid 500); 30 Sep 2000 18:49:49 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 26977 invoked by uid 500); 30 Sep 2000 18:49:49 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Delivered-To: apmail-httpd-docs-1.3-cvs@apache.org Date: 30 Sep 2000 18:49:47 -0000 Message-ID: <20000930184947.26962.qmail@locus.apache.org> From: slive@locus.apache.org To: httpd-docs-1.3-cvs@apache.org Subject: cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_log_config.html 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 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 @@

Note that the common log format is defined by the string "%h %l -%u %t \"%r\" %s %b", which can be used as the basis for +%u %t \"%r\" %>s %b", which can be used as the basis for extending for format if desired (e.g., to add extra fields at the end). -NCSA's extended/combined log format would be "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\"". +NCSA's extended/combined log format would be "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"".

@@ -385,7 +385,7 @@ HREF="directive-dict.html#Default" REL="Help" >Default: LogFormat "%h %l %u %t \"%r\" -%s %b"
+%>s %b"