1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00

Lay it on the table

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87680 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2001-01-13 04:26:04 +00:00
parent d552489474
commit cc64de8fdf

18
STATUS
View File

@@ -1,5 +1,5 @@
APACHE 2.0 STATUS: -*-text-*-
Last modified at [$Date: 2001/01/12 14:32:38 $]
Last modified at [$Date: 2001/01/13 04:26:04 $]
Release:
@@ -17,6 +17,15 @@ Release:
RELEASE SHOWSTOPPERS:
WARNING: ALWAYS check srclib/apr/STATUS and srclib/apr-util/STATUS
* Generic Hooks are absolutely wrong in linkage, they are declared as
exported from APU, but actually exported from modules. This needs
heavy fixup, which Bill will do on the plane tommorow. The actual
'Apache' declaration is in Apache's files, with the 'explicit linkage'
flavor in apr-util. (Unless you folks will finally buckle and accept
the linkspec in hook declarations. I'm not holding my breath.)
* Root all file systems with <Directory /> for WIN32/OS2/NW permissions
Status: patch brought forward from 1.3.14
WIN32 and OS2 need review [William Rowe, Brian Harvard]
@@ -26,7 +35,7 @@ RELEASE SHOWSTOPPERS:
and *not* translated on ASCII machines.
* Win32: Enable the Windows MPM to honor max_requests_per_child
Status: Bill will fix this.
Status: FirstBill will fix this?
* Win32: Get Apache working on Windows 95/98. The following work
(at least) needs to be done:
@@ -49,7 +58,7 @@ RELEASE SHOWSTOPPERS:
Problems to fix in the revamp: -k shutdown/restart are broken,
signals are not being acknowledged. Close window and shutdown
also seem out of sorts.
OtherBill is working on this
OtherBill is working on this and will finish over the weekend.
* We need a thread-safe resolver, at least on Unix.
Status: The best known candidate would be something from
@@ -121,10 +130,13 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
* Win32: Win9x console window still won't play nice with the
close window, logoff and shutdown scenarios.
Status: OtherBill will move the patch forward from 1.3.15, once we
get our other Win9x issues solved.
* Win32: Add a simple hold console open patch (wait for close or
the ESC key, with a nice message) if the server died a bad
death (non-zero exit code) in console mode.
Status: OtherBill is bringing forward same ugly hack from 1.3.13
* Platforms that do not support fork (primarily Win32 and AS/400)
Architect start-up code that avoids initializing all the modules