i only updated apache + openssl from source.
The only thing i found what changed in 2.4.25 with proxypass and location
is this https://bz.apache.org/bugzilla/show_bug.cgi?id=60458
And i think this is the same problem which i have
http://stackoverflow.com/questions/43606856/apache2-configuration-virtualserver-reverseproxy-location-directive-broke-a


2017-05-09 11:17 GMT+02:00 Nick Kew <n...@apache.org>:

> On Tue, 9 May 2017 10:08:36 +0200
> Michael Haas <michael.haa...@gmail.com> wrote:
>
>
> > With 2.4.25 all requests are routet through the last ProxyPass, the
> > Location directive is ignored so the rewrite from the context is not
> > happening.
> > If i put the last ProxyPass in a Location directive like <Location ~
> > "^/(?!service)"> it's again working.
> >
> > Is this a intended change?
>
> Interesting.  No, an upgrade between different 2.4.x versions
> shouldn't have broken your configuration, unless a security fix
> had made it unavoidable (which isn't the case here).  And that
> should've been clearly documented as an upgrade note!
>
> Are you sure nothing else changed at the same time as your upgrade?
> Did you build from source or install a packaged or third-party version?
>
> --
> Nick Kew
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to