Help with Apache config ("You're almost there")

After many failed attempts to get RT 3.6.6 working on Fedora Core 8 last week, I decided to start from scratch. I reformatted my server with FC9. I turned off SELINUX, as well as changed my iptables config. I installed the FC9 RPM from:

ftp://rpmfind.net/linux/fedora/development/i386/os/Packages/rt3-3.6.6-5.fc9.noarch.rpm

Running:
mod_perl-2.0.3-21.i386
Apache/2.2.8 (Unix)

httpd starts - but I get the following when browsing to rtbak.xyzcorp.com:

You’re almost there!

You haven’t yet configured your webserver to run RT.

You appear to have installed RT’s web interface correctly, but haven’t yet configured your web server to “run” the RT server which powers the web interface.

The next step is to edit your webserver’s configuration file to instruct it to use RT’s mod_perl , fastcgi or speedycgi handler.

My rt3.conf follows:

<VirtualHost 10.9.xx.xxx>
ServerName rtbak.xyzcorp.com
DocumentRoot /usr/share/rt3/html
AddDefaultCharset UTF-8

PerlModule Apache::DBI
PerlRequire /usr/sbin/webmux.pl

SetHandler perl-script PerlHandler RT::Mason

Basically, I am back to sqaure one. This is the same behavior I had when trying to get this going until FC8.

Thanks for any help.