[rt-users] Newbie Needs help troubleshooting webinterface on apache
Kevin Murphy
murphy at genome.chop.edu
Wed Nov 19 18:03:55 EST 2003
I believe that if you want rt at the root of your web tree, the
Location should be just a slash, not "/rt3". Otherwise, you can define
the location "/rt3" for Apache by:
Alias /rt3 /opt/rt3/share/html
before the Location container.
> VirtualHost 192.168.148.30:80>
> ServerName localhost.localdomain.com
>
> DocumentRoot /opt/rt3/share/html
> AddDefaultCharset UTF-8
>
> PerlModule Apache::DBI
> PerlRequire /opt/rt3/bin/webmux.pl
>
> <Location /rt3>
> SetHandler perl-script
> PerlHandler RT::Mason
> </Location>
> </VirtualHost>
Kevin
More information about the rt-users
mailing list