From 22cabe7dd7917620c8fa0d6c492d42bd5d482802 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Tue, 17 Sep 2013 18:31:58 +0000 Subject: [PATCH] More cool info ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1524158 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy_balancer.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/proxy/mod_proxy_balancer.c b/modules/proxy/mod_proxy_balancer.c index ddbbb9ed302..5fd9e1513c2 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++) { -- 2.47.3