From 7795a6719a7ce3b419a246f9c73823cc89058136 Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Mon, 24 Jan 2022 16:36:19 +0000
Subject: [PATCH] Fixes ambiguous example, as per
https://bz.apache.org/bugzilla/show_bug.cgi?id=63714
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 | 5 +++--
docs/manual/rewrite/advanced.xml | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/docs/manual/rewrite/advanced.html.en b/docs/manual/rewrite/advanced.html.en
index 5cbb3d93325..1afd0acb2fa 100644
--- a/docs/manual/rewrite/advanced.html.en
+++ b/docs/manual/rewrite/advanced.html.en
@@ -72,7 +72,7 @@ configuration.
user1 physical_host_of_user1
user2 physical_host_of_user2
-: :
+# ... and so on
We put this into a map.users-to-hosts
file. The
@@ -101,7 +101,8 @@ RewriteRule "^/u/([^/]+)/?(.*)" "http://${users-to-hosts:$1|server0}/u/$1/$2"<
See the RewriteMap
- documentation for more discussion of the syntax of this directive.
+ documentation and the RewriteMap HowTo
+ for more discussion of the syntax of this directive.

diff --git a/docs/manual/rewrite/advanced.xml b/docs/manual/rewrite/advanced.xml
index e1950eff939..f5ffa83cdc7 100644
--- a/docs/manual/rewrite/advanced.xml
+++ b/docs/manual/rewrite/advanced.xml
@@ -71,7 +71,7 @@ configuration.
user1 physical_host_of_user1
user2 physical_host_of_user2
-: :
+# ... and so on
We put this into a map.users-to-hosts
file. The
@@ -101,7 +101,8 @@ RewriteRule "^/u/([^/]+)/?(.*)" "http://${users-to-hosts:$1|server0}/u/$1/$2"
See the RewriteMap
- documentation for more discussion of the syntax of this directive.
+ documentation and the
RewriteMap HowTo
+ for more discussion of the syntax of this directive.
--
2.47.2