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.