The problem is one site in particular calls the old banner script (ads.pl) every 3-4 minutes and it is really making a mess of my logs (accurate logs are very important on the current site). I have tried a few lame solutions but they all cause more of a load on the server than the 404 does.
Filtering the log files isn't viable currently and I am wondering if anyone has any ideas about another option?
Cheers
With apache, you can ban a site via an .htaccess file.
deny from 12.8.102.5 123.123.256.456
etc...
I played around with both .htaccess and httpd.conf but it seemed the hits were still being logged. Should I give that another shot? Maybe do it right this time :)
Cheers
Redirect 301 /cgi-bin/ads.pl [yahoo.com...]