]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commitb1e828a3bfce35578acbde18857d03b2f7e797f4
treee9373fc52a5c99828dbe1c9ca1baa3a70714ee06
parente0172fec31bcb7a83d7475ed6a283eb49021e530
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