]> granicus.if.org Git - apache/commitdiff
Fix the default logformat and CLF description.
authorJoshua Slive <slive@apache.org>
Sat, 30 Sep 2000 18:51:07 +0000 (18:51 +0000)
committerJoshua Slive <slive@apache.org>
Sat, 30 Sep 2000 18:51:07 +0000 (18:51 +0000)
PR: 6556
Submitted by: Mike Abbott <mja@sgi.com>
Reviewed by: Joshua Slive

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86358 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.html

index ae3cf78a966190b2830ddad29f3284d3ebaf1480..fe7c550ae38bb45926c6cc7553b4f72be2f4a8f9 100644 (file)
@@ -202,9 +202,9 @@ requests which did <STRONG>not</STRONG> return some sort of normal status.
 <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 @@ can use:
  HREF="directive-dict.html#Default"
  REL="Help"
 ><STRONG>Default:</STRONG></A> <CODE>LogFormat &quot;%h %l %u %t \&quot;%r\&quot;
-%s %b&quot;</CODE><BR>
+%>s %b&quot;</CODE><BR>
 <A
  HREF="directive-dict.html#Context"
  REL="Help"