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 2013/04/05 04:54:42 UTC

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

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

--- Comment #5 from Ajay Sindwani <as...@hotmail.com> ---
The workaround to this problem is to put multiple ProxyPassReverse directives,
one for each balancer member

ProxyPass / balancer://balancer/
ProxyPassReverse / http://localhost:9381/
ProxyPassReverse / http://localhost:9382/

Does anybody know if this is fixed in a later version of Httpd?  If so which
versions?

-- 
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