From e952b933764ff136f022798177da4ef492e348cb Mon Sep 17 00:00:00 2001
From: Eric Covener RewriteRule directive with the
[P] flag.
When the URL parameter doesn't use any backreferences into the regular + expression, the original URL will be appended to the URL parameter. +
+Take care when constructing the target URL of the rule, considering
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 9f5260f6e73..44e372a54e1 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1379,6 +1379,13 @@ ProxyPassReverse /mirror/foo/ https://backend.example.com/
[P] flag.
When the URL parameter doesn't use any backreferences into the regular + expression, the original URL will be appended to the URL parameter. +
+Take care when constructing the target URL of the rule, considering -- 2.47.3