From: Rich Bowen Date: Mon, 24 Jan 2022 16:34:06 +0000 (+0000) Subject: Fixes ambiguos example, as per https://bz.apache.org/bugzilla/show_bug.cgi?id=63714 X-Git-Tag: 2.5.0-alpha2-ci-test-only~542 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5a3e65685a2a08015873e958e5c38e671387b19;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/rewrite/advanced.html.en.utf8 b/docs/manual/rewrite/advanced.html.en.utf8 index ac0a84eb8e5..a936adb351a 100644 --- a/docs/manual/rewrite/advanced.html.en.utf8 +++ b/docs/manual/rewrite/advanced.html.en.utf8 @@ -74,7 +74,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 @@ -103,7 +103,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 495522a1dce..e83bc23ff9d 100644 --- a/docs/manual/rewrite/advanced.xml +++ b/docs/manual/rewrite/advanced.xml @@ -78,7 +78,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 @@ -108,7 +108,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.