[rt-users] New install on Gentoo--Undefined subroutine &RT::M ason::handler

Beachey, Kendric Kendric.Beachey at garmin.com
Tue Mar 15 16:05:43 EST 2005


From: Russell Mosemann [mailto:mose at ns.cune.edu]
> On Tue, 15 Mar 2005, Beachey, Kendric wrote:
>> The guide shows how to install with virtual hosting.  I am not using
virtual
>> hosting, so I have tried to make the appropriate changes to the apache
>> configs.
>
> What "appropriate changes" did you make?

I added this to /etc/apache/conf/commonapache.conf...

<IfDefine PERL>
  LoadModule perl_module    extramodules/libperl.so
</IfDefine>

<IfDefine PERL>
  AddModule mod_perl.c
</IfDefine>

<Directory /var/www/localhost/htdocs/rt>
  Options -All -Multiviews
  AllowOverride None
  Order deny,allow
  allow from all
</Directory>

<Location /rt>
  SetHandler perl-script
  PerlHandler RT::Mason
  PerlSetEnv PERL5LIB /usr/lib
</Location>

...rather than doing it the virtual hosts way.

When apache starts it notes that mod_perl is already on, so it's skipping my
turning it on here.  So that's probably redundant.  But it doesn't seem to
have hurt it.


            ------------------------- 
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient.  If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited.  If you have received this e-mail in error, please contact the sender and delete all copies. 
Thank you for your cooperation 




More information about the rt-users mailing list