[rt-users] RT3, Apache2, mod_perl2 success stories?

Aaron Paetznick aaronp at critd.com
Tue May 13 22:56:55 EDT 2003


I'm trying to get RequestTracker v3.0.2, Apache v2.0.45, and mod_perl 
v1.99_09 to work together.  Previous posts to the mailing list have had 
similar problems, but no resolution.  I know this combo isn't 
recommended, but it _should_ work, right?  Here is my config:

PerlRequire /usr/local/www/resources/RequestTracker/bin/webmux.pl
Alias /tracker /usr/local/www/resources/RequestTracker/share/html
<Location /tracker>
   AddDefaultCharset UTF-8
   SetHandler perl-script
   PerlHandler +RT::Mason
   PerlOptions +GlobalRequest
</Location>

...this makes Apache fail to start.  Here's the error:

[Tue May 13 21:45:31 2003] [error] Global $r object is not available. Set:
         PerlOptions +GlobalRequest
in httpd.conf at 
/usr/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm line 569.
Compilation failed in require at (eval 221) line 1.

[Tue May 13 21:45:31 2003] [error] Can't load Perl file: 
/usr/local/www/resources/RequestTracker/bin/webmux.pl for server 
www.critd.com:0, exiting...


...any ideas?  Is anybody running these versions successfully?  Any 
suggestions?  Thanks!


--Aaron







More information about the rt-users mailing list