[Bug 65429] order of ProxyPass and ProxyPassMatch seems to matter

2021-09-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65429

Yann Ylavic  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #6 from Yann Ylavic  ---
Fixed in 2.4.49 (r1892569).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 65429] order of ProxyPass and ProxyPassMatch seems to matter

2021-07-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65429

--- Comment #5 from Yann Ylavic  ---
Now at v2:
http://people.apache.org/~ylavic/patches/2.4.x-bz_65419+65429-v2.patch

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 65429] order of ProxyPass and ProxyPassMatch seems to matter

2021-07-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65429

Yann Ylavic  changed:

   What|Removed |Added

   Keywords||FixedInTrunk

--- Comment #4 from Yann Ylavic  ---
This patch is proposed for backport to 2.4.x:
http://people.apache.org/~ylavic/patches/2.4.x-bz_65419+65429.patch

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 65429] order of ProxyPass and ProxyPassMatch seems to matter

2021-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65429

--- Comment #3 from Yann Ylavic  ---
Created attachment 37939
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37939=edit
ProxyPassMatch full patch

Patch for both bug 65419 and bug 65429.

No repository for this full patch so far, I will make a backport proposal with
it ASAP.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 65429] order of ProxyPass and ProxyPassMatch seems to matter

2021-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65429

--- Comment #2 from Tobias Wendorff  ---
I've just tested your patch and it works. Thanks.

Is there a repository where all those patches are collected?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 65429] order of ProxyPass and ProxyPassMatch seems to matter

2021-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65429

--- Comment #1 from Yann Ylavic  ---
Created attachment 37938
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37938=edit
Don't confuse/merge matchable and non-matchable proxy workers at loading

Could you please try this patch?

The issue is a change in 2.4.48 (r1880772) to allow for parameters
(enablereuse, ttl..) in /ProxyPassMatch workers with '$n'
substitution in the URL, like /ProxyPass workers.

This patch should fix the regression that makes matchable and non-matchable
workers be confused/merged at loading, which is why when the worker
http://localhost:8081 (non-matchable) is defined first it blinds the second
worker http://localhost:8081/wmts/$1/webmercator/$2 (matchable), thus no worker
exists to handle "/tiles/osm/19/272348/174392.png" which ends up being not
found in the DocumentRoot.

Note that there is another issue reported in bug 65419 about this change,
another patch is available there for a full fix (the two patches can be applied
with no conflict).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org