mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
rjung's suggestions...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1420124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -665,22 +665,6 @@ expressions</description>
|
||||
</usage>
|
||||
</directivesynopsis>
|
||||
|
||||
<directivesynopsis>
|
||||
<name>BalancerInherit</name>
|
||||
<description>Inherit Balancers from the main server</description>
|
||||
<syntax>BalancerInherit On|Off</syntax>
|
||||
<default>BalancerInherit Off</default>
|
||||
<contextlist><context>server config</context><context>virtual host</context></contextlist>
|
||||
<compatibility>BalancerInherit 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" Balancers
|
||||
defined in the main server. This can cause issues and inconsistent
|
||||
behavior if using the Balancer Manager and so is disabled
|
||||
by default.</p>
|
||||
</usage>
|
||||
</directivesynopsis>
|
||||
|
||||
<directivesynopsis>
|
||||
<name>BalancerMember</name>
|
||||
<description>Add a member to a load balancing group</description>
|
||||
@@ -1211,6 +1195,22 @@ ProxyPass / balancer://hotcluster/
|
||||
</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>
|
||||
</usage>
|
||||
</directivesynopsis>
|
||||
|
||||
<directivesynopsis>
|
||||
<name>ProxyPassMatch</name>
|
||||
<description>Maps remote servers into the local server URL-space using regular expressions</description>
|
||||
|
||||
Reference in New Issue
Block a user