From 16c4e9d2fbb01d0b687e8935bf7fb382a5dca5a8 Mon Sep 17 00:00:00 2001 From: Chris Darroch Date: Tue, 21 Aug 2007 18:16:36 +0000 Subject: [PATCH] DBDPersist takes On or Off reported by Phil Endecott git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568224 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_dbd.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_dbd.xml b/docs/manual/mod/mod_dbd.xml index 747d04f3aa..894fd8e789 100644 --- a/docs/manual/mod/mod_dbd.xml +++ b/docs/manual/mod/mod_dbd.xml @@ -155,12 +155,12 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c DBDPersist Whether to use persistent connections -DBDPersist 0|1 +DBDPersist On|Off server configvirtual host -

If set to 0, persistent and pooled connections are disabled. +

If set to Off, persistent and pooled connections are disabled. A new database connection is opened when requested by a client, and closed immediately on release. This option is for debugging and low-usage servers.

-- 2.40.0