]> granicus.if.org Git - apache/commitdiff
Add information about the possible values of ProxyExpressDBMType
authorDaniel Gruno <humbedooh@apache.org>
Mon, 16 Jul 2012 09:27:48 +0000 (09:27 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Mon, 16 Jul 2012 09:27:48 +0000 (09:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1361949 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_express.xml

index 50c991024bfe93231e52fc26e6ba61df867bb9d1..fe43b5c96a688aea1459519b921d3400d6ee2b7f 100644 (file)
   <p>The <directive>ProxyExpressDBMType</directive> directive
     controls the DBM type expected by the module. The default
     is the default DBM type created with <code>
-    <a href="../programs/httxt2dbm.html">httxt2dbm</a></code></p>
+    <a href="../programs/httxt2dbm.html">httxt2dbm</a></code>.</p>
+    <p>Possible values are (not all may be available at run time):</p>
+<table border="1" style="zebra">
+    <columnspec><column width=".3"/><column width=".7"/></columnspec>
+
+    <tr><th>Value</th><th>Description</th></tr>
+    <tr><td><code>db</code></td><td> Berkeley DB files</td></tr>
+    <tr><td><code>gdbm</code></td><td> GDBM files</td></tr>
+    <tr><td><code>ndbm</code></td><td> NDBM files</td></tr>
+    <tr><td><code>sdbm</code></td><td> SDBM files (always available)</td></tr>
+    <tr><td><code>default</code></td><td> default DBM type</td></tr>
+    </table>
+
 </usage>
 </directivesynopsis>