1
0
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:
Jim Jagielski
2012-12-11 12:35:50 +00:00
parent b7a0c5d1fc
commit ce9b646c73
2 changed files with 19 additions and 19 deletions

View File

@@ -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>