On Dec 21, 2005, at 5:09 PM, Benjamin Adams wrote:

Working with User web dir of a webserver.

User directory setup is:
/User/username -> /Volumes/RAID/username/Sites/
The connection is through a ln

I found that apache will read the dir if the link can be read by www
but this makes it so www an read the contents of all user docs.
If I make Sites read by www and user home dir not..the website will not work.

I have tried are using netinfo so all user home dir are on the RAID

conclusion:
home dir and Sites dir both need to be read by user www.
problem home dir I don't want to be read by www. anyone know how to fix this?

I something setup wrong:

My config:
Alias ~$username/ "/Volumes/RAID/-backups/*/Sites/"

<Directory "/Volumes/RAID/-backups/*/Sites">
    Options Indexes FollowSymlinks MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to