I'm using Ubuntu 14.10, Apache 2.4.
My server is under a huge DDoS attack right now, I tried to use mod_security , fail2ban and blocking attacking IPs manually using iptables
and nothing worked.
The attackers are using "ApacheBench/2.3" to attack my apache2 server, they are sending huge requests to it, so is there anyway to block this tool and preventing it from sending requests to me?
Thanks.