https://issues.apache.org/bugzilla/show_bug.cgi?id=38864

Nick Kew <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Core                        |mod_proxy
           Platform|Other                       |All
            Summary|LocationMatch not working   |ProxyPassReverse fails in
                   |                            |<Location>
         OS/Version|other                       |All

--- Comment #8 from Nick Kew <[email protected]> 2009-12-23 16:36:54 UTC ---
(In reply to comment #7)
> This bug is marked resolved and fixed, but it doesn't work in the current
> 2.2.11 release. ProxyPassReverse, in particular, still does not function 
> inside
> LocationMatch as an end-user expects it to after reading the 2.2 
> documentation.

You have indeed found a rather serious regression.

It's actually in mod_proxy, and can be worked around by replacing your
ProxyPassReverse /
with
ProxyPassReverse balancer:///
(note three slashes are not a typo)!  It doesn't matter that you're not using
the balancer - this is just a failure in the parsing of the URL in the response
header.

Not sure when this happened, but it appears to go back quite some time.
Guess I need to fix both the code and the tutorial!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to