[rt-users] Apache configuration problem

Jon Wood jon at jellybob.co.uk
Sun Feb 23 05:06:37 EST 2003


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>
</VirtualHost>

Any help would be appreciated.

Jon Wood
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20030223/086462bd/attachment.htm>


More information about the rt-users mailing list