On Thu, 14 Dec 2006 17:29:39 +0000
Alan R Williamson <[EMAIL PROTECTED]> wrote:

> __ httpd.conf __________________________________
> 
> <IfModule perl_module>
>   PerlModule Apache::DProf
>   PerlModule Bundle::Apache2
> </IfModule>

   Echoing Perrin's last E-mail, I'm thinking maybe the: 

    PerlModule Bundle::Apache2 

  being loaded before the <Perl> section might be causing your
  issue. 

  Try switching it to this: 

  <Perl>
     use Apache::DB(); 
     Apache::DB->init(); 

     use Bundle::Apache2; 

     .... 

  </Perl> 

 ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]>
   http://www.wiles.org
 ---------------------------------

Reply via email to