From: Daniel Gruno Date: Mon, 16 Jul 2012 09:24:40 +0000 (+0000) Subject: Add information about the possible values of ProxyExpressDBMType X-Git-Tag: 2.5.0-alpha~6642 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5f3ce5f175708b76c5e396594f6dc26667255399;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_proxy_express.xml b/docs/manual/mod/mod_proxy_express.xml index 50c991024bf..fe43b5c96a6 100644 --- a/docs/manual/mod/mod_proxy_express.xml +++ b/docs/manual/mod/mod_proxy_express.xml @@ -144,7 +144,19 @@

The ProxyExpressDBMType directive controls the DBM type expected by the module. The default is the default DBM type created with - httxt2dbm

+ httxt2dbm.

+

Possible values are (not all may be available at run time):

+ + + + + + + + + +
ValueDescription
db Berkeley DB files
gdbm GDBM files
ndbm NDBM files
sdbm SDBM files (always available)
default default DBM type
+