From 0bfb68032f1641bbd748dfaf9c87b27c889b60c5 Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Sat, 3 Feb 2001 21:11:34 +0000 Subject: [PATCH] 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 --- server/mpm/winnt/mpm_winnt.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1