[rt-users] Configuring Apache for RT

Ritu Khetan ritu at netcore.co.in
Tue Dec 9 04:58:29 EST 2003


Hello all,

   I am trying to configure Apache for RT with the following VirtualHost
entry:

<VirtualHost *:5000>
    ServerName 192.168.2.60
    DocumentRoot /opt/rt3/share/html
    ErrorLog logs/rt-error.log
    AddDefaultCharset UTF-8
    PerlModule Apache::DBI
    PerlRequire /opt/rt3/bin/webmux.pl

    <Location />
        SetHandler perl-script
        PerlHandler RT::Mason
    </Location>
</VirtualHost>

Further I also have, DirectoryIndex index.html enabled. But yet, I am
not able to access RT front end without specifying index.html in the
URL.

I am using Apache 2.0.8. Any help on DirectoryIndex would be of great
help.

Regards,
Ritu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20031209/e7199fb0/attachment.htm>


More information about the rt-users mailing list