You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2022/01/24 16:34:06 UTC

svn commit: r1897425 - in /httpd/httpd/trunk/docs/manual/rewrite: advanced.html.en.utf8 advanced.xml

Author: rbowen
Date: Mon Jan 24 16:34:06 2022
New Revision: 1897425

URL: http://svn.apache.org/viewvc?rev=1897425&view=rev
Log:
Fixes ambiguos example, as per https://bz.apache.org/bugzilla/show_bug.cgi?id=63714

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/advanced.html.en.utf8
    httpd/httpd/trunk/docs/manual/rewrite/advanced.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/advanced.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/advanced.html.en.utf8?rev=1897425&r1=1897424&r2=1897425&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/advanced.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/advanced.html.en.utf8 [utf-8] Mon Jan 24 16:34:06 2022
@@ -74,7 +74,7 @@ configuration.</div>
 <div class="example"><p><code>
 user1  physical_host_of_user1<br />
 user2  physical_host_of_user2<br />
-:      :
+# ... and so on
 </code></p></div>
 
   <p>We put this into a <code>map.users-to-hosts</code> file. The
@@ -103,7 +103,8 @@ RewriteRule   "^/u/([^/]+)/?(.*)" "http:
   </dl>
 
   <p>See the <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code>
-  documentation for more discussion of the syntax of this directive.</p>
+  documentation and the <a href="./rewritemap.html">RewriteMap HowTo</a>
+  for more discussion of the syntax of this directive.</p>
 
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">

Modified: httpd/httpd/trunk/docs/manual/rewrite/advanced.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/advanced.xml?rev=1897425&r1=1897424&r2=1897425&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/advanced.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/advanced.xml Mon Jan 24 16:34:06 2022
@@ -78,7 +78,7 @@ configuration.</note>
 <example>
 user1  physical_host_of_user1<br />
 user2  physical_host_of_user2<br />
-:      :
+# ... and so on
 </example>
 
   <p>We put this into a <code>map.users-to-hosts</code> file. The
@@ -108,7 +108,8 @@ RewriteRule   "^/u/([^/]+)/?(.*)" "http:
   </dl>
 
   <p>See the <directive module="mod_rewrite">RewriteMap</directive>
-  documentation for more discussion of the syntax of this directive.</p>
+  documentation and the <a href="./rewritemap.html">RewriteMap HowTo</a>
+  for more discussion of the syntax of this directive.</p>
 
 </section>