I installed Apache::DBI - 0.98 on FreeBSD 5.4 with mod_perl
1. Apache::DBI logs an entry in apache error log file every
time it create(s) a new connection or using an existing connection to the
database server. Is this normal with this version? And how do I turn
that feature off? Example, 55933 Apache::DBI need ping: yes 55933 Apache::DBI already connected to
'database=database_name;host=info_here\AutoCommit=1^\PrintError=1^\Username=info_here' 55933 Apache::DBI need ping: yes 55933 Apache::DBI already connected to
'database=database_name;host=info_here\AutoCommit=1^\PrintError=1^\Username=info_here' The error log file will get huge after a while. Cure |
- Apache::DBI Paul Harrison
- Re: Apache::DBI Martin Moss
- RE: Apache::DBI Paul Harrison
- RE: Apache::DBI Paul Harrison