Httpd BalancerMember: Difference between revisions
Jump to navigation
Jump to search
(→Syntax) |
|||
Line 9: | Line 9: | ||
=Overview= | =Overview= | ||
Adds a member to a load balancing group. It can be used with a <Proxy> container directive and can take any of the key-value pair parameters available to [[httpd ProxyPass|ProxyPass]]. | Adds a member to [[Httpd_mod_proxy_Concepts#Balancer_Workers|a load balancing group]]. It can be used with a <Proxy> container directive and can take any of the key-value pair parameters available to [[httpd ProxyPass|ProxyPass]]. | ||
=Syntax= | =Syntax= |
Revision as of 03:12, 23 December 2016
External
Internal
Overview
Adds a member to a load balancing group. It can be used with a <Proxy> container directive and can take any of the key-value pair parameters available to ProxyPass.
Syntax
BalancerMember [balancerurl] url [key=value [key=value ...]]
Example
ProxyPass "/example" "balancer://mycluster/" <Proxy balancer://mycluster> BalancerMember http://node1/ BalancerMember http://node2/ </Proxy>