mirror of
https://github.com/apache/httpd.git
synced 2025-07-23 01:08:51 +00:00
mod_status: "Threads" span three colomns (busy, graceful, idle), not two.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919148 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -572,7 +572,7 @@ static int status_handler(request_rec *r)
|
||||
"<th rowspan=\"2\">PID</th>"
|
||||
"<th rowspan=\"2\">Stopping</th>"
|
||||
"<th colspan=\"2\">Connections</th>\n"
|
||||
"<th colspan=\"2\">Threads</th>"
|
||||
"<th colspan=\"3\">Threads</th>"
|
||||
"<th colspan=\"4\">Async connections</th></tr>\n"
|
||||
"<tr><th>total</th><th>accepting</th>"
|
||||
"<th>busy</th><th>graceful</th><th>idle</th>"
|
||||
|
Reference in New Issue
Block a user