From 94743e8f7b3a7f3ebb183be6e585659b4503fc06 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Wed, 6 Jun 2007 20:02:56 +0000 Subject: [PATCH] * Preset the form fields for route and redirect with the values of the active configuration in the scoreboard and not with the ones loaded from the configuration files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@544930 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy_balancer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/proxy/mod_proxy_balancer.c b/modules/proxy/mod_proxy_balancer.c index 63e5ca808f..c82e24aecb 100644 --- a/modules/proxy/mod_proxy_balancer.c +++ b/modules/proxy/mod_proxy_balancer.c @@ -816,10 +816,10 @@ static int balancer_handler(request_rec *r) ap_rputs("LB Set:\n", wsel->s->lbset); ap_rputs("Route:route, NULL); + ap_rvputs(r, "value=\"", wsel->s->route, NULL); ap_rputs("\">\n", r); ap_rputs("Route Redirect:redirect, NULL); + ap_rvputs(r, "value=\"", wsel->s->redirect, NULL); ap_rputs("\">\n", r); ap_rputs("Status:Disabled: s->status & PROXY_WORKER_DISABLED) -- 2.40.0