1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

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
This commit is contained in:
Luis Gil
2019-03-12 23:51:46 +00:00
parent 03c5267908
commit 5eec8d64c4
2 changed files with 2 additions and 2 deletions

View File

@@ -323,7 +323,7 @@ $ httxt2dbm -i mapfile.txt -o mapfile.map
<div class="note">
<p>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
<code>mapfile.map.dir</code> and <code>mapfiile.map.pag</code>. This is
<code>mapfile.map.dir</code> and <code>mapfile.map.pag</code>. This is
normal, and you need only use the base name <code>mapfile.map</code> in
your <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> directive.</p>
</div>

View File

@@ -328,7 +328,7 @@ RewriteMap mapname "dbm:/etc/apache/mapfile.map"
<note>
<p>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
<code>mapfile.map.dir</code> and <code>mapfiile.map.pag</code>. This is
<code>mapfile.map.dir</code> and <code>mapfile.map.pag</code>. This is
normal, and you need only use the base name <code>mapfile.map</code> in
your <directive module="mod_rewrite">RewriteMap</directive> directive.</p>
</note>