Re: protecting against slowloris
Date: June 18, 2010 05:59AM
I would make a bash file that checks iptables and put that on a cron every 1-2 minutes or so. I didn't know there was an Apache mod for it, sounds cool, but it's loaded into memory which can result in various other problems too, one of them is running low on memory, which can lead to other unseen problems e.g. running out of worker threads because Apache increases memory on each thread, exactly the thing you want to protect against in case of DoS. Sometimes mods are a solution, but not for everything.