On Fri, Dec 09, 2016 at 02:00:51PM -0000, [email protected] wrote:
> Author: covener
> Date: Fri Dec 9 14:00:51 2016
> New Revision: 1773397
>
> URL: http://svn.apache.org/viewvc?rev=1773397&view=rev
> Log:
> ProxyPass ! doesn't block per-directory ProxyPass
>
> *) mod_proxy: Honor a server scoped ProxyPass exception when ProxyPass is
> configured in <Location>, like in 2.2. PR 60458.
> [Eric Covener]
Not immediately obvious to me how to fix it (sorry), but a Fedora user
reported that this is a regression in 2.4.25, breaking a config like:
<VirtualHost>
ProxyPass / foo
<Location /bar>
ProxyPass baz
<Location>
</VirtualHost>
The requests to /bar no longer maps to baz. I added a test case in
r1780905.
Regards, Joe