From f1b308b7b3f3d7d8a2a3d1e7a0e22879356ffeb8 Mon Sep 17 00:00:00 2001 From: Luis Gil Date: Wed, 13 Mar 2019 00:09:19 +0000 Subject: 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 --- docs/manual/rewrite/rewritemap.html.en | 2 +- docs/manual/rewrite/rewritemap.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/manual/rewrite/rewritemap.html.en b/docs/manual/rewrite/rewritemap.html.en index 2161f15b22..9b989c99bf 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 736e352e2b..3e75122661 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.

-- cgit v1.2.1