You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Maxim Vexler <hq...@gmail.com> on 2005/05/27 02:12:23 UTC

[users@httpd] How to filter .jpg, .gif files from my logs ?

What am I doing wrong ?

This is part of my httpd.conf :

SetEnvIfNoCase Request_URI "^/phpBB2/*\.gif$" object_is_phpbb_image
SetEnvIfNoCase Request_URI "^/phpBB2/*\.jpg$" object_is_phpbb_image

CustomLog logs/access_log common env=!object_is_phpbb_image


Thank you.

-- 
Cheers, 
Maxim Vexler (hq4ever).

Do u GNU ?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org