|
You can install suphp using " /scripts/easyapache "
Advantages of using Suphp
php handler should be CGI ( php files run under the user ownership only )
644 permission is enough to execute files.
No need of full permission to upload files using php
But php variables cant be declared through .htaccess, rather you have to create a separate php.ini file under users document root.
|