Commit 301e4ab7 authored by Bill Stoddard's avatar Bill Stoddard
Browse files

Win32: Fix server-status 'requests currently being processed' and 'idle workers'

displays.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91637 13f79535-47bb-0310-9956-ffa450edef68
parent a112570b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1971,6 +1971,11 @@ AP_DECLARE(int) ap_mpm_run(apr_pool_t *_pconf, apr_pool_t *plog, server_rec *s )

        /* Set up the scoreboard. */
        ap_run_pre_mpm(pconf, SB_NOT_SHARED);
        /* Humm... Should we put the parent pid here? Does it matter 
         * since the scoreboard is not shared?
         */
        ap_scoreboard_image->parent[0].pid = parent_pid;
        ap_scoreboard_image->parent[0].quiescing = 0;
        if (one_process) {
            if (ap_setup_listeners(ap_server_conf) < 1) {
                return 1;