From: Chris Darroch Date: Thu, 23 Aug 2007 18:30:43 +0000 (+0000) Subject: note odd DBDPersist format in 2.2.0 and 2.2.1 X-Git-Tag: 2.3.0~1557 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fef8a036ad89ef5c047dbaf68e781edd3f60f4a;p=thirdparty%2Fapache%2Fhttpd.git note odd DBDPersist format in 2.2.0 and 2.2.1 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569105 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dbd.xml b/docs/manual/mod/mod_dbd.xml index 894fd8e7898..e8c9e4c8fde 100644 --- a/docs/manual/mod/mod_dbd.xml +++ b/docs/manual/mod/mod_dbd.xml @@ -168,6 +168,10 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c

The default is to enable a pool of persistent connections (or a single LAMP-style persistent connection in the case of a non-threaded server), and should almost always be used in operation.

+ +

Prior to version 2.2.2, this directive accepted only the values + 0 and 1 instead of Off and + On, respectively.