Hola,
Intenta con esto:
Código:
yum -y install httpd-devel
wget http://www.zdziarski.com/projects/mod_evasive/mod_evasive_1.10.1.tar.gz
tar xzf mod_evasive_1.10.1.tar.gz
cd mod_evasive
$APACHE_ROOT/bin/apxs -i -a -c mod_evasive20.c
apxs -i -a -c mod_evasive20.c
pico /etc/httpd/conf/httpd.conf
Agregamos:
Código:
<IfModule mod_evasive20.c>
DOSHashTableSize 3097
DOSPageCount 5
DOSSiteCount 100
DOSPageInterval 2
DOSSiteInterval 2
DOSBlockingPeriod 10
DOSBlockingPeriod 600
</IfModule>
Reiniciamos apache y listo
Saludos,