Hello,
Looks OK, however I’ve seen it defined like this:
<Proxy balancer://cluster stickysession=JSESSIONID>
BalancerMember ajp://host1:8018 route=host1
BalancerMember ajp://host2:8018 route=host2
</Proxy>
ProxyPass /foo balancer://cluster/foo
Regards,
Hristiyan
From: Kartik Vashishta [mailto:[email protected]]
Sent: Monday, May 15, 2017 20:15
To: [email protected]
Subject: [users@httpd] Mod_proxy_balancer question
Hi,
We are using httpd 2.2 and wonder if a path to the application can be defined
in the BalanceMember definition, so would this work:
BalanceMember "http://192.168.1.50:/foo/bar" route=node1