From: Jim Jagielski Date: Tue, 17 Sep 2013 18:31:58 +0000 (+0000) Subject: More cool info ;) X-Git-Tag: 2.5.0-alpha~5051 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4437505231dba5f99ece4e06ff4392037770fe2;p=apache More cool info ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1524158 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_balancer.c b/modules/proxy/mod_proxy_balancer.c index ddbbb9ed30..5fd9e1513c 100644 --- a/modules/proxy/mod_proxy_balancer.c +++ b/modules/proxy/mod_proxy_balancer.c @@ -1466,6 +1466,10 @@ static int balancer_handler(request_rec *r) ap_get_server_built(), "\n", NULL); ap_rvputs(r, "
Balancer changes will ", conf->bal_persist ? "" : "NOT ", "be persisted on restart.
", NULL); + ap_rvputs(r, "
Balancers are ", conf->inherit ? "" : "NOT ", + "inherited from main server.
", NULL); + ap_rvputs(r, "
ProxyPass settings are ", conf->ppinherit ? "" : "NOT ", + "inherited from main server.
", NULL); ap_rputs("\n", r); balancer = (proxy_balancer *)conf->balancers->elts; for (i = 0; i < conf->balancers->nelts; i++) {