You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Thomas Sjögren <th...@northernsecurity.net> on 2002/07/11 15:46:56 UTC

env.html.en

httpd-docs-2.0/manual/env.html.en
Do not log requests for images in the access log

    SetEnvIf Request_URI \.png image-request
    CustomLog logs/access_log env=!image-request

Last line should read 
CustomLog logs/access_log common env=!image-request

/Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


env.html.en - patch

Posted by Thomas Sjögren <th...@northernsecurity.net>.
Index: ./httpd-docs-2.0/manual/env.html.en
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/env.html.en,v
retrieving revision 1.20
diff -c -r1.20 env.html.en
*** ./httpd-docs-2.0/manual/env.html.en 13 Nov 2001 05:21:31 -0000      
1.20
--- ./httpd-docs-2.0/manual/env.html.en 11 Jul 2002 14:06:17 -0000
***************
*** 319,325 ****
      SetEnvIf Request_URI \.gif image-request
      SetEnvIf Request_URI \.jpg image-request
      SetEnvIf Request_URI \.png image-request
!     CustomLog logs/access_log env=!image-request
  </pre>
 
      <h3>Prevent "Image Theft"</h3>
--- 319,325 ----
      SetEnvIf Request_URI \.gif image-request
      SetEnvIf Request_URI \.jpg image-request
      SetEnvIf Request_URI \.png image-request
!     CustomLog logs/access_log common env=!image-request
  </pre>
 
      <h3>Prevent "Image Theft"</h3>


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org


Re: env.html.en

Posted by Joshua Slive <jo...@slive.ca>.
On Thu, 11 Jul 2002, Thomas [iso-8859-15] Sjögren wrote:

>
> httpd-docs-2.0/manual/env.html.en
>
> Last line should read
> CustomLog logs/access_log common env=!image-request

Thanks.  I applied your patch.

Joshua.


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org