From: Rich Bowen Date: Mon, 24 Jan 2022 16:36:19 +0000 (+0000) Subject: Fixes ambiguous example, as per https://bz.apache.org/bugzilla/show_bug.cgi?id=63714 X-Git-Tag: 2.4.53-rc1-candidate~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7795a6719a7ce3b419a246f9c73823cc89058136;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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.

top
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.