mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
14 lines
307 B
Text
14 lines
307 B
Text
|
# 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>
|
||
|
|