diff options
author | Ryan Bloom <rbb@apache.org> | 2001-02-06 21:47:07 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-02-06 21:47:07 +0100 |
commit | 2308d738b571dedf49ffa84fe0c8c40f96ef47e0 (patch) | |
tree | d174c3e37de6fbf2edf7b586a5722905afe56e7a /STATUS | |
parent | Setup the server start time correctly. This also gets the server uptime (diff) | |
download | apache2-2308d738b571dedf49ffa84fe0c8c40f96ef47e0.tar.xz apache2-2308d738b571dedf49ffa84fe0c8c40f96ef47e0.zip |
Remove some STATUS items that relate to the scoreboard API. These were
fixed with the mod_status changes last week.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87995 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | STATUS | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/01/26 17:54:03 $] +Last modified at [$Date: 2001/02/06 20:47:07 $] Release: @@ -103,9 +103,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * Combine log_child and piped_log_spawn. Clean up http_log.c. Common logging API. - * Create unified scoreboard API and implementation shared across - the MPMs - * Document mod_file_cache. * OS/2: Get loadable modules working again. Requires shared core support @@ -138,10 +135,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: system call and replacing it with a generic error code) * Win32: Implement reliable piped logs on Windows - - * The connection status table is not very efficient. Also, very few stats - are exported to the connection status table (easy to fix), and mod_status - is ugly. * Mass vhosting version of suEXEC. |