From: Paul Querna Date: Wed, 16 Mar 2005 21:48:57 +0000 (+0000) Subject: sync with mod_status hacks in the worker mpm. X-Git-Tag: 2.1.5~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fe9d2eba8a0910f9a25f40e22fe6c0984f83189;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/server/mpm/experimental/event/event.c b/server/mpm/experimental/event/event.c index b7ac420fb6e..2dff15e21b4 100644 --- a/server/mpm/experimental/event/event.c +++ b/server/mpm/experimental/event/event.c @@ -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);