manoj 99/11/23 00:30:23
Modified: . STATUS
Log:
Hmmm, turns out that the nice event library for network events on PalmOS
only applies to the wireless transceiver. Oh well, I guess select() will
have to do...
Revision Changes Path
1.18 +3 -1 apache-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-2.0/STATUS,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -u -r1.17 -r1.18
--- STATUS 1999/11/19 18:59:48 1.17
+++ STATUS 1999/11/23 08:30:21 1.18
@@ -1,5 +1,5 @@
Apache 2.0 STATUS:
-Last modified at [$Date: 1999/11/19 18:59:48 $]
+Last modified at [$Date: 1999/11/23 08:30:21 $]
Release:
@@ -19,6 +19,8 @@
* Pipes to CGI scripts are not being timed out
Status: code has been added to APR to support timing out pipes.
This needs to be used in Apache now.
+
+ * Put back resource limit code
* Port mod_rewrite
Status: Paul Reder <[EMAIL PROTECTED]> is working on this.