RT 3.0.6 apache config w/ other content

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

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

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

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?

Restart Apache, to make sure it has noticed the change?

Max.

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