Re: Apache Blank Pages
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jan 13, 2010 at 5:31 PM, cfaust-dougot <[email protected]> wrote: > Do you mean on apache startup? I'm not calling DBI or DBD in startup.pl. Any > other module would be after the fork, wouldn't? Some modules (e.g. Class::DBI) will open a connection when you use them. If you're loading any modules at all in startup, there's a possibility that this could be the issue. - Perrin