rbb 99/03/22 07:54:57
Modified: . STATUS
Log:
Updating the STATUS file again.
Revision Changes Path
1.15 +12 -14 apache-apr/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-apr/STATUS,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- STATUS 1999/03/19 16:32:15 1.14
+++ STATUS 1999/03/22 15:54:56 1.15
@@ -1,5 +1,5 @@
Apache Portable Runtime STATUS:
-Last modified at [$Date: 1999/03/19 16:32:15 $]
+Last modified at [$Date: 1999/03/22 15:54:56 $]
Release:
@@ -26,22 +26,11 @@
Modules
Ensure thread safety. Does not include mod_proxy, yet.
- Modules that work:
- mod_env.c mod_negotiation.c mod_autoindex.c mod_dir.c mod_cgi.c
- mod_actions.c mod_speling.c mod_userdir.c mod_alias.c
- mod_expires.c mod_headers.c mod_so.c mod_setenvif.c
- mod_auth_anon.c mod_access.c mod_include.c mod_imap.c
- mod_log_config.c mod_asis.c mod_rewrite.c mod_mime.c
- mod_usertrack.c mod_unique_id.c mod_cern_meta.c
- mod_auth.c (I'm assuming mod_auth* also work)
-
Modules that don't work:
- mod_status.c -- updating the look needs to be finished
- mod_mime_magic.c --Doesn't seem to work yet. More testing needed.
+ mod_status.c --updating the look needs to be finished
mod_digest.c --Anybody have a client that can transmit Digest
Auth?
- mod_info.c --DOES NOT WORK AT ALL! One of the worker
- threads actually becomes a zombie!
+ mod_info.c --DOES NOT WORK AT ALL!
mod_proxy.c --Doesn't even load into the server right now
Questionable modules: (Not tested.)
@@ -96,4 +85,13 @@
Timeouts. (only soft timeouts)
Keepalive and Initail Conection timeouts are done. Are there others?
CGI?
+ Modules that work:
+ mod_env.c mod_negotiation.c mod_autoindex.c mod_dir.c mod_cgi.c
+ mod_actions.c mod_speling.c mod_userdir.c mod_alias.c
+ mod_expires.c mod_headers.c mod_so.c mod_setenvif.c
+ mod_auth_anon.c mod_access.c mod_include.c mod_imap.c
+ mod_log_config.c mod_asis.c mod_rewrite.c mod_mime.c
+ mod_usertrack.c mod_unique_id.c mod_cern_meta.c
+ mod_auth.c (I'm assuming mod_auth* also work)
+ mod_mime_magic.c