]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update the Worker MPM+FreeBSD note. It all works under FreeBSD 5.3/5-STABLE.
authorPaul Querna <pquerna@apache.org>
Sun, 23 Jan 2005 18:30:40 +0000 (18:30 +0000)
committerPaul Querna <pquerna@apache.org>
Sun, 23 Jan 2005 18:30:40 +0000 (18:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126237 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 7528cc43f7127846925f8ef7602e6acbd515bb91..37a9b99dfe4877e5098c4701601c4b4300ccfddd 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -242,15 +242,8 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
       lost.  This might be an APR issue with how it deals with
       the child_init hook (i.e. the fcntl lock needs to be resynced).
       More examination and analysis is required.
-        Status: This has also been reported on Cygwin.
-                FreeBSD 4.7 was reputed to have 'fixed' threads.  Not.
-                FreeBSD 5.2-RC is a confirmed fix w/either libkse or libthr.
-                [libc_r, still the default, does not serve any pages w/worker;
-                 so on FreeBSD 5.2, you must use libmap.conf (see man page).]
-                Work needs to be done to get APR to try to be knowledgable that
-                libkse/libthr are acceptable.  Still not recommended for the
-                default since libc_r is still broken.
-        Message-ID: <3C2CC514.8EF3BED1@wapme-systems.de> (cygnus)
+        Status: Works with FreeBSD 5.3. Does not work in previous versions.
+                This has also been reported on Cygwin.
 
     * There is increasing demand from module writers for an API
       that will allow them to control the server à la apachectl.