[rt-users] RT 3.0.6 apache config w/ other content
Pawel Osiczko
p.osiczko at tetrapyloctomy.org
Sun Oct 26 14:36:11 EST 2003
Howdy again.
I'm trying to configure RT 3.0.6 to run on
Apache via alias:
Alias /rt /usr/local/rt/share/html
PerlRequire /usr/local/rt/bin/webmux.pl
<Location /rt>
SetHandler perl-script
PerlHandler RT::Mason
</Location>
I've set $WebPath in $PREFIX/etc/RT_SiteConfig.pm
to "/rt" but when I log in, I cannot use any
other function of RT, e.g. link Tickets points to
http://mysite.com/Search/Listing.html not
to http://mysite.com/rt/Search/Listing.html.
It would appear that $WebPath is not being used.
Any ideas?
Thanks,
--p
More information about the rt-users
mailing list