I've setup the web server successfully on Mac Leopard Server and sites work fine within the DocumentRoot directory. I have mounted a volume which has restricted access to users within a group.

I would like to point the web server to directories within this volume. Can I add the user the web service is using to the group that has access to this Volume, if so: how do I find out what the user is?

I can confirm the web server is pointing to the right directory as log files show the full directory path. When you access the site's URL, it shows Access Forbidden.

link|improve this question

22% accept rate
did you take a look at the error_log? what does it say? – Marco Ramos May 16 '10 at 10:17
Hi Marco, Permission denied: access to / denied Permission denied: access to /index.php denied – dallasclark May 16 '10 at 22:36
feedback

1 Answer

up vote 0 down vote accepted

Problem was due to the full path (including the parent folder and it's children) didn't have appropriate permissions.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.