Forum Moderators: phranque
As of late I've been getting a lot of bots / blocked people returning (or attempting) to my site.
At present, I block everything via htaccess. To my knowledge, this is sufficient.. but I still see them trying their deeds in my error logs:
[Thu Jan 31 02:09:27 2008] [error] [client 220.x.x.x] client denied by server configuration:
Can they still cause harm to my server (ddos, or other things)?
If so, is it possible to completely disable them from accessing the server before the htaccess file even has a chance to execute?
At present, I am running Apache 1.3.39 with php5 and cpanel 11
The answer to stopping abuse before it gets to .htaccess is to stop in in httpd.conf -- Or better yet, stop it before requests even get to Apache. You can use iptables in linux to do this, or any number of hardware or software firewalls.
Jim