j k wrote:
Thanks for the response, unfortunately I don't have any such file, nor can I find any such reference in httpd.conf. I don't see any global Deny from all, all such statements are enclosed in Directory sections for the default areas like /var/www/html, etc... Just for kicks I went ahead and changed every Deny from all to Allow from all, and I'm still getting denied.On Wed, Jul 2, 2008 at 8:14 PM, Eben <eben@xxxxxxxxxxxxx <mailto:eben@xxxxxxxxxxxxx>> wrote:I just setup a new Fedora Core 9 box, running apache 2.2.8. <http://2.2.8.> I then setup a basic virtual host config using NameVirtualHost *:80 My only virtual host looks like: <VirtualHost *:80> ServerAdmin admin@xxxxxxxxxx <mailto:admin@xxxxxxxxxx> DocumentRoot /home/domain/www ServerName domain.com <http://domain.com> ServerAlias www.domain.com <http://www.domain.com> ErrorLog /home/domain/logs/error_log CustomLog /home/domain/logs/access_log combined # NOTE: I added this later, doesn't change anything... <Directory "/home/domain/www"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all</Directory> </VirtualHost>I've made sure my DirectoryIndex includes all possible index types, SELinux is disabled, Firewall is disabled, permissions on /home/domain are wide open for testing. No matter what I try, I keep getting a 403 Forbidden, and in the error log: (13)Permission denied: access to / denied I've been reading around on this, but there doesn't seem to be any definitive answers... there seems to be consensus that apache 2.2.x has a bit more security by default, but it's not clear what needs to be changed to allow the virtual hosts to resolve properly. Any advice is appreciated. Thanks, EbenThat caught me at first also.. and every time I've upgraded its caught me again :-) there's a default vhost on mine I think it is called default_vhost.inc that has a comment line in it that says "controls who can get stuff from this server" and as I recall right after that it has along the lines ofOrder allow,deny Deny from all so that you have to then specifically allow each virtual host.OTOH you could disable the improved security at your own risk by making that an allow...hth, Johnny
Ugh... I've tried setting Directory sections for the vhosts doc root, the parent directory and the parent's parent directory that set Allow from all... nothing seems to shake it.
--------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx