Any Apache guru on the list?

Is <Directory> directive permitted inside <VirtualHost> directive?
example from Gentoo /etc/apache2/vhosts.d/00_default_vhost.conf file:

<VirtualHost *:80>
   <Directory "/var/www/localhost/htdocs">
        .....
        .....
   </Directory>
</VirtualHost>

If I comment out the #<VirtualHost> directive, the <Directory> directive
(along with all its parameter (mainly "AllowOveride All")  is working.
But the default setup that came after Gentoo conversion to new standards
is preventing for example: AllowOveride All inside <Directory> directive
to take effect.

-- 
#Joseph
-- 
gentoo-user@gentoo.org mailing list

Reply via email to