blob: db5b0f31b3bce109f62b4a6c5687f5fb89cd853c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Apache config for mod_evasive
LoadModule evasive20_module @baselibdir@/httpd/modules/mod_evasive20.so
<IfModule mod_evasive20.c>
DOSHashTableSize 3097
DOSPageCount 2
DOSSiteCount 50
DOSPageInterval 1
DOSSiteInterval 1
DOSBlockingPeriod 10
</IfModule>
|