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