From ad6b9b4298af538ef581c2836cd2fc19a0c9dfe0 Mon Sep 17 00:00:00 2001 From: Lucien Gentis Date: Mon, 24 Oct 2022 11:21:46 +0000 Subject: [PATCH] typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904804 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 811c242d3f0..b0a329c9a74 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1555,7 +1555,7 @@ ProxyPassMatch "^/(.*\.gif)$" "http://backend.example.com/$1"

- <var><code>key=value</code> Parameters versus <var>url</var> with backreference(s) + <code>key=value</code> Parameters versus <var>url</var> with backreference(s)

Since Apache HTTP Server 2.4.47, the key=value Parameters are no longer ignored in a ProxyPassMatch using an url with backreference(s). However to keep the existing -- 2.47.2