diff options
author | Rainer Jung <rjung@apache.org> | 2012-12-14 16:02:30 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2012-12-14 16:02:30 +0100 |
commit | b63656829c1c9c53898061af30a0e9531dd02a3a (patch) | |
tree | 4fad6a64413857b04bbe260ae8c2e854538bf218 /docs/manual/mod/mod_proxy.xml | |
parent | xforms. (diff) | |
download | apache2-b63656829c1c9c53898061af30a0e9531dd02a3a.tar.xz apache2-b63656829c1c9c53898061af30a0e9531dd02a3a.zip |
Use inherit_set to let the global server set
the default for all vhosts.
Otherwise inherit would need to be disabled
redundantly in each vhost.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1421912 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.xml')
-rw-r--r-- | docs/manual/mod/mod_proxy.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 8dd5e50dc6..e92275f047 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1208,6 +1208,7 @@ ProxyPass / balancer://hotcluster/ 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> |