You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2002/05/31 09:30:26 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_log_config.html

yoshiki     2002/05/31 00:30:26

  Modified:    htdocs/manual/mod mod_log_config.html
  Log:
  Judging from the example below, this sentence has one too many negative in it.
  Also fix what I believe is a typo.
  
  Revision  Changes    Path
  1.53      +2 -2      httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html
  
  Index: mod_log_config.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- mod_log_config.html	2 Apr 2002 03:09:09 -0000	1.52
  +++ mod_log_config.html	31 May 2002 07:30:26 -0000	1.53
  @@ -300,8 +300,8 @@
       <p>Environment variables can be set on a <em>per</em>-request
       basis using the <a href="mod_setenvif.html">mod_setenvif</a>
       and/or <a href="mod_rewrite.html">mod_rewrite</a> modules. For
  -    example, if you don't want to record requests for all GIF
  -    images on your server in a separate logfile but not your main
  +    example, if you want to record requests for all GIF
  +    images on your server in a separate logfile but not in your main
       log, you can use:</p>
   <pre>
       SetEnvIf Request_URI \.gif$ gif-image