You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Dean Gaudet <dg...@hyperreal.com> on 1997/03/27 21:09:04 UTC

cvs commit: apache/htdocs/manual/mod mod_log_config.html

dgaudet     97/03/27 12:09:03

  Modified:    htdocs/manual/mod  mod_log_config.html
  Log:
  Add NCSA extended/combined log format example suggested by David Richards
  <dr...@ripco.com>.
  
  Revision  Changes    Path
  1.14      +1 -0      apache/htdocs/manual/mod/mod_log_config.html
  
  Index: mod_log_config.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_log_config.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -C3 -r1.13 -r1.14
  *** mod_log_config.html	1997/02/19 17:46:41	1.13
  --- mod_log_config.html	1997/03/27 20:09:02	1.14
  ***************
  *** 143,148 ****
  --- 143,149 ----
    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
    extending for format if desired (e.g. 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\" \"%{Agent}i\""</code>.
    
    <h2>Using Multiple Log Files</h3>