Commit 080e68df authored by Bill Stoddard's avatar Bill Stoddard
Browse files

So server-status displays "Server uptime" correctly


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87969 13f79535-47bb-0310-9956-ffa450edef68
parent 7092ee75
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1240,6 +1240,7 @@ static void child_main()
    /* Set up the scoreboard. The scoreboard in this MPM only applies to the
     * child process and is not shared across processes
     */
    ap_restart_time = time(NULL);
    ap_create_scoreboard(pconf, SB_NOT_SHARED);

    /* This is the child process or we are running in single process