[rt-users] Install / Apache Problem

Alan Sawyer alan at linerate.net
Tue Aug 13 11:35:42 EDT 2002


Hi All.
I'm attempting to run RT 2 underApache/1.3.26, mod_perl 1.26, with Mason
from CPAN.

When I add (not running as a Vhost)
Alias /webrt/ /usr/share/request-tracker/WebRT/html/NoAuth/images
Alias /rt/ /usr/share/request-tracker/WebRT/html
PerlRequire /usr/share/request-tracker/bin/webmux.pl
<Location /rt>
 SetHandler perl-script
 PerlHandler RT::Mason
</Location>

to the httpd.conf,
Apache will not restart. No errors in error.log.
It specifically chokes on the PerlRequire <foo> entry and
on another note apachectl configtest seg faults :)

Has anyone run into this problem before or have any advice?

Many thanks,
Alan






More information about the rt-users mailing list