On Dec 4, 2007 6:50 PM, fchan <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm having problems with trying to link a directory to an NFS mount
> to htdocs directory. I get a Forbidden: You don't have permission to
> access /calendar/ on this server.
> The file is a in /usr/local/apache/htdocs and here is the ls -l of the link:
> lrwxrwxrwx  1 root    root           27 Nov 13 12:07 calendar ->
> /mnt/nucleus/share/calendar
> Here is the file in /mnt/nucleus/share:
> drwxrwxrwx  8   60001 nfsnobody      512 Dec  4 15:25 calendar
>
> Is there reason why cannot access linked directories via NFS in apache?
>

Start by checking in the error log. In the likely case that you have a
unix "permission denied" error, you should check that the User/Group
specified in httpd.conf can access /mnt/nucleus/share (including
having at least search permissions on all parent directories).

Joshua.

---------------------------------------------------------------------
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