summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2022-01-24 16:34:06 +0000
committerRich Bowen <rbowen@apache.org>2022-01-24 16:34:06 +0000
commita5a3e65685a2a08015873e958e5c38e671387b19 (patch)
tree98109e70162a80770d298fc3a0167026b4aede4d
parente4368dc666a32057723ffeb7dc6a078ace6c6f77 (diff)
downloadhttpd-a5a3e65685a2a08015873e958e5c38e671387b19.tar.gz
Fixes ambiguos example, as per https://bz.apache.org/bugzilla/show_bug.cgi?id=63714
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897425 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/rewrite/advanced.html.en.utf85
-rw-r--r--docs/manual/rewrite/advanced.xml5
2 files changed, 6 insertions, 4 deletions
diff --git a/docs/manual/rewrite/advanced.html.en.utf8 b/docs/manual/rewrite/advanced.html.en.utf8
index ac0a84eb8e..a936adb351 100644
--- a/docs/manual/rewrite/advanced.html.en.utf8
+++ b/docs/manual/rewrite/advanced.html.en.utf8
@@ -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">
diff --git a/docs/manual/rewrite/advanced.xml b/docs/manual/rewrite/advanced.xml
index 495522a1dc..e83bc23ff9 100644
--- a/docs/manual/rewrite/advanced.xml
+++ b/docs/manual/rewrite/advanced.xml
@@ -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>