Why wont this apache virtualhost work?

Red Squirrel

No Lifer
May 24, 2003
70,662
13,834
126
www.anyf.ca
I have this in my apache config:

Code:
<virtualhost *:80>
servername redirect.ut3.uovalor.com
serveralias redirect.ut3.uovalor.ca
documentroot /home/ut3user/ut3server/ut3-dedicated/Redirect

<directory />
options +indexes
allowoverride all
allow from all
</directory>

</virtualhost>

It used to work, and now suddenly it wont work. In the error log I get this:

Code:
[Tue Jul 10 23:08:11 2012] [error] [client 208.90.242.67] Directory index forbidden by Options directive: /home/ut3user/ut3server/ut3-dedicated/UTGame/

Which is false, as clearly it is +indexes not -indexes. Why is it doing this. Oddly, it's showing the CentOS welcome page, normally it should just show "forbidden". Something is fishy here. All the other virtualhosts work ok.
 

MrColin

Platinum Member
May 21, 2003
2,403
3
81
CaSeSensitivity?
Code:
<VirtualHost *:80>
        ServerName blah.blah
        DocumentRoot /blah/blah
        <Directory />