You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2019/03/13 00:09:20 UTC

svn commit: r1855357 - in /httpd/httpd/branches/2.4.x/docs/manual/rewrite: rewritemap.html.en rewritemap.xml

Author: lgilbernabe
Date: Wed Mar 13 00:09:19 2019
New Revision: 1855357

URL: http://svn.apache.org/viewvc?rev=1855357&view=rev
Log:
fixing bugreport 63258 on the typo mapfile.map.pag

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.html.en
    httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.html.en?rev=1855357&r1=1855356&r2=1855357&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.html.en Wed Mar 13 00:09:19 2019
@@ -323,7 +323,7 @@ $ httxt2dbm -i mapfile.txt -o mapfile.ma
 <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>

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.xml?rev=1855357&r1=1855356&r2=1855357&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/rewritemap.xml Wed Mar 13 00:09:19 2019
@@ -151,7 +151,6 @@ may be used, and give examples of each.<
 
    <p> <strong>Redirect a URI to an all-lowercase version of itself</strong></p>
     <highlight language="config">
-
 RewriteMap lc int:tolower
 RewriteRule "(.*)" "${lc:$1}" [R]
     </highlight>
@@ -329,7 +328,7 @@ RewriteMap mapname "dbm:/etc/apache/mapf
 <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>