PHP 5 mit Suhosin auf Debian Etch und Ubuntu Servern härten

Auf der Homepage von HowTo-Forge habe ich ein interessantes Tutorial zum Thema Suhosin in Verbindung mit Debian Etsch und Ubuntu Servern entdeckt.
In diesem Tutorial wird ausführlich erläutert wie man seine PHP 5 Installation auf diesen Servern _härten_ kann.
Aus dem Tutorial:
This tutorial shows how to harden PHP5 with Suhosin on Debian Etch and Ubuntu servers. From the Suhosin project page: "Suhosin is an advanced protection system for PHP installations that was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections."
zum Tutorial auf HowTo-Forge