Httpd balancer-manager: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * mod_proxy Concepts") |
No edit summary |
||
Line 1: | Line 1: | ||
=External= | |||
* https://httpd.apache.org/docs/current/mod/mod_proxy_balancer.html#balancer_manager | |||
=Internal= | =Internal= | ||
* [[Httpd_mod_proxy_Concepts#Load_Balancer_Member_Monitoring_and_Management|mod_proxy Concepts]] | * [[Httpd_mod_proxy_Concepts#Load_Balancer_Member_Monitoring_and_Management|mod_proxy Concepts]] | ||
=Overview= | |||
Load balancer members can be managed with the "balancer-manager" handler. | |||
=Installation= | |||
<pre> | |||
<Location "/balancer-manager"> | |||
SetHandler balancer-manager | |||
</Location> | |||
ProxySet /balancer-manager ! | |||
</pre> |
Revision as of 17:19, 10 January 2017
External
Internal
Overview
Load balancer members can be managed with the "balancer-manager" handler.
Installation
<Location "/balancer-manager"> SetHandler balancer-manager </Location> ProxySet /balancer-manager !