Re: Apache::DBI "connection lost contact" error

2013-06-13 Thread Xinhuan Zheng
Yes. It's the same way using it. There is database handle created in startup.pl. The startup.pl file is configured in block. The "connection lost contact" error only happens when either in "apachectl stop" or when a child process exits. - xinhuan From: Perrin Harkins mailto:phark...@gmail.com

Re: Apache::DBI "connection lost contact" error

2013-06-13 Thread Perrin Harkins
That's unfortunate. Are you using it the same way, with a DBI connection in a block? I haven't seen anyone else mention a problem with it in Apache 1. - Perrin On Wed, Jun 12, 2013 at 5:05 PM, Xinhuan Zheng wrote: > Hi Perrin, > > Today I tested the Apache-DBI 1.12 with Apache 1.3.42 and m