diff options
Diffstat (limited to 'modules/generators')
-rw-r--r-- | modules/generators/mod_status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c index 99ea9969b8..f0cff67ac4 100644 --- a/modules/generators/mod_status.c +++ b/modules/generators/mod_status.c @@ -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>" |