On Thu, 14 Dec 2006 17:29:39 +0000
Alan R Williamson <suppressed> 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 <suppressed>
http://www.wiles.org
---------------------------------
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.