1.3.57 not picking up WebPath?

Using ver 1.3.57:

This may be a stupid apache config error but:

I’ve trying to root the web ui at:

http://my.domain.com/rt

Relevent entries in httpd.conf are:

Alias /rt /usr/local/rt2/WebRT/html
PerlRequire /usr/local/rt2/bin/webmux.pl
<Location /rt>
SetHandler perl-script
PerlHandler RT::Mason

In /usr/local/rt2/etc/config.pm I have:

$WebPath = “/rt”
$WebBaseURL = “http://my.domain.com:80/”;

$WebURL = $WebBaseURL . $WebPath. “/”;

When I go to
http://my.domain.com/rt/

I am redirected to http://my.domain.com/rt/rt/NoAuth/webrt.css

Any changes made to config.pm do not alter this.

So either RT ain’t picking up the $WebPath info, or I’ve screwed up the apache conf.

Any ideas/suggestions?

-Feargal.

_/_/_/ _/_/_/  _/_/_/  Feargal Reilly,

_/ _/ / / Systems Administrator,
/ / //// The Communications Interactive Agency.
//
/ //
/ _/ _/ Phone: +353-86-8157621.

Using ver 1.3.57:

This may be a stupid apache config error but:

I’ve trying to root the web ui at:

http://my.domain.com/rt

For kicks, try http://my.domain.com/rt/

In /usr/local/rt2/etc/config.pm I have:

$WebPath = “/rt”
$WebBaseURL = “http://my.domain.com:80/”;

$WebURL = $WebBaseURL . $WebPath. “/”;

Neither of these should matter, but try

$WebBaseURL = “http://my.domain.com:80”;
$WebURL = $WebBaseURL . $WebPath;

When I go to
http://my.domain.com/rt/

I am redirected to http://my.domain.com/rt/rt/NoAuth/webrt.css

The redirect is actually your browser trying to get the stylesheet and losing.

jesse reed vincent – root@eruditorum.orgjesse@fsck.com
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

pretty soon we’re going to HAVE to have hypertext mail!
–Tim Berners Lee. (8 Jan 1993 on www-talk)