<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I'm having some weird problems with my Apache 
config for 2.0.15 - I can get the web interface to work when I use a 
directory alias to run it from bugs.2of3.co.uk/rt2, but I can't get it to run 
from /, which just send back a 404 for index.html.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>My virtual host config for it is:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><VirtualHost 
*><BR>        DocumentRoot 
/usr/local/rt2/WebRT/html<BR>        
ServerName bugs.2of3.co.uk</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>        
PerlModule Apache::DBI<BR>        PerlRequire 
/usr/local/rt2/bin/webmux.pl<BR>        
<Location /><BR>         
SetHandler perl-script<BR>         
PerlHandler RT::Mason<BR>        
</Location><BR></VirtualHost><BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Any help would be appreciated.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Jon Wood</DIV></FONT></BODY></HTML>