normal restart/graceful state transitions.</p>
</usage>
</directivesynopsis>
-
+
+<directivesynopsis>
+ <name>BalancerInherit</name>
+ <description>Inherit ProxyPassed Balancers/Workers from the main server</description>
+ <syntax>ProxyPassInherit On|Off</syntax>
+ <default>ProxyPassInherit On</default>
+ <contextlist><context>server config</context><context>virtual host</context></contextlist>
+ <compatibility>ProxyPassInherit is only available in Apache HTTP Server 2.5.0
+ and later.</compatibility>
+ <usage>
+ <p>This directive will cause the current server/vhost to "inherit" ProxyPass
+ Balancers and Workers defined in the main server. This can cause issues and
+ inconsistent behavior if using the Balancer Manager and so should be disabled
+ if using that feature.</p>
+ <p>The setting in the global server defines the default for all vhosts.</p>
+ </usage>
+</directivesynopsis>
+
<directivesynopsis>
<name>BalancerMember</name>
<description>Add a member to a load balancing group</description>
</usage>
</directivesynopsis>
-<directivesynopsis>
- <name>ProxyPassInherit</name>
- <description>Inherit ProxyPass Balancers/Workers from the main server</description>
- <syntax>ProxyPassInherit On|Off</syntax>
- <default>ProxyPassInherit On</default>
- <contextlist><context>server config</context><context>virtual host</context></contextlist>
- <compatibility>ProxyPassInherit is only available in Apache HTTP Server 2.5.0
- and later.</compatibility>
- <usage>
- <p>This directive will cause the current server/vhost to "inherit" ProxyPass
- Balancers and Workers defined in the main server. This can cause issues and
- inconsistent behavior if using the Balancer Manager and so should be disabled
- if using that feature.</p>
- <p>The setting in the global server defines the default for all vhosts.</p>
- </usage>
-</directivesynopsis>
-
<directivesynopsis>
<name>ProxyPassMatch</name>
<description>Maps remote servers into the local server URL-space using regular expressions</description>
"Number of additional Balancers that can be added post-config"),
AP_INIT_FLAG("BalancerPersist", set_persist, NULL, RSRC_CONF,
"on if the balancer should persist changes on reboot/restart made via the Balancer Manager"),
- AP_INIT_FLAG("ProxyPassInherit", set_inherit, NULL, RSRC_CONF,
- "on if this server should inherit ProxyPass balancers and workers defined in the main server "
+ AP_INIT_FLAG("BalancerInherit", set_inherit, NULL, RSRC_CONF,
+ "on if this server should inherit ProxyPassed balancers and workers defined in the main server "
"(Not recommended if using the Balancer Manager)"),
AP_INIT_TAKE1("ProxyStatus", set_status_opt, NULL, RSRC_CONF,
"Configure Status: proxy status to one of: on | off | full"),