[rt-users] Problem getting new RT install to work with mod_perl2.
Todd Chapman
todd at chaka.net
Fri Feb 10 11:20:18 EST 2006
I'm doing an RT install for a new customer. I've installed
RT many times before, but this is my first mod_perl2 install.
This is what I'm getting in the Apache errorlog:
[Fri Feb 10 01:01:24 2006] [notice] Apache/2.0.55 (Unix) mod_apreq2-20050712/2.1.3-dev mod_perl/2.0.2 Perl/v5.8.6 configured -- resuming normal operations
[Fri Feb 10 01:01:32 2006] [error] [client 10.136.147.56] Can't locate object method "content_type" via package "Apache2::RequestRec" at /opt/rt3/bin/webmux.pl line 108.\n
Here is the relevant section from httpd.conf:
<VirtualHost *:80>
ServerName vrt.us.myroot
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8
PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl
<Location />
SetHandler perl-script
PerlHandler RT::Mason
</Location>
</VirtualHost>
Any ideas? Thanks!
-Todd
More information about the rt-users
mailing list