Hello all.
Today has been a trying day. After talking with my host for nearly 2 hours, I come to find that they do not support DDoS troubleshooting.
The furthest I have been able to get on my own is figuring out the host IP that is doing the DDoS. The problem is that I cannot figure out how to block it.
I have tried "iptables -I INPUT -s <the_IP> -j DROP" and that has not worked. I have restarted, stopped, and started Apache quite a lot. I have killed all processes many times over with "killall httpd".
All of the requests are coming in as apache httpd requests.
Any help would be greatly appreciated. My site has been down all day and people have been ticked to say the least.