[rt-users] RT3 and apache2 error: PerlOptions +GlobalRequest

Carl Jones carlj at MIT.EDU
Wed May 7 13:53:45 EDT 2003


Hi, I'm getting the following error trying to start apache2.0.45  
w/mod_perl 1.99_09

[root at libaxis2 bin]# ./apachectl start
[Wed May 07 13:24:01 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 5) line 1.


Here are my configuration directives:

<VirtualHost *>
     ServerName 18.51.1.168:9500
     ServerAdmin carlj at mit.edu
     DocumentRoot /usr/local/rt3/share/html
     AddDefaultCharSet UTF-8

     PerlModule Apache2 Apache::compat
     PerlModule Apache2 Apache::DBI
     PerlRequire /usr/local/rt3/bin/webmux.pl

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

     ErrorLog logs/rt3_error_log
     #CustomLog logs/rt3-access_log_common
</VirtualHost>


Not sure  what to try next.

Thanks.

Carl




More information about the rt-users mailing list