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

2013-06-04 Thread Xinhuan Zheng
Hi Perrin, I have seen in other web servers when apachectl starts, there is no "connect lost contact" error but it did happen when apachectl stops. If child process uses ping the inherited database handle and it is ping-able, then the child process may use it. That'll be a problem. When child

Re: Install Question

2013-06-04 Thread Tracy Kukuselis
Hi!  Ok, I implemented the changes that you stated and now I received the following error:     You need to pass either MP_AP_PREFIX or MP_APXS, but not both.      Configuration for makefile: /usr/local/bin/perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX=/data/links/httpd MP_APXS=/usr/sbin/apxs

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

2013-06-04 Thread Perrin Harkins
On Tue, Jun 4, 2013 at 9:59 AM, Xinhuan Zheng wrote: > Will the new connection that's created be cached after then and the connection that's not ping-able will be discarded? Yes. > Will this cached the new connection last until the child process exit? Yes, unless it times out on the Oracle side

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

2013-06-04 Thread Xinhuan Zheng
Hi Perrin, > It looks to me like there's no danger here, just an annoying error message. > Your connection from the parent process is being passed across the fork, but > then when each child process tries to check it with ping() it fails and a new > connection is opened to replace it. It look

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

2013-06-04 Thread Perrin Harkins
On Mon, Jun 3, 2013 at 4:36 PM, Dave Morgan wrote: > As an administrator I still rely and depend on Apache::DBI, even if it is unsupported. Can we kill this rumor please? Apache::DBI is supported. - Perrin