Configuracion
Para instalar wget en centOS, usamos el siguiente comando :
yum install wget
ExtendedStatus On
<Location /server-status> SetHandler server-status Order deny,allow
Deny from all
Allow from <Pandora-Server-IP>
</Location>
rpm -qa | grep wget
También deberemos habilitar status en el archivo de configuración apache, en centOS esta en :
cd /etc/httpd/conf
Lo abrimos y añadimos lo siguiente :
ExtendedStatus On
<Location /server-status> SetHandler server-status Order deny,allow
Deny from all
Allow from <Pandora-Server-IP>
</Location>
reiniciamos apache: