mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Better naming
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728155 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1529,7 +1529,7 @@ static int balancer_handler(request_rec *r)
|
|||||||
"<th>Factor</th><th>Set</th><th>Status</th>"
|
"<th>Factor</th><th>Set</th><th>Status</th>"
|
||||||
"<th>Elected</th><th>Busy</th><th>Load</th><th>To</th><th>From</th>", r);
|
"<th>Elected</th><th>Busy</th><th>Load</th><th>To</th><th>From</th>", r);
|
||||||
if (set_worker_hc_param_f) {
|
if (set_worker_hc_param_f) {
|
||||||
ap_rputs("<th>Method</th><th>Interval</th><th>Passes</th><th>Fails</th><th>URI</th><th>Expr</th>", r);
|
ap_rputs("<th>HC Method</th><th>HC Interval</th><th>Passes</th><th>Fails</th><th>HC uri</th><th>HC Expr</th>", r);
|
||||||
}
|
}
|
||||||
ap_rputs("</tr>\n", r);
|
ap_rputs("</tr>\n", r);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user