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-Tag: 2.5.0-alpha2-ci-test-only~2116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eec8d64c46334ff1f3dcc460523e9abd99ae133;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/trunk@1855354 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/rewritemap.html.en b/docs/manual/rewrite/rewritemap.html.en index 48d01055b84..e09e2495359 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 df16015b4f3..e206f7b3dec 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.