From: Luis Gil Date: Tue, 12 Mar 2019 23:51:46 +0000 (+0000) Subject: fixing bugreport 63258 on the typo mapfile.map.pag X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5eec8d64c46334ff1f3dcc460523e9abd99ae133;p=apache fixing bugreport 63258 on the typo mapfile.map.pag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1855354 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/rewritemap.html.en b/docs/manual/rewrite/rewritemap.html.en index 48d01055b8..e09e249535 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 df16015b4f..e206f7b3de 100644 --- a/docs/manual/rewrite/rewritemap.xml +++ b/docs/manual/rewrite/rewritemap.xml @@ -328,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.