]> granicus.if.org Git - apache/commit
This fixes a bug in mod_status on Windows where restart time was not
authorBill Stoddard <stoddard@apache.org>
Tue, 19 Feb 2002 21:09:27 +0000 (21:09 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 19 Feb 2002 21:09:27 +0000 (21:09 +0000)
commita73efe9d578d0f5f248e309bee72e4ddb1ac7059
treee9373fc52a5c99828dbe1c9ca1baa3a70714ee06
parentcacc8eb0a21ece6e92ad3fb319cbd998055f25f1
This fixes a bug in mod_status on Windows where restart time was not
properly initialized.

Move ap_restart_time into the scoreboard global area so the child process
on non-forking platforms can have access to it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93502 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/scoreboard.h
modules/generators/mod_status.c
server/scoreboard.c