[rt-users] Apache configuration for /rt

Forrest Aldrich forrie at forrie.com
Tue Jun 10 23:20:19 EDT 2003


Instead of having a VirtualHost (and corresponding DNS entry to point to 
that host), can we configure Apache with some alternative ways of getting 
there.

For example, I have:

Alias /rt /usr/local/rt3

<Location /rt>
         SetHandler      perl-script
         PerlHandler     RT::Mason
</Location>

But that's obviously not enough - if you try to use anything of RT from 
that page, it will just attempt to redirect per the suggested VirtualHost 
entry which points DocumentRoot to /usr/local/rt3/html.


Thanks.




More information about the rt-users mailing list