SuPHP and Ubuntu 10.10
I am wanting to set up suPHP to provide security for the various PHP scripts that I will be running such as WordPress. Normally, I prefer to use the LTS releases of Ubuntu, but I was forced to use 10.10 as I need Python 2.7 for other things. I followed this guide
I have also posted this question to Server F ult, so If you answer here, please answer there as well.
Any help is appreciated,
Sean
3 Replies
@Sean_W:
no success
What exactly doesn't work? What kind of error messages (if any) do you get?
Also, are you sure you really want suPHP?
suPHP is slow, and its security benefits are usually quite small in a self-managed VPS environment. It won't make your PHP scripts any more secure; it merely tries to control the damage if and when a script is exploited. (Shared hosting companies use suPHP because it might allow them to keep servicing other customers even if one customer gets hacked.) If you want suPHP only because someone told you it's good, think again. There are better options, such as nginx and FastCGI/FPM.