Sharing accounts with suPHP

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
reilabrador
Forum Newbie
Posts: 1
Joined: Wed Nov 16, 2011 3:44 pm

Sharing accounts with suPHP

Post by reilabrador »

For some years, I developed a php script that is now a Platform for Web Management.
The script is located in main account "/home/user1/wwww" and the other customers with accounts user2, user3, user4,..., can read the script via web located in user1.
All accounts are in same server that is using fastcgi and has some configuration of virtualhost.
The serious problem is that my administrator is forcing me switch to suPHP.
I hear that this system will not allow the others accounts read main script located in user1.
Is there any solution in migrate to suPHP and keep the sharing?
Post Reply