Well, I have managed to successfully install mod_evasive, but I see IPs getting blocked without DDoS attack... The server is new, just a couple of clients being hosted and I haven't been DDoSed yet, thankfully. Shouldn't it only block if there is an attack? I guess I would have to play around with the settings and make them less sensitive?
I currently have:
I currently have:
Edit: I am now trying the following<IfModule mod_evasive20.c>
DOSHashTableSize 3097
DOSPageCount 2
DOSSiteCount 50
DOSPageInterval 1
DOSSiteInterval 1
DOSBlockingPeriod 10
DOSEmailNotify root
</IfModule>
<IfModule mod_evasive20.c>
DOSHashTableSize 3097
DOSPageCount 2
DOSSiteCount 50
DOSPageInterval 1
DOSSiteInterval 1
DOSBlockingPeriod 10
DOSEmailNotify root
</IfModule>
Last edited: