stoddard 01/02/03 13:11:34
Modified: server/mpm/winnt mpm_winnt.c
Log:
So server-status displays "Server uptime" correctly
Revision Changes Path
1.133 +1 -0 httpd-2.0/server/mpm/winnt/mpm_winnt.c
Index: mpm_winnt.c
===================================================================
RCS file: /home/cvs/httpd-2.0/server/mpm/winnt/mpm_winnt.c,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- mpm_winnt.c 2001/02/03 19:58:04 1.132
+++ mpm_winnt.c 2001/02/03 21:11:34 1.133
@@ -1240,6 +1240,7 @@
/* 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
|