From: Daniel Gruno Date: Mon, 16 Jul 2012 09:24:40 +0000 (+0000) Subject: Add information about the possible values of ProxyExpressDBMType X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48c49cf8772a69af57d77c0c32098f2617366d9b;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
+