summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2005-12-16 20:28:43 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2005-12-16 20:28:43 +0000
commit8766aa95fbb4556be38e210b90fcda0b393234d7 (patch)
tree30b02b6f5b1d392fb670de60881bda9189d639bd
parent03d5a7e48601a5871f53ddb1ea64155fc1fbd039 (diff)
downloadhttpd-8766aa95fbb4556be38e210b90fcda0b393234d7.tar.gz
New Win32 9x efforts are a nonstarter.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@357223 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS8
1 files changed, 0 insertions, 8 deletions
diff --git a/STATUS b/STATUS
index b4bf202572..6601e37782 100644
--- a/STATUS
+++ b/STATUS
@@ -328,14 +328,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
* callers of ap_run_create_request() should check the return value
for failure (Doug volunteers)
- * Win32: Get Apache working on Windows 95/98. The following work
- (at least) needs to be done:
- - Document warning that OSR2 is required (for Crypt functions, in
- rand.c, at least.) This could be resolved with an SSL library, or
- randomization in APR itself.
- - Bring the Win9xConHook.dll from 1.3 into 2.0 (no sense till it
- actually works) and add in a splash of Win9x service code.
-
* Fix the worker MPM to use POD to kill child processes instead
of ap_os_killpg, regardless of how they should die.