On Sep 6, 2012, at 11:07 AM, Zisis Lianas <zisis.lia...@consol.de> wrote:
> Tom, thanks for your feedback. > > The main difference between our configurations is that you do > ProxyPassReverse the single BalancerMember (http://app05/...), > which is also working for me - in my configuration I ProxyPassReverse > the "balancer://cluster". And this is the configuration which does > not work correctly. > > So... > ProxyPassReverse / http://app05/ => WORKS > ProxyPassReverse / balancer://cluster/ => DOES NOT WORK CORRECTLY > > As documented the balancer://... ProxyPassReverse should work: > http://httpd.apache.org/docs/2.4/mod/mod_proxy_balancer.html#example > > How is it not working for you?