Comments on How To Harden PHP5 With Suhosin On CentOS 5.4

How To Harden PHP5 With Suhosin On CentOS 5.4 This tutorial shows how to harden PHP5 with Suhosin on a CentOS 5.4 server. 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."

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By:

This tutorial works also for perfect server fedora 12 with just a few little adjustments.

If I can do this, everybody can do this !

Thanks Falko !

 

By:

When you try to install modules like php-gd you may face problems with depsolving. You may have added other repositories,like remi, in order to get the latest versions so you can try this:
yum --enablerepo=remi install php-gd....... etc