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

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

index ac0a84eb8e5e161069c968d190cadb543b435d4c..a936adb351a7af3a7d36689cbad2bbdfb361eeac 100644 (file)
@@ -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://${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 495522a1dcec3ec0fcadc14fdb9890e0138ea48a..e83bc23ff9d96d30f329b865a8801e9b35476acf 100644 (file)
@@ -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://${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>