From: Jeff Trawick Date: Fri, 7 Sep 2001 14:01:26 +0000 (+0000) Subject: We finally got APR working well enough to support buffered reading X-Git-Tag: 2.0.26~291 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7427e7c56d081c8c816811cf981ce742fa7d984;p=apache We finally got APR working well enough to support buffered reading of .var files, so the .var file issue is gone. The brokenness of the threaded MPM on FreeBSD is a FreeBSD issue, not an Apache issue, as far as anyone can tell. I don't think this should be in the STATUS file at all, unless somebody thinks we should issue a big honking warning from configure if somebody tries to enable threaded. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90954 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 180d8afcd6..4198987c63 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2001/09/07 13:53:13 $] +Last modified at [$Date: 2001/09/07 14:01:26 $] Release: @@ -34,13 +34,13 @@ on related projects: RELEASE SHOWSTOPPERS: - * mod_negotiation (?): Marc's message on 23 August 2001 about - the .var files being read one byte at a time. - [Charles Randall ] - * threaded MPM broken on FreeBSD [Charles Randall ] + Jeff says: As far as anyone can tell, it is FreeBSD which is + broken, with no apparent work-around available. Even using + prefork with a threaded APR build on FreeBSD doesn't work. + * There is a bug in how we sort some hooks, at least the pre-config hook. The first time we call the hooks, they are in the correct order, but the second time, we don't sort them correctly. Currently,