Commit c933c9ce authored by Jeff Trawick's avatar Jeff Trawick
Browse files

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
parent 069614db
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
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 <crandall@matchlogic.com>]

    * threaded MPM broken on FreeBSD
      [Charles Randall <crandall@matchlogic.com>]

      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,