diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c index 8e2c22e33a..6f143340e1 100644 --- a/modules/generators/mod_status.c +++ b/modules/generators/mod_status.c @@ -373,9 +373,10 @@ static int status_handler(request_rec *r) if (!short_report) { ap_rputs(DOCTYPE_HTML_3_2 - "
\nScoreboard Key:
\n", r);
- ap_rputs("\"_
\" Waiting for Connection, \n", r);
- ap_rputs("\"S
\" Starting up, \n", r);
- ap_rputs("\"R
\" Reading Request,
\n", r);
- ap_rputs("\"W
\" Sending Reply, \n", r);
- ap_rputs("\"K
\" Keepalive (read), \n", r);
- ap_rputs("\"D
\" DNS Lookup,
\n", r);
- ap_rputs("\"C
\" Closing connection, \n", r);
- ap_rputs("\"L
\" Logging, \n", r);
- ap_rputs("\"G
\" Gracefully finishing,
\n", r);
- ap_rputs("\"I
\" Idle cleanup of worker, \n", r);
- ap_rputs("\".
\" Open slot with no current process,
\n", r);
- ap_rputs("
Scoreboard Key:
\n"
+ "\"_
\" Waiting for Connection, \n"
+ "\"S
\" Starting up, \n"
+ "\"R
\" Reading Request,
\n"
+ "\"W
\" Sending Reply, \n"
+ "\"K
\" Keepalive (read), \n"
+ "\"D
\" DNS Lookup,
\n"
+ "\"C
\" Closing connection, \n"
+ "\"L
\" Logging, \n"
+ "\"G
\" Gracefully finishing,
\n"
+ "\"I
\" Idle cleanup of worker, \n"
+ "\".
\" Open slot with no current process,
\n"
+ "
\n", r); + ap_rputs("PID Key:\n", r); } }
\n" + "\n", r); for (i = 0; i < server_limit; ++i) { for (j = 0; j < thread_limit; ++j) { int indx = (i * thread_limit) + j; @@ -524,8 +525,8 @@ static int status_handler(request_rec *r) } } - ap_rputs("\n", r); - ap_rputs("\n", r); + ap_rputs("\n" + "