Httpd BalancerMember: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* [[Httpd_mod_proxy_Configuration#Directives|mod_proxy Configuration]] | * [[Httpd_mod_proxy_Configuration#Directives|mod_proxy Configuration]] | ||
* [[Httpd_mod_proxy_Concepts#Balancer_Workers|Balancer Workers]] | |||
=Overview= | =Overview= |
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>