[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Using symbolic links in DocumentRoot directive
- Subject: Re: [cobalt-users] Using symbolic links in DocumentRoot directive
- From: "manitu" <manitu@xxxxxxxxxx>
- Date: Tue Jan 11 12:43:33 2000
> Can you post the relevant portion of the config file? Did you put
> that in the <VirtualHost> tag or the <Directory> tag? I think it
> needs to be in the <Directory> tag.
One virtual host defined in a file included into httpd.conf looks like this:
<VirtualHost 216.206.133.54>
ServerName webhosting.manitu.net
ServerAlias www.webhosting.manitu.net
DocumentRoot /home/sites/site1/web/webhosting
</VirtualHost>
When replacing "site1" by "www.manitu.net" (the site's name) then accessing
the domain webhosting.manitu.net leads into an error "you don't have
permission to access...".
Even adding a FollowSymLinks directive does not help.
Manuel