isn't it supposed to be 

SetEnvIfNoCase Request_URI ^/phpBB2/(.*)\.gif$ object_is_phpbb_image



-----Original Message-----
From: Maxim Vexler [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 26, 2005 5:12 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to