Apache configuration problem

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.

My virtual host config for it is:

<VirtualHost *>
DocumentRoot /usr/local/rt2/WebRT/html
ServerName bugs.2of3.co.uk

    PerlModule Apache::DBI
    PerlRequire /usr/local/rt2/bin/webmux.pl
    <Location />
     SetHandler perl-script
     PerlHandler RT::Mason
    </Location>

Any help would be appreciated.

Jon Wood

Jon Wood wrote:

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.

Do you have any other virtual hosts? Do they work?
Do you have an appropriate NameVirtualHost directive?
�|� Request Tracker... So much more than a help desk — Best Practical Solutions – Trouble Ticketing. Free.