I have a few PHP-based sites in my Sites folder that I use for testing my websites before uploading them. I would like the contents of the folder to be inaccessible to other user accounts on the computer (to hide the contents of the PHP code) but obviously I need Apache to be able to access the folders. However, I can't just turn off access to 'Others' because that blocks 'www' from accessing the files. Is there a way to just give 'www' access aside from myself? Or is this one of the limitations of Unix permissions? In Windows I can add the web server as a user to certain folders of files, which is one of the few time I like the Windows way of user permission settings.