Randy Harmon wrote:

> On Sun, Jan 02, 2000 at 01:48:58AM -0600, Ed Loehr wrote:
> > My apache children are seg faulting due to some combination of
> > DBI usage and the cookie-based authentication/authorization
> [...]
> > child seg faults.  If I comment out all DBI references in the
>
> Hm, are you connecting to your database prior to Apache's forking - i.e., in
> your startup.pl?  That could cause trouble, especially on older versions of
> Apache and Apache::DBI.

No.  I'm only connecting in the child servers.  I verified that via PIDs in the
log file with debugging prints, and logically as well since the DBI::connect()
command is only executed during a query reached via a handler...

BTW, this is all on apache 1.3.9 with mod_ssl 2.4.9 and mod_perl 1.21 on Redhat
6.1 (2.2.12-20smp)...

Anyone else have any suspicions/ideas/leads?

Cheers,
Ed Loehr

Reply via email to