For reasons of my own naivity when starting out, I still have a VPS server which is running PHP 5 as DSO - which hosts a number of accounts.
I was going to rebuild apache with the suPHP mod, so I can then run PHP as suPHP/CGI...
While I can go through all the accounts changing the owner/groups from nobody to the user account names for files/directories that have been created by PHP... I'm not sure what the impact might be on the .htaccess files...
The only things which exist in the .htaccess files are stuff like:
Options All -Indexes
DirectoryIndex index.php index.htm
RewriteEngine On
RewriteBase /
RewriteCond
RewriteRule
RedirectMatch
ErrorDocument
Is any of this going to stop working? I'm not terribly well read on the kinds of things which should be moved from .htaccess to local php.ini files, or indeed MUST be moved in order to work properly when running under suPHP.
Any advice? Thanks.



LinkBack URL
About LinkBacks











