https://issues.apache.org/bugzilla/show_bug.cgi?id=51982
--- Comment #1 from [email protected] 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: [email protected] For additional commands, e-mail: [email protected]
