]> granicus.if.org Git - apache/commitdiff
mod_proxy: Clarify the usage suggestion for BalancerInherit and ProxyPassInherit.
authorGraham Leggett <minfrin@apache.org>
Sat, 27 Apr 2013 21:46:57 +0000 (21:46 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 27 Apr 2013 21:46:57 +0000 (21:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476680 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.c

index 58cbfb8315cd181596012ad9ca0f770e4182f9a3..71b5be24e8fd2800f9a1f0460b7282bfec5f6aeb 100644 (file)
@@ -2330,10 +2330,10 @@ static const command_rec proxy_cmds[] =
      "on if the balancer should persist changes on reboot/restart made via the Balancer Manager"),
     AP_INIT_FLAG("BalancerInherit", set_inherit, NULL, RSRC_CONF,
      "on if this server should inherit Balancers and Workers defined in the main server "
-     "(Not recommended if using the Balancer Manager for dynamic changes)"),
+     "(Setting to off recommended if using the Balancer Manager)"),
     AP_INIT_FLAG("ProxyPassInherit", set_ppinherit, NULL, RSRC_CONF,
      "on if this server should inherit all ProxyPass directives defined in the main server "
-     "(Not recommended if using the Balancer Manager for dynamic changes)"),
+     "(Setting to off 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"),
     AP_INIT_RAW_ARGS("ProxySet", set_proxy_param, NULL, RSRC_CONF|ACCESS_CONF,