Hi, Did you try googleing at all??? Anyway... > what's rules in iptables against DoS in Apache 2.0.52 ?
You can try something along the lines of: iptables -A INPUT âp TCP --dport 80 --syn -m limit --limit 5/second -j ACCEPT Or maybe install this mod and configure it: http://www.nuclearelephant.com/projects/dosevasive/ I hope that is of some help. Cheers, Daniel. -- DanB UK London, UK _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.netsys.com/full-disclosure-charter.html
