• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Apache Virtual Servers as Different Users?

I have a question for all you Apache gurus out there. Is there a way to run each name based virtual server as a different user? The reason I want to do this is to prevent users from writing scripts that access other users folders. I have each user as a username in group apache, and their web directory is owned by that username group apache. The server runs as apache group apache. The permissions on each users directory are user and group write/read/execute. This is so apache can read/write/execute PHP scripts in the directories. But this means all other users in group apache can read and write those files to. Any way to run each virtual server under a different username? Or is there a different method of doing what I want to do? Thanks a lot for any help.
 
Back
Top