From: Luis Gil Date: Wed, 13 Mar 2019 00:09:19 +0000 (+0000) Subject: fixing bugreport 63258 on the typo mapfile.map.pag X-Git-Tag: 2.4.39~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1b308b7b3f3d7d8a2a3d1e7a0e22879356ffeb8;p=thirdparty%2Fapache%2Fhttpd.git fixing bugreport 63258 on the typo mapfile.map.pag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1855357 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/rewritemap.html.en b/docs/manual/rewrite/rewritemap.html.en index 2161f15b223..9b989c99bfa 100644 --- a/docs/manual/rewrite/rewritemap.html.en +++ b/docs/manual/rewrite/rewritemap.html.en @@ -323,7 +323,7 @@ $ httxt2dbm -i mapfile.txt -o mapfile.map

Note that with some dbm types, more than one file is generated, with a common base name. For example, you may have two files named -mapfile.map.dir and mapfiile.map.pag. This is +mapfile.map.dir and mapfile.map.pag. This is normal, and you need only use the base name mapfile.map in your RewriteMap directive.

diff --git a/docs/manual/rewrite/rewritemap.xml b/docs/manual/rewrite/rewritemap.xml index 736e352e2bc..3e751226617 100644 --- a/docs/manual/rewrite/rewritemap.xml +++ b/docs/manual/rewrite/rewritemap.xml @@ -151,7 +151,6 @@ may be used, and give examples of each.

Redirect a URI to an all-lowercase version of itself

- RewriteMap lc int:tolower RewriteRule "(.*)" "${lc:$1}" [R] @@ -329,7 +328,7 @@ RewriteMap mapname "dbm:/etc/apache/mapfile.map"

Note that with some dbm types, more than one file is generated, with a common base name. For example, you may have two files named -mapfile.map.dir and mapfiile.map.pag. This is +mapfile.map.dir and mapfile.map.pag. This is normal, and you need only use the base name mapfile.map in your RewriteMap directive.