From: Bill Stoddard Date: Sat, 3 Feb 2001 21:11:34 +0000 (+0000) Subject: So server-status displays "Server uptime" correctly X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bfb68032f1641bbd748dfaf9c87b27c889b60c5;p=apache 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 --- diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index 96169d0d67..8e135ebc98 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -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