]> granicus.if.org Git - apache/commitdiff
DBDPersist takes On or Off
authorChris Darroch <chrisd@apache.org>
Tue, 21 Aug 2007 18:16:36 +0000 (18:16 +0000)
committerChris Darroch <chrisd@apache.org>
Tue, 21 Aug 2007 18:16:36 +0000 (18:16 +0000)
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

index 747d04f3aaf95b2b7a57b77c7129053a24cffe1a..894fd8e78987a2866099c957018b2255a8c05c54 100644 (file)
@@ -155,12 +155,12 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c
 <directivesynopsis>
 <name>DBDPersist</name>
 <description>Whether to use persistent connections</description>
-<syntax>DBDPersist 0|1</syntax>
+<syntax>DBDPersist On|Off</syntax>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
 
 <usage>
-    <p>If set to 0, persistent and pooled connections are disabled.
+    <p>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.</p>