[rt-users] Re: this has got to be simple, but.......

Raymond Norton admin at lctn.org
Tue Aug 3 15:53:32 EDT 2004


----- Original Message ----- 
From: "Michael Loftis" <mloftis at wgops.com>
To: <rt-users at lists.bestpractical.com>
Sent: Tuesday, August 03, 2004 2:44 PM
Subject: Re: [rt-users] Re: this has got to be simple, but.......


> you need to make sure you have mod_perl installed and enabled and you've
> setup the Mason handler stuff for RT.


I followed the docs, and do have mod_perl 2 (1.99). What part of the docs
should I be looking at that would help me figure this out?

This is what I have in httpd.conf:

<VirtualHost *:80>
ServerName rt.domain.name
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8
 # this line applies to Apache2+mod_perl2 only
PerlModule Apache2 Apache::compat

PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl

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




More information about the rt-users mailing list