What is suPHP?suPHP is a tool for executing PHP scripts with the permissions of their owners or a program that controls who can access certain files. All scripts executed on the server need to be authorized to run on the server. This is done through the file permissions. For more information on file permissions, please read our article about File Permissions file permissions. Why use suPHP?The benefit of using suPHP besides better security, is that it will make any PHP applications (most often CMS systems) such as Mambo more user friendly. Case in point: If you upload/install anything via Mambo such as a template on a non-suphp server, then those template files will be owned by ‘nobody’ and the customer will not be able to edit them manually or even delete their account. This ownership issue is done away with suPHP. On a suPHP enabled server, those same template files will be owned by the account username and the account holder will be able to manipulate those files as they see fit. |
Using suPHP Print
- 1
Was this answer helpful?
Related Articles
How do I export a cPanel database via SSH?
Export A MySQL Database
1. Using SSH, execute the following...
How do I clear the exim sendmail statistics on CPanel / WHM ?
If the size of your eximstats database is getting large ( you can check...
How do I import a cPanel database via SSH?
Importing large databases is via a web based utility such as; PHPMyAdmin can...