Gentoo Archives: gentoo-user

From: Joseph <syscon@×××××××××.com>
To: gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] <Directory> directive inside <VirtualHost>
Date: Sun, 27 Nov 2005 07:05:26
Message-Id: 1133074838.771.7.camel@sysconcept.ca
1 Any Apache guru on the list?
2
3 Is <Directory> directive permitted inside <VirtualHost> directive?
4 example from Gentoo /etc/apache2/vhosts.d/00_default_vhost.conf file:
5
6 <VirtualHost *:80>
7 <Directory "/var/www/localhost/htdocs">
8 .....
9 .....
10 </Directory>
11 </VirtualHost>
12
13 If I comment out the #<VirtualHost> directive, the <Directory> directive
14 (along with all its parameter (mainly "AllowOveride All") is working.
15 But the default setup that came after Gentoo conversion to new standards
16 is preventing for example: AllowOveride All inside <Directory> directive
17 to take effect.
18
19 --
20 #Joseph
21 --
22 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] <Directory> directive inside <VirtualHost> Manuel McLure <manuel@××××××.org>