> Hello,
> 
> In mod_perl1, using persistent (Apache::DBI) and dedicated, per-user
> connections (DBI) on the same machine required running two Apache
> instances, one with Apache::DBI and the other without it.
> 
> Has anything about that changed in mod_perl2?
> 
> Moreover, how does Apache2 know it has to load Apache::DBI? There is
> no "PerlModule Apache::DBI" statement in my httpd.conf (as it was
> under mp1), neither a "use Apache::DBI" in startup.pl or in any other
> module. Or, to put it the other way around: how can I avoid including
> Apache::DBI (in the DBI-only instance)?
> 
> Thanks
> George
> 

Reply via email to