summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_proxy_express.xml
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-07-16 11:24:40 +0200
committerDaniel Gruno <humbedooh@apache.org>2012-07-16 11:24:40 +0200
commit5f3ce5f175708b76c5e396594f6dc26667255399 (patch)
treef7b16a21d882643c7f67f282ac7cbe98d06404fa /docs/manual/mod/mod_proxy_express.xml
parentCode clean up (remove useless memory allocation) (diff)
downloadapache2-5f3ce5f175708b76c5e396594f6dc26667255399.tar.xz
apache2-5f3ce5f175708b76c5e396594f6dc26667255399.zip
Add information about the possible values of ProxyExpressDBMType
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1361947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_express.xml')
-rw-r--r--docs/manual/mod/mod_proxy_express.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy_express.xml b/docs/manual/mod/mod_proxy_express.xml
index 50c991024b..fe43b5c96a 100644
--- a/docs/manual/mod/mod_proxy_express.xml
+++ b/docs/manual/mod/mod_proxy_express.xml
@@ -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>