[rt-users] Apache configuration for /rt
Forrest Aldrich
forrie at forrie.com
Wed Jun 11 10:58:59 EDT 2003
I think more is required for this.
If I go to a menu option, like Configuration, it will try to go to:
http://mydomain.com/Admin/
Which brings up a 404 Error.
I have this in the httpd.conf file, to test with:
Alias /rt /usr/local/rt3
<Location /rt>
SetHandler perl-script
PerlHandler RT::Mason PerlRequire
/usr/loacl/rt3/bin/webmux.pl
</Location>
But the above error is due to what appears to be an assumption of the
DocumentRoot path... perhaps I missed something in RT_SiteConfig.pm?
Thanks,
Forrest
At 09:10 AM 6/11/2003, ParimalaRamdas at oaktech.com wrote:
>In addition to tht you need 1 more line right after Alias
>
>PerlRequire /usr/local/rt3/bin/webmux.pl
>
>Thanks,
>Parimala.
>
>
>
>Forrest Aldrich <forrie at forrie.com>
>Sent by: rt-users-admin at lists.fsck.com
>
>06/10/2003 11:20 PM
>
> To: rt-users at lists.fsck.com
> cc:
> Subject: [rt-users] Apache configuration for /rt
>
>
>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.
>
>_______________________________________________
>rt-users mailing list
>rt-users at lists.fsck.com
>http://lists.fsck.com/mailman/listinfo/rt-users
>
>Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm
>
More information about the rt-users
mailing list