[rt-users] RT 3.0.6 apache config w/ other content
    Max Bowsher 
    maxb at ukf.net
       
    Sun Oct 26 15:55:00 EST 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.
> 
> It would appear that $WebPath is not being used.
> 
> Any ideas?
Restart Apache, to make sure it has noticed the change?
Max.
    
    
More information about the rt-users
mailing list