View Single Post
  #8 (permalink)  
Old 06-28-2009, 07:50 AM
logicsupport logicsupport is offline
Registered User
 
Join Date: Jun 2007
Posts: 135
logicsupport is on a distinguished road
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.
Reply With Quote