You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ch...@apache.org on 2007/08/23 20:30:44 UTC

svn commit: r569105 - /httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml

Author: chrisd
Date: Thu Aug 23 11:30:43 2007
New Revision: 569105

URL: http://svn.apache.org/viewvc?rev=569105&view=rev
Log:
note odd DBDPersist format in 2.2.0 and 2.2.1

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml?rev=569105&r1=569104&r2=569105&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml Thu Aug 23 11:30:43 2007
@@ -168,6 +168,10 @@
     <p>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.</p>
+
+    <p>Prior to version 2.2.2, this directive accepted only the values
+    <code>0</code> and <code>1</code> instead of <code>Off</code> and
+    <code>On</code>, respectively.</p>
 </usage>
 </directivesynopsis>