Does TCP syn attack/flood target HTTP only or mostly?
Another person said the following helped them with ddos.
Code:
iptables -A INPUT -p tcp --syn -m limit --limit 1/s --limit-burst 3 -j DROP
If I'm not mistaken, is that similar to the Requests/s throttling in Litespeed?
Last edited: Dec 10, 2008