From: Rich Bowen Date: Tue, 18 May 2010 23:12:38 +0000 (+0000) Subject: I think this might look better as a DL than as a TABLE. X-Git-Tag: 2.3.6~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=831425bb30256484bcf092a9f6cfab191a769328;p=apache I think this might look better as a DL than as a TABLE. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945947 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index fc11f82e5d..76930875f9 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -709,55 +709,34 @@ Apache HTTP Server 2.0.41 and later

The following combinations for MapType and MapSource can be used:

- - - +
-
- - - - +
txt
+
A plain text file containing space-separated key-value + pairs, one per line. (Details ...)
- - - - - +
rnd
+
Randomly selects an entry from a plain text file (Details ...)
- - - - - + utility. (Details ...) - - - - - + unescape. (Details ...) - - - - - +
prg
+
Calls an external program or script to process the + rewriting. (Details ...)
- - - - - - -
Map TypeDescription
txtA plain text file containing space-separated key-value - pairs, one per line.Details ...
rndRandomly selects an entry from a plain text fileDetails ...
dbmLooks up an entry in a dbm file containing name, value +
dbm
+
Looks up an entry in a dbm file containing name, value pairs. Hash is constructed from a plain text file format using the httxt2dbm - utility.
Details ...
intOne of the four available internal functions provided by +
int
+
One of the four available internal functions provided by RewriteMap: toupper, tolower, escape or - unescape.
Details ...
prgCalls an external program or script to process the - rewriting.Details ...
dbd or fastdbdA SQL SELECT statement to be performed to look up the - rewrite target.Details ...
+
dbd or fastdbd
+
A SQL SELECT statement to be performed to look up the + rewrite target. (Details ...)
+

Further details, and numerous examples, may be found in the RewriteMap HowTo

diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index f0d37c3205..159fc61631 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -255,55 +255,34 @@ Apache HTTP Server 2.0.41 and later

The following combinations for MapType and MapSource can be used:

- - - +
-
- - - - +
txt
+
A plain text file containing space-separated key-value + pairs, one per line. (Details ...)
- - - - - +
rnd
+
Randomly selects an entry from a plain text file (Details ...)
- - - - - + utility. (Details ...) - - - - - + unescape. (Details ...) - - - - - +
prg
+
Calls an external program or script to process the + rewriting. (Details ...)
- - - - - - -
Map TypeDescription
txtA plain text file containing space-separated key-value - pairs, one per line.Details ...
rndRandomly selects an entry from a plain text fileDetails ...
dbmLooks up an entry in a dbm file containing name, value +
dbm
+
Looks up an entry in a dbm file containing name, value pairs. Hash is constructed from a plain text file format using the httxt2dbm - utility.
Details ...
intOne of the four available internal functions provided by +
int
+
One of the four available internal functions provided by RewriteMap: toupper, tolower, escape or - unescape.
Details ...
prgCalls an external program or script to process the - rewriting.Details ...
dbd or fastdbdA SQL SELECT statement to be performed to look up the - rewrite target.Details ...
+
dbd or fastdbd
+
A SQL SELECT statement to be performed to look up the + rewrite target. (Details ...)
+

Further details, and numerous examples, may be found in the RewriteMap HowTo