|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: Apache::DBI (dumb) questions
|
Lawrence D.P. Miller wrote:
> HI, folks.
>
> Hopefully, this is a really stupid question and someone will be able to
> set me straight, and then I'll be able to ask more in a series of dumb
> questions.
>
> How do I know when Apache::DBI is "working"? The docs indicate that I
> should leave the code alone, and that the Apache::DBI apache directive
> goes in the "main" area of httpd.conf (as opposed to inside a
> <Directory> or <Location> directive), so I'm not exactly sure how to
> verify that "yep, you're caching db connections". Any hints would be
> appreciated. Thanks.
set $Apache::DBI::DEBUG to a useful value - the Apache::DBI docs
describe what the different values show.
HTH
--Geoff
-
**Majordomo list services provided by PANIX <URL:http://www.panix.com>**
**To Unsubscribe, send "unsubscribe phl" to majordomo@lists.pm.org**
|
|