APACHE 1.3 STATUS: -*-text-*-
- Last modified at [$Date: 2002/05/15 14:37:29 $]
+ Last modified at [$Date: 2002/05/15 14:45:24 $]
Release:
Win32 specific issues:
- * Adding a tray application to the Windoze version for ease of
- status/management. (PR3594, PR4873)
- Status: It's in 2.0 - can be moved or simply built with the 1.3
- binary distribution.
-
- * chdir() for CGI scripts and mod_include #exec needs to be
- re-implemented now that CreateProcess is being used.
- Status: already resolved in Apache 2.0 using APR.
-
- * handle bugs that make it pop up errors on console, ie. segv
- equiv? Can we do this? Need to make it robust.
- This is done for mod_isapi by the ap_load_dso code on win32,
- look there for an example ... probably not appropriate everywhere,
- but only where the client is affecting the state of the machine.
- What the operator does is a different matter.
-
* rfc1413.c has static storage which won't work multithreaded
Status: this is a pretty significant rewrite. Apache 2.0 is
already using apr's network_io and threadsafe storage.