You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/11/15 03:24:18 UTC

DO NOT REPLY [Bug 51982] ProxyPassReverse / balancer://cluster/ adds slash to redirect (really!)

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

--- Comment #1 from sven.peters@aapt.com.au 2011-11-15 02:24:18 UTC ---
I ran into this problem too and didn't find a workaround yet.
My config

# Works perfect

ProxyPass / http://localhost:9381/
ProxyPassReverse / http://localhost:9381/

# Doesn't work when receiving Redirects / Location from the backend. An extra
leading '/' is added.
#
# ProxyPass / balancer://balancer/
# ProxyPassReverse / balancer://balancer/

<Proxy balancer://balancer/>
        BalancerMember http://localhost:9381/ retry=1
        BalancerMember http://localhost:9382/ retry=1 status=D
</Proxy>

Any workaround is appreciated.

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org