Re: Tomcat and Apache Deny rules

2007-12-06 Thread Martin Gainty
file handler' HTH M-- - Original Message - From: "Aaron Brown" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, December 06, 2007 1:11 PM Subject: Re: Tomcat and Apache Deny rules > After extensive searching, I actually found my answer in th

Re: Tomcat and Apache Deny rules

2007-12-06 Thread Aaron Brown
JkUnMount /awstats/* v3lb >> > JkUnMount /img/* v3lb >> > JkUnMount /js/* v3lb >> > JkUnMount /*.gif v3lb >> > JkUnMount /*.png v3lb >> > JkUnMount /*.pdf v3lb >> > JkMount /captcha/* v3lb >> > JkUnMount /member/campaigns/*.jpg v3lb >> > JkUnMount /*.css v3lb >>

Re: Tomcat and Apache Deny rules

2007-12-06 Thread fredk2
m v3lb > JkUnMount /*.ram v3lb > #JkUnMount /*.swf v3lb > JkUnMount /*.mpeg v3lb > JkUnMount /*.mpg v3lb > JkUnMount /*.mp3 v3lb > JkUnMount /*.xml v3lb > JkMount /dwr v3lb > ErrorLog logs/www.error_log > CustomLog logs/www.access_log combined > > > >

Tomcat and Apache Deny rules

2007-12-06 Thread Aaron Brown
I've been trying to block the litefinder malicious bot which scours our site every day and tries to access pages with the incorrect case, thus causing crazy amounts of errors to get thrown. We have an Apache 2.2.4 front end using mod_jk to load balance against 9 Tomcat instances on 6 separate mach