diff options
author | Luis Gil <lgilbernabe@apache.org> | 2019-03-13 00:51:46 +0100 |
---|---|---|
committer | Luis Gil <lgilbernabe@apache.org> | 2019-03-13 00:51:46 +0100 |
commit | 5eec8d64c46334ff1f3dcc460523e9abd99ae133 (patch) | |
tree | 7da6f3bf3c5a1ed96e5c82441fcb963bfd7377cb /docs/manual | |
parent | mod_ssl: AH10129 from ERR to DEBUG level. (diff) | |
download | apache2-5eec8d64c46334ff1f3dcc460523e9abd99ae133.tar.xz apache2-5eec8d64c46334ff1f3dcc460523e9abd99ae133.zip |
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
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/rewrite/rewritemap.html.en | 2 | ||||
-rw-r--r-- | docs/manual/rewrite/rewritemap.xml | 2 |
2 files changed, 2 insertions, 2 deletions
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 <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> 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> <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> |