slive       00/09/30 11:51:08

  Modified:    htdocs/manual/mod mod_log_config.html
  Log:
  Fix the default logformat and CLF description.
  PR: 6556
  Submitted by: Mike Abbott <[EMAIL PROTECTED]>
  Reviewed by:  Joshua Slive
  
  Revision  Changes    Path
  1.38      +3 -3      httpd-docs-2.0/htdocs/manual/mod/mod_log_config.html
  
  Index: mod_log_config.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-2.0/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 03:08:24     1.37
  +++ mod_log_config.html       2000/09/30 18:51:07     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 &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"
  
  
  

Reply via email to