<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2769" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN 
class=997024509-26102005>Hi</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=997024509-26102005>Anyone know why Im 
getting these errors on Apache2 only. Ive moved it onto Apache1 and its fine. To 
me its picking up the wrong mod_perl when starting Apache2 ie getting the 
mod_perl for apache1 instead of the apache2 one. This is on a debian system and 
mod_perl installed via apt</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=997024509-26102005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=997024509-26102005>[Wed Oct 26 02:38:58 
2005] [notice] caught SIGTERM, shutting down<BR>[Wed Oct 26 02:39:04 2005] 
[error] Can't locate object method "boot" via package "mod_perl" at 
/usr/lib/perl5/Apache/Constants.pm line 8.\nCompilation failed in require at 
/usr/lib/perl5/Apache.pm line 6.\nBEGIN failed--compilation aborted at 
/usr/lib/perl5/Apache.pm line 6.\nCompilation failed in require at 
/usr/local/share/perl/5.8.4/CGI.pm line 191.\nCompilation failed in require at 
/opt/rt3/bin/webmux.pl line 56.\nBEGIN failed--compilation aborted at 
/opt/rt3/bin/webmux.pl line 56.\nCompilation failed in require at (eval 3) line 
1.\n<BR>[Wed Oct 26 02:39:04 2005] [error] Can't load Perl file: 
/opt/rt3/bin/webmux.pl for server rt.mforma.com:0, 
exiting...<BR></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=997024509-26102005>the vhost 
is</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=997024509-26102005></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=997024509-26102005><VirtualHost 
rt.example.com><BR>   ServerName rt.example.com<BR>   
DocumentRoot /opt/rt3/share/html<BR>   AddDefaultCharset 
UTF-8</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=997024509-26102005>   # this 
line applies to Apache2+mod_perl2 only<BR>   PerlModule Apache2 
Apache2::compat<BR>   PerlModule Apache::DBI<BR>   
PerlRequire /opt/rt3/bin/webmux.pl<BR>  RedirectMatch permanent (.*)/$ <A 
href="http://rt.example.com:8090$1/index.html">http://rt.example.com:8090$1/index.html</A><BR>   
<Location /><BR>   SetHandler perl-script<BR>   
PerlHandler RT::Mason<BR>   
</Location><BR></VirtualHost><BR></DIV></SPAN></FONT></BODY></HTML>