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: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.Code:drwx------ apache apache www/ drwx------ apache apache main/ drwxr-x--- otheruser apache modules/



Reply With Quote

Bookmarks