diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index dd7790678d..ba334a0372 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -148,6 +148,7 @@
BalancerGrowth
BalancerInherit
BalancerMember
BalancerPersist
NoProxy| Description: | Inherit Balancers from the main server |
|---|---|
| Syntax: | BalancerInherit On|Off |
| Default: | BalancerInherit Off |
| Context: | server config, virtual host |
| Status: | Extension |
| Module: | mod_proxy |
| Compatibility: | BalancerInherit is only available in Apache HTTP Server 2.5.0 + and later. |
This directive will cause the current server/vhost to "inherit" Balancers + defined in the main server. This can cause issues and inconsistent + behavior if using the Balancer Manager and so is disabled + by default.
+