APACHE 1.3 STATUS: -*-text-*-
- Last modified at [$Date: 2001/09/26 18:22:06 $]
+ Last modified at [$Date: 2001/10/02 17:26:29 $]
Release:
RELEASE SHOWSTOPPERS:
- Netware, OS2, MPE and Win32 enabled unique_id's aren't unique.
- OtherBill will offer Win32 gettid() if it doesn't exist, suggests
- the same on all three plaforms to make this consistent.
- Status: is a gettid()-style patch available?
-
- Netware, OS2, and Win32 have a broken vhost_alias module.
- Status: OtherBill will fix by Wednesday. [That's a period there]
+ Netware, OS2, and MPE may require gettid() and tid_t definitions in
+ those platforms' os.h headers for mod_unique_id.
+ Status: Win32 OK. Netware ??. OS2 ??. MPE ??.
Security issues posted to the appropriate list.
+ Status: some applied
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
In progress:
- * Doug MacEachern's libapr - Generic Apache Request Library (Alpha)
- This package contains modules for manipulating client request data
- via the Apache API with Perl and C.
- Status: http://perl.apache.org/dist/ (look for the latest libapr-* file)
-
* David Harris' note of odd size memory allocations. Dean notes
that this is due to BLOCK_MIN_ALLOC. Should we reduce it to 1024?
Discussion in thread following message-ID below.
* 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
- -0: Martin (ISTR someone volunteered to "keep it working". I fear
- some exotic platforms may require it)
-
* general/3787: SERVER_PORT is always 80 if client comes to any port
=> needs review by the protocol guys, I think.
but only where the client is affecting the state of the machine.
What the operator does is a different matter.
- * install
- - make installshield work
- - config in cvs tree?
- - install docs, etc.?
- - location for install
-
* the mutex should be critical-regions, since the current design
is creating a mess of SO calls that are unnecessary
- * performance
-
* rfc1413.c has static storage which won't work multithreaded
* apparently either "BrowserMatch" or the "nokeepalive" variable
Changes with Apache 1.3.21
+ *) Enabled Win32/OS2/Netware file paths (not / rooted, but c:/ rooted)
+ as arguments for mod_vhost_alias'es directives. [William Rowe]
+
+ *) Changes for Win32 to assure mod_unique_id's UNIQUE_ID strings really
+ are unique between threads. [William Rowe]
+
*) mod_proxy - fix for Pragma: nocache (HTTP/1.0 only)
[Kim Bisgaard <kib@dmi.dk>] PR #5668