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

2005-05-26 Thread Maxim Vexler
On 5/27/05, Ian Huynh <[EMAIL PROTECTED]> wrote: > isn't it supposed to be > > SetEnvIfNoCase Request_URI ^/phpBB2/(.*)\.gif$ object_is_phpbb_image > > Yes it does, thank you. Any tips on a PCRE cheat sheet, that is besides http://www.perl.com/doc/manual/html/pod/perlre.html ? -- Cheers, Ma

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

2005-05-26 Thread Ian Huynh
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