-
It's possible to have the scripts owned by different users, with permissions set up so that the one can't read the other or write to a webserver directory with incorrect permissions. Something like:
Code:
drwx------ apache apache www/
drwx------ apache apache main/
drwxr-x--- otheruser apache modules/
You then just have to work out a way to stop Apache reading PHP files owned by apache in the modules directory... As djr33 said, even with this allowing untrusted users PHP access opens up too many potential holes to really be a feasible option.
-
-
Sorry, I assumed that would be default: modified listing.