]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixes ambiguous example, as per https://bz.apache.org/bugzilla/show_bug.cgi?id=63714
authorRich Bowen <rbowen@apache.org>
Mon, 24 Jan 2022 16:36:19 +0000 (16:36 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 24 Jan 2022 16:36:19 +0000 (16:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1897426 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/advanced.html.en
docs/manual/rewrite/advanced.xml

index 5cbb3d93325a62a0e9e41b8db051cb4a358df99b..1afd0acb2fa8cfbbe4c87c6d4bb99a4db8f0c292 100644 (file)
@@ -72,7 +72,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
@@ -101,7 +101,8 @@ RewriteRule   "^/u/([^/]+)/?(.*)" "http://${users-to-hosts:$1|server0}/u/$1/$2"<
   </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">
index e1950eff93974e59ef71434859c3f518fe2bdbdc..f5ffa83cdc7e7004bead5f7fcfd577c8f24f22ea 100644 (file)
@@ -71,7 +71,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
@@ -101,7 +101,8 @@ RewriteRule   "^/u/([^/]+)/?(.*)" "http://${users-to-hosts:$1|server0}/u/$1/$2"
   </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>