[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <fd9106780411240909334f69c1@mail.gmail.com>
From: danbuk at gmail.com (DanB UK)
Subject: security iptables rules apache (DoS in Apache 2.0.52)
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
Powered by blists - more mailing lists