[rt-users] RT3/Apache2/Mod_Perl2
Derek Buttineau
derek at csolve.net
Mon Dec 2 13:41:31 EST 2002
Hrmm thanks for the information, it seems to be progressing better.
Now when I use this configuration:
<VirtualHost *>
DocumentRoot /usr/local/rt3/share/html/
ServerName rt2.csolve.net
# PerlFreshRestart On # only for Apache/mod_perl 1.x
PerlModule Apache2 Apache::compat # only for Apache/mod_perl 2.x
PerlModule Apache::DBI
PerlRequire /usr/local/rt3/bin/webmux.pl
<FilesMatch "\.html$">
SetHandler perl-script
PerlHandler RT::Mason
</FilesMatch>
<LocationMatch "/Attachment/">
SetHandler perl-script
PerlHandler RT::Mason
</LocationMatch>
</VirtualHost>
I get this error when I attempt to start Apache:
[Mon Dec 02 13:39:00 2002] [error] Null filename used at (eval 3) line 2.
[Mon Dec 02 13:39:00 2002] [error] Can't load Perl module # for server
rt2.csolve.net:0, exiting...
Not sure what's causing this, any suggestions?
Derek
----- Original Message -----
From: Autrijus Tang
To: Autrijus Tang
Cc: Derek Buttineau ; rt-users at lists.fsck.com ; rt-devel at lists.fsck.com
Sent: Friday, November 29, 2002 2:53 AM
Subject: Re: [rt-users] RT3/Apache2/Mod_Perl2
More information about the rt-users
mailing list