[rt-users] rt error
Francesca Del Corso
francesca.delcorso at fi.infn.it
Thu Sep 25 11:43:06 EDT 2003
Hi,
I have installed RT 3.0.4 on FreBSD 5.1 (Digital 500a), apache2 , mysql
2.0.4; when I try to start the web server I receive this error:
[Thu Sep 25 16:59:31 2003] [error] Global $r object is not available.
Set:
PerlOptions +GlobalRequest
in httpd.conf at
/usr/local/lib/perl5/site_perl/5.8.0/HTML/Mason/ApacheHandler.pm line
579.
Compilation failed in require at (eval 6) line 1.
[Thu Sep 25 16:59:31 2003] [error] Can't load Perl file:
/usr/local/rt3/bin/webmux.pl for server rt-ca.fi.infn.it:0, exiting...
My httpd.conf is:
.......
<VirtualHost _default_:80>
ServerName rt-ca.fi.infn.it
DocumentRoot /usr/local/rt3/share/html
AddDefaultCharset UTF-8
ErrorLog /usr/local/rt3/var/log/rt_errorlog
# this line applies to Apache2+mod_perl2 only
PerlModule Apache2 Apache::compat
PerlModule Apache::DBI
PerlRequire /usr/local/rt3/bin/webmux.pl
# this section applies to Apache2+mod_perl2 only
<FilesMatch "\.html$">
SetHandler perl-script
PerlHandler RT::Mason
</FilesMatch>
<LocationMatch "/Attachment/">
SetHandler perl-script
PerlHandler RT::Mason
</LocationMatch>
<LocationMatch "/REST/">
SetHandler perl-script
PerlHandler RT::Mason
</LocationMatch>
</VirtualHost>
How can I do?
Thanks in advance
Francesca Del Corso
INFN- Sez. Firenze
http://www.fi.infn.it
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20030925/8af7b86e/attachment.htm>
More information about the rt-users
mailing list