Created
September 13, 2021 12:57
-
-
Save karthiks/031995e04417b55d524aaee9bf0172ec to your computer and use it in GitHub Desktop.
Minimal workable configuration for mod_evasive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_evasive20.c> | |
DOSHashTableSize 3097 | |
DOSPageCount 1 | |
DOSSiteCount 3 | |
DOSPageInterval 1 | |
DOSSiteInterval 1 | |
DOSBlockingPeriod 10 | |
#DOSEmailNotify [email protected] | |
#DOSSystemCommand "su - someuser -c '/sbin/... %s ...'" | |
#DOSLogDir "/var/log/mod_evasive" | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment