dirkx       99/10/13 01:41:53

  Modified:    htdocs/manual/mod mod_log_config.html
  Log:
  Must have missed this in the past. Sorry.
  
  Revision  Changes    Path
  1.35      +5 -1      apache-1.3/htdocs/manual/mod/mod_log_config.html
  
  Index: mod_log_config.html
  ===================================================================
  RCS file: /x3/home/cvs/apache-1.3/htdocs/manual/mod/mod_log_config.html,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- mod_log_config.html       1999/06/22 00:51:23     1.34
  +++ mod_log_config.html       1999/10/13 08:41:52     1.35
  @@ -121,7 +121,9 @@
   by the values as follows:
   
   <PRE>
  -%...b:          Bytes sent, excluding HTTP headers.
  +%...B:          Bytes sent, excluding HTTP headers.
  +%...b:          Bytes sent, excluding HTTP headers. In CLF format
  +             i.e. a '-' rather than a 0 when no bytes are sent.
   %...f:          Filename
   %...{FOOBAR}e:  The contents of the environment variable FOOBAR
   %...h:          Remote host
  @@ -145,6 +147,8 @@
   %...U:          The URL path requested.
   %...v:          The canonical ServerName of the server serving the request.
   %...V:          The server name according to the UseCanonicalName setting.
  +%...m                The request method
  +%...H                The request protocol
   </PRE>
   
   The `...' can be nothing at all (<EM>e.g.</EM>, <CODE>"%h %u %r %s 
%b"</CODE>), or it can
  
  
  

Reply via email to