From: Joshua Slive Date: Sat, 30 Sep 2000 18:51:07 +0000 (+0000) Subject: Fix the default logformat and CLF description. X-Git-Tag: APACHE_2_0_ALPHA_7~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e99b0dfdb587304c65e50e49f9bc58f9a54b2e99;p=apache Fix the default logformat and CLF description. PR: 6556 Submitted by: Mike Abbott Reviewed by: Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86358 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index ae3cf78a96..fe7c550ae3 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -202,9 +202,9 @@ requests which did not return some sort of normal status.

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 @@ can use: HREF="directive-dict.html#Default" REL="Help" >Default: LogFormat "%h %l %u %t \"%r\" -%s %b"
+%>s %b"