fielding 98/10/03 04:42:04
Modified: . STATUS Log: remove duplicate entry, update others Revision Changes Path 1.498 +16 -26 apache-1.3/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/apache-1.3/STATUS,v retrieving revision 1.497 retrieving revision 1.498 diff -u -r1.497 -r1.498 --- STATUS 1998/09/30 15:48:06 1.497 +++ STATUS 1998/10/03 11:42:03 1.498 @@ -26,6 +26,10 @@ Available Patches: + * Wilfredo Sanchez's [PATCH] Build outside of source tree + Message-ID: <[EMAIL PROTECTED]> + Status: Ralf +1 (conceptual, with question) + * Patches for the DSO/mod_perl problem (see below for description): Ralf's "[PATCH] Fix module init" @@ -35,13 +39,6 @@ Message-ID: <[EMAIL PROTECTED]> Status: Ralf +1, Lars +1 - * Ralf's "[PATCH] Fix module init" - This fixes the mod_so/mod_perl problems described under "FINAL RELEASE - SHOWSTOPPERS" by doing a more correct init of the modules after loading - through two new core API functions. - Message-ID: <[EMAIL PROTECTED]> - Status: Ralf +1, Lars +1 - * Paul's patch to add integrated restart/shutdown signalling (Win32) This patch make Apache listen on predictable event names to allow restarts and shutdowns to be initiated. Also adds a new command line @@ -52,17 +49,14 @@ Martin +1 (on concept; the restart switches could be added to the unix version, too) - * Lars' patch to work around a Navigator/Mozilla bug when mod_proxy - is used (broken images). - (Marc doesn't like it and I don't like it either, but people will - blame Apache for it, so...) - Message-ID: <[EMAIL PROTECTED]> - In progress: * Ken's IndexFormat enhancement to mod_autoindex to allow CustomLog-like tailoring of directory listing formats + * Roy is working on the 100 Continue problem with calls to + ap_discard_request_body() + Needs patch: * Ralf: mod_so doesn't correctly initialise modules. For instance @@ -123,6 +117,13 @@ * proxy_*_canon routines use r->proxyreq incorrectly. See <[EMAIL PROTECTED]> + * work around a Navigator/Mozilla bug when mod_proxy is used + (broken images). + Message-ID: <[EMAIL PROTECTED]> + Status: Lars' patch was vetoed. Roy and Dean think that it is + probably another buffer magic number error and should be + tested to find out and, if so, fixed like it was in core. + Open issues: * Underscores on symbols in DSO situation is broken for NetBSD: @@ -274,6 +275,8 @@ Help: + * proxy module doesn't load on Win95. Why? Good question. PR#1462. + * "Directory /", "Directory C:/" both fail to do anything, while "Directory *" SEGVs. @@ -382,16 +385,6 @@ Delayed until after 1.3.2, unless someone happens to get to it: - * Arnt Gulbrandsen <[EMAIL PROTECTED]> 03 Apr 1998 21:28:17 +0200 - <[EMAIL PROTECTED]> mod_usertrack.c patch: - The patch provides per-domain cookies (which I use to share user-ids - among the *.troll.no web servers) and configurable cookie names. It - also marginally increases the efficiency of Apache when the server - runs with DNS lookups turned off. - - Update: Dean found one part of the patch unacceptable, Arnt is in - the process of updating it. - * TZ should not be dealt with specially any longer now that we have "PassEnv". See <[EMAIL PROTECTED]> @@ -402,9 +395,6 @@ unless we warn people in big nasty letters to add PassEnv TZ to their config files "just in case" and hope they do it :) - - * proxy module doesn't load on Win95. Why? Good question. - PR#1462. * In ap_bclose() there's no test that (fb->fd != -1) -- so it's possible that it'll do something completely bogus when it's