You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/07/16 11:24:40 UTC

svn commit: r1361947 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy_express.xml

Author: humbedooh
Date: Mon Jul 16 09:24:40 2012
New Revision: 1361947

URL: http://svn.apache.org/viewvc?rev=1361947&view=rev
Log:
Add information about the possible values of ProxyExpressDBMType

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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_express.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_express.xml?rev=1361947&r1=1361946&r2=1361947&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_express.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_express.xml Mon Jul 16 09:24:40 2012
@@ -144,7 +144,19 @@
   <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>