]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_status: "Threads" span three colomns (busy, graceful, idle), not two.
authorYann Ylavic <ylavic@apache.org>
Thu, 11 Jul 2024 14:57:46 +0000 (14:57 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 11 Jul 2024 14:57:46 +0000 (14:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919148 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_status.c

index 99ea9969b828e1d3e2fd7d42a0347a782d39ea8f..f0cff67ac4581ddcfe680ea896a3368366951022 100644 (file)
@@ -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>"