suhosin download

If you are running Gentoo Linux or FreeBSD Suhosin is already within your ports system. Users of OpenSuSE Linux, Mandriva Linux or Debian Linux will find Suhosin packages in the distribution. You can install it by following the instructions in the installation manual. If you are using suhosin to protect your PHP servers please consider…

Suhosin

Installation! If you only want to install the suhosin extension you can skip directly to the Installing the Extension section. If you are unfamiliar with verifying downloaded files, we suggest that you also read the first 2 steps of the Preparation Phase. In case you want to install Suhosin on a Gentoo or FreeBSD system…

Apache Tips: Disable the HTTP TRACE Method

Applies: apache 1.3.x / apache 2.0.x Required apache module: – Scope: global server configuration Type: security Description: How to disable the HTTP TRACE method on recent apache versions. Most vulnerability scanners (like the popular nessus, but commercial ones also) will complain (normally as a low thread or warning level) about TRACE method being enabled on…

como quitar el index.php en la URL

En el apache hay que habilitar una opción /etc/httpd/conf/httpd.conf buscar esto: AllowOverride all y renicias el apache y ya esta service httpd restart y si el servidor es compartido y no se puede tocar el apache entonces en el .htaccess hay que poner esto RedirectMatch 301 ^/index.php/(.*)$ http://midominio.com/$1

Instalación de las AWStats en Linux con Apache

AWStats es un programa que genera estadísticas gráficas para servidores web. Lo que hace es mostrar el contenido del archivo de log del servidor web de forma gráfica. AWStats se puede usar por medio de CGI o bien desde la propia línea de comandos. Entre las cosas que muestra están el número de visitas, navegadores…