suhosin install on centos 5.3

i had abit of trouble with the locations.. i guess it was more designed for cpanel; then directadmin!
 
unsure how to enable it... as i thought this program was the one that enabled users to execute there own files even tho there permissions are 655 not 777?

regards
 
Your thinking of php cgi, which runs each users processes as that user, they have no access to apache user.

Suhosin is

Suhosin is an advanced protection system for PHP installations. It 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.
 
Back
Top