[rt-users] RT 3.0.6 apache config w/ other content
Pawel Osiczko
p.osiczko at tetrapyloctomy.org
Mon Oct 27 00:06:46 EST 2003
On Sun, 26 Oct 2003, Pawel Osiczko wrote:
| 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.
Turns out that errant character in RT_SiteConfig.pm
prevented config from working correctly.
Thanks!
--p
More information about the rt-users
mailing list