From 5f3ce5f175708b76c5e396594f6dc26667255399 Mon Sep 17 00:00:00 2001
From: Daniel Gruno
Date: Mon, 16 Jul 2012 09:24:40 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_proxy_express.xml | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
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 @@
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):
+
+
+
+ Value | Description |
+ db | Berkeley DB files |
+ gdbm | GDBM files |
+ ndbm | NDBM files |
+ sdbm | SDBM files (always available) |
+ default | default DBM type |
+
+
--
2.40.0