Commit 2ea4ec7f authored by Paul Querna's avatar Paul Querna
Browse files

sync with mod_status hacks in the worker mpm.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@157810 13f79535-47bb-0310-9956-ffa450edef68
parent f478720e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1066,6 +1066,8 @@ static void *APR_THREAD_FUNC worker_thread(apr_thread_t * thd, void *dummy)

    free(ti);

    ap_scoreboard_image->servers[process_slot][thread_slot].pid = ap_my_pid;
    ap_scoreboard_image->servers[process_slot][thread_slot].generation = ap_my_generation;
    ap_update_child_status_from_indexes(process_slot, thread_slot,
                                        SERVER_STARTING, NULL);