From: Graham Leggett Date: Sat, 27 Apr 2013 21:46:57 +0000 (+0000) Subject: mod_proxy: Clarify the usage suggestion for BalancerInherit and ProxyPassInherit. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a17629395b6762fd62fe0e1b37616be183d9553;p=thirdparty%2Fapache%2Fhttpd.git mod_proxy: Clarify the usage suggestion for BalancerInherit and ProxyPassInherit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1476680 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy.c b/modules/proxy/mod_proxy.c index 58cbfb8315c..71b5be24e8f 100644 --- a/modules/proxy/mod_proxy.c +++ b/modules/proxy/mod_proxy.c @@ -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,