[아파치] mod_evasive 설치
2006/09/11 10:23
블로그 > [베베] 내 작은 버둥거림..
http://blog.naver.com/babyj2005/19969091 |
# cd /usr/local/src # wget http://mirror.trouble-free.net/dosevasive/mod_evasive_1.10.1.tar.gz # tar xvfz mod_evasive_1.10.1.tar.gz # cd mod_evasive # /usr/local/httpd/bin/apxs -i -a -c mod_evasive20.c
----------------------- <IfModule mod_evasive20.c>
DOSHashTableSize 3097
DOSPageCount 5
DOSSiteCount 50
DOSPageInterval 1
DOSSiteInterval 1
DOSBlockingPeriod 30
DOSEmailNotify 내 메일주소
DOSLogDir "/usr/local/apache/log/mod_evasive"
</IfModule> |