Ver Mensaje Individual
  #7 (permalink)  
Antiguo 11/11/2009, 10:56
Avatar de WebTech
WebTech
Hosting Moderator
 
Fecha de Ingreso: octubre-2005
Ubicación: East Coast
Mensajes: 5.399
Antigüedad: 18 años, 6 meses
Puntos: 162
Respuesta: Ayuda yum inslacion modulo apache

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,
__________________
Infranetworking.com - Expertos en Hosting Multidominio, Cloud Hosting, Servidores Dedicados y Administración de Servidores Linux