Need help blocking an IP address (flooder)
Hi:Just moticed in my httpd error logs an IP address that's been repeatedly hitting my server. The error log shows:
[error] [client xx.xx.xx.xx] request failed: error reading the headers
I've already added the line:
deny from xx.xx.xx.xx
in my .htaccess file. Is this sufficient, since the flood is a httpd one, or do I need to do more? Linux server btw, and I have port sentry installed on server I think, but that's it.
Thanks,