From: Chris Darroch Date: Tue, 21 Aug 2007 18:16:36 +0000 (+0000) Subject: DBDPersist takes On or Off X-Git-Tag: 2.3.0~1580 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16c4e9d2fbb01d0b687e8935bf7fb382a5dca5a8;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_dbd.xml b/docs/manual/mod/mod_dbd.xml index 747d04f3aaf..894fd8e7898 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.