mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Re-instate balancer merge (for the time being) but force
persistence if the top-level server has it defined.... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1387684 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1287,7 +1287,7 @@ static int balancer_handler(request_rec *r)
|
||||
balancer->s->name + sizeof(BALANCER_PREFIX) - 1,
|
||||
"&nonce=", balancer->s->nonce,
|
||||
"'>", NULL);
|
||||
ap_rvputs(r, balancer->s->name, "</a></h3>\n", NULL);
|
||||
ap_rvputs(r, balancer->s->name, "</a> [",balancer->s->sname, "]</h3>\n", NULL);
|
||||
ap_rputs("\n\n<table><tr>"
|
||||
"<th>MaxMembers</th><th>StickySession</th><th>DisableFailover</th><th>Timeout</th><th>FailoverAttempts</th><th>Method</th>"
|
||||
"<th>Path</th><th>Active</th></tr>\n<tr>", r);
|
||||
|
Reference in New Issue
Block a user