rbb 99/03/18 08:55:29
Modified: . STATUS Log: Updating which modules work and which don't. Revision Changes Path 1.11 +25 -2 apache-apr/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/apache-apr/STATUS,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- STATUS 1999/02/26 19:59:13 1.10 +++ STATUS 1999/03/18 16:55:29 1.11 @@ -1,5 +1,5 @@ -Apache Portable Runtime STATUS: -Last modified at [$Date: 1999/02/26 19:59:13 $] +2Apache Portable Runtime STATUS: +Last modified at [$Date: 1999/03/18 16:55:29 $] Release: @@ -22,6 +22,29 @@ In progress: 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_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_cern_meta.c --I can't get this to work on either 1.3 or apr. + mod_mime_magic.c --Doesn't seem to work yet. More testing needed. + 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_proxy.c --Doesn't even load into the server right now + + Questionable modules: (Not tested.) + mod_log_agent.c -- Are we keeping these in 2.0 after Ken's + mod_log_referer.c -- mod_log_config changes. If yes, I'll test + -- them later. Mod_status Re-write mod_status to use updated scoreboard for hybrid server.