Index: server/scoreboard.c =================================================================== --- server/scoreboard.c (revision 1740388) +++ server/scoreboard.c (working copy) @@ -493,6 +493,12 @@ static int update_child_status_internal(int child_ ws->conn_bytes = 0; ws->last_used = apr_time_now(); } + else if (old_status == SERVER_READY) { + ws->protocol[0] = '\0'; + ws->request[0] = '\0'; + ws->client[0] = '\0'; + ws->vhost[0] = '\0'; + } if (descr) { apr_cpystrn(ws->request, descr, sizeof(ws->request));