Dateiansicht:
Datei: | Projekte -> Apache,mod_evasive,iptables:Helfer-Skripte zum (zeitweisen) Blockieren von IP-Adressen -> evasive.conf.example |
---|---|
md5: | 2d2a77c80ce8ee3d6806c8f306202753 |
sha1: | 3e1e519387197490967caca6fcb4daf1d996d027 |
Download-Link: | Download |
- ## Example for file: /etc/apache2/mods-available/evasive.conf
- <IfModule mod_evasive20.c>
- DOSHashTableSize 3097
- DOSPageCount 2
- DOSSiteCount 50
- DOSPageInterval 1
- DOSSiteInterval 1
- DOSBlockingPeriod 600
- #DOSEmailNotify mail@example.com
- DOSSystemCommand "sudo /usr/local/sbin/fwblock4time %s 10"
- DOSLogDir "/tmp"
- #DOSWhitelist 127.*
- #DOSWhitelist 192.168.0.*
- </IfModule>