Rt-3.0.2 + Empty Page

Hi rt-devel@lists.fsck.com,

I installed rt-3.0.2 in a very adventures way (details on demand) with
perl-5.8.0 and all the modules from CPAN on a RH-7.3 box. I setup a
the vhost with the following:

VirtualHost IP>
ServerName sub.domain.tld
DocumentRoot /home/rt-sdsh/rt/share/html
AddDefaultCharset UTF-8

    PerlModule Apache::DBI
    PerlFreshRestart On
    PerlRequire /home/rt-sdsh/rt/bin/webmux.pl
    <Location />
            SetHandler perl-script
            PerlHandler RT::Mason
    </Location>

Doing a “sub.domain.tld” in my broweser just gave me an error page
like this:

Not Found
The requested URL /index.html was not found on this server.
Apache/1.3.27 Server at sub.domain.tld Port 80

But in /home/rt-sdsh/rt/share/html is a “index.html”. The chmod for
the directories are okay. The lines of the access.log are:

$IP - - [05/Jun/2003:14:55:41 +0200] “GET / HTTP/1.1” 404 296 “-”
“Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030425”

So, what’s up with the vhost? Any ideas? ?-)

So long… Erik Wasser