[rt-users] httpd.conf setup.

Bruce Campbell bruce_campbell at ripe.net
Mon Mar 11 04:29:40 EST 2002


On Fri, 8 Mar 2002 pathway at nineinchnerds.myip.org wrote:

> I'm running Mandrake 8.1 with other content. I put in the following into
> my /etc/httpd/conf/httpd.conf file:
>
> --SNIP--
> ## Added for Request Tracker
> Alias /rt/ /usr/local/rt2/WebRT/html/
> PerlRequire /usr/local/rt2/bin/webmux.pl
> <Location /rt>
>   SetHandler perl-script
>   PerlHandler RT::Mason
> </Location>
> --SNIP--
>
> I also changed the line in CONFIG.pm to point to the correct directory.
>
> Afterwards, I attempted to restart apache, when it failed complinging about
> the "PerlRequire" line.

Without knowing what else you have on your system, versions of RT, perl
and apache, a rough guess would be that the user you run apache as
(normally a nobody user) cannot read /usr/local/rt2/bin/webmux.pl or a
file use'd from there (eg, config.pm).

You may have better luck initially by getting RT working in a seperate
apache instance (eg, seperate httpd.conf) before bringing it into your
normal configuration.

Regards,

-- 
                             Bruce Campbell                            RIPE
                   Systems/Network Engineer                             NCC
                 www.ripe.net - PGP562C8B1B                      Operations





More information about the rt-users mailing list