On Sep 22, 2005, at 2:57 PM, Jim Jagielski wrote:
Ok - so I've played with the configuration a bit more, and I discovered that if my BalancerMember directives have either a port number or a path, the BalancerManager doesn't work properly. Clicking on the hostname of a worker brings up the 'Edit balancer settings' instead of the 'Edit worker settings' form. E.g., this won't work: <Proxy balancer://mycluster> BalancerMember http://my.server.com:8080 BalancerMember http://other.server.com:8080 </Proxy> and this won't work: <Proxy balancer://mycluster> BalancerMember http://my.server.com/myapp BalancerMember http://other.server.com/myapp </Proxy> but this will work: <Proxy balancer://mycluster> BalancerMember http://my.server.com BalancerMember http://other.server.com </Proxy> Note that the two top examples do _proxy_ correctly, it's just the BalancerManager interface that doesn't work right. --Colin |