coar 99/06/09 11:23:39
Modified: . STATUS Log: Some updates to the status of various patches, and a note about the IE issue of replacing too-short error pages (even if CustomError generated) with its own pablum. Revision Changes Path 1.712 +29 -22 apache-1.3/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/apache-1.3/STATUS,v retrieving revision 1.711 retrieving revision 1.712 diff -u -r1.711 -r1.712 --- STATUS 1999/06/09 11:31:14 1.711 +++ STATUS 1999/06/09 18:23:38 1.712 @@ -1,5 +1,5 @@ 1.3 STATUS: - Last modified at [$Date: 1999/06/09 11:31:14 $] + Last modified at [$Date: 1999/06/09 18:23:38 $] Release: @@ -64,7 +64,7 @@ RELEASE SHOWSTOPPERS: - - graham legget has found that if he uses the 1.3.7-dev core, and + - Graham Legget has found that if he uses the 1.3.7-dev core, and the 1.3.6 proxy code (plus a small patch of his) he doesn't get the hangs he was reporting. Something is broken in the 1.3.7-dev proxy. @@ -72,19 +72,19 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * mod_rewrite/3874: RewriteLock doesn't work for virtual hosts - => When I find time, I can look at this. But I would appreciate - when someone other already can dive into this. My opinion - is already appended to the PR. -rse + Status: (Ralf): When I find time, I can look at this. But + I would appreciate when someone other already can dive into + this. My opinion is already appended to the PR. -rse * The Vary header field stuff is still broken (multiple entries occur, etc.), for instance also in mod_rewrite. - => I've already started to work on this, but I've not - finished it. I've less time... -rse + Status: (Ralf): I've already started to work on this, but + I've not finished it. I've less time... * long pathnames with many components and no AllowOverride None - Workaround is to define <Directory /> with AllowOverride None, - which is something all sites should do in any case. - Status: Marc was looking at it. + Workaround is to define <Directory /> with AllowOverride None, + which is something all sites should do in any case. + Status: Marc was looking at it. Documentation that needs writing: @@ -92,7 +92,7 @@ Available Patches: * Stipe Tolj's Cygwin32 port - PR#: 2936 + PR#: 2936 Status: Lars +1 (on concept) * Salvador Ortiz Garcia <[EMAIL PROTECTED]>' patch to allow DirectoryIndex @@ -102,24 +102,29 @@ * Ralf's [PATCH] to add EAPI (ctx, hook, mm, etc.) to the base package Message-ID: <[EMAIL PROTECTED]> - Status: Jim +1, Mark +1, Dean +1, BenH +1, Randy +1 (please choose name other than "hook") - Doug +1 on concept (untested), Lars +1 on concept + Status: Jim +1, Mark +1, Dean +1, BenH +1, + Randy +1 (please choose name other than "hook") + Doug +1 on concept (untested), Lars +1 on concept, + Ken -1 for pre-2.0 if it will force a new release of + mod_perl or mod_php in order to maintain compatibility * Tony Finch's patch to support mass virtual hosting Message-ID: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Status: Dean +1, Randy +1, Lars +1 (if someone writes the docs) Jim +1 + (On hold until Tony revamps the mass-vhosting docco) * Brian Havard's patch to remove dependency of mod_auth_dbm on mod_auth. (PR#2598) Message-ID: <[EMAIL PROTECTED]> - Status: Lars +1 (on concept) + Status: Lars +1 (on concept), Ken +1 (on concept) * Aidan Cully's patch to allow assignment of 'ownership' of resources to either the server UID or the file's owner. Message-ID: <[EMAIL PROTECTED]> Status: Ken +1, Dean +1, Randy +1, Lars +0, Jim +1 + (On hold until Aidan submits an update) * Keith Wannamaker's NT multiple services patch Message-ID: <[EMAIL PROTECTED]> @@ -138,9 +143,9 @@ request, in milli-seconds. Message-ID: PR#2838 Status: Jim +0 (as is, the patch requires rework since it needs - to be aware of NO_GETTIMEOFDAY and NO_TIMES as well as - implement a times() alternative. Not only that, but with - extended_status, we calculate this anyway). + to be aware of NO_GETTIMEOFDAY and NO_TIMES as well as + implement a times() alternative. Not only that, but with + extended_status, we calculate this anyway). * Juan Gallego's patch to add CSH-style modifiers (:h, :r, :t, :e) to mod_include's variable processing. @@ -151,8 +156,8 @@ * Eric Prud'hommeaux's mod_dir mods for file-level access control. Message-ID: <[EMAIL PROTECTED]> Status: Jim -0 (The current behavior seems logical to me. If there - was more universal interest in changing it, then that would be - a different matter). + was more universal interest in changing it, then that would be + a different matter). * Eric Prud'hommeaux's mods for practical negotiation with file level access control. @@ -187,7 +192,7 @@ MaxConnectionsPerChild or really fix it to actually count the number of requests. Lars: I think we should really fix. - Ken: Definitely fix this, otherwise an massive series of + Ken: Definitely fix this, otherwise a massive series of requests on the same connection is possible, which defeats the purpose. Jim: The main idea behind this is to avoid problems with @@ -201,7 +206,7 @@ * get_path_info bug; ap_get_remote_host should be ap_vformatter instead. See: <[EMAIL PROTECTED]> - * uri issues + * URI issues - RFC2068 requires a server to recognize its own IP addr(s) in dot notation, we do this fine if the user follows the dns-caveats documentation... we should handle it in the case the user doesn't ever @@ -238,6 +243,9 @@ Open issues: + * Should we provide a way to force CustomError responses past IE's + 'prettify-if-less-than-N-bytes' bogosity? + * there are still some PRs about inetd mode Should we deprecate "ServerType inetd" if the next release is 1.4.0? +1: Lars @@ -470,4 +478,3 @@ * apparently either "BrowserMatch" or the "nokeepalive" variable cause instability - see PR#1729. -