Apache 2.0 STATUS:
-Last modified at [$Date: 1999/11/11 13:21:10 $]
+Last modified at [$Date: 1999/11/16 15:11:51 $]
Release:
Status: Bill <stoddard@raleigh.ibm.com> is working on this
* Pipes to CGI scripts are not being timed out
- Status:
+ Status: code has been added to APR to support timing out pipes.
+ This needs to be used in Apache now.
* Port mod_rewrite
Status: Paul Reder <rederpj@raleigh.ibm.com> is working on this.
* Current 2.0 code is not tested on many Unix platforms. Make 2.0
work on most, if not all the systems 1.3 did
-
Status: Autoconf and APR will get us most of the way there.
* The module API is a weird combination of the old table and the new
* Move I/O layering into APR.
- * APR'ize I/O layering. iol is using native sockets now, which is the source of
- the double close problem Manoj ran into.
-
* There are still a number of places in the code where we are loosing error
status (i.e. throwing away the error returned by a system call and replacing
it with a generic error code)