wiki:docs:dos
Denial of Service
Apache vor DOS-Angriffen schützen
Modul um DOS-Angriffe abzufangen:
apt-get install libapache2-mod-evasive
Danach noch /etc/apache2/mods-available/mod-evasive.conf anlegen und nach /etc/apache2/mods-enabled/ verlinken
cat /etc/apache2/mods-available/mod-evasive.conf
<IfModule mod_evasive20.c>
DOSHashTableSize 3097
DOSPageCount 2
DOSSiteCount 50
DOSPageInterval 1
DOSSiteInterval 1
DOSBlockingPeriod 10
DOSEmailNotify gisbert.mrozek-support@mail32.de
</IfModule>
Siehe auch:
wiki/docs/dos.txt · Last modified: by 127.0.0.1
