STATUS revision d2e443764d6855a4a06c8eb2b7708ab9b465ddee
75569c1406d28e015f0c66ad03b5369377ca8e0akdApache 2.0 STATUS:
75569c1406d28e015f0c66ad03b5369377ca8e0akdLast modified at [$Date: 2000/11/14 02:42:51 $]
75569c1406d28e015f0c66ad03b5369377ca8e0akd 2.0a8 : ???
75569c1406d28e015f0c66ad03b5369377ca8e0akd 2.0a7 : released October 8, 2000
75569c1406d28e015f0c66ad03b5369377ca8e0akd 2.0a6 : released August 18, 2000
75569c1406d28e015f0c66ad03b5369377ca8e0akd 2.0a5 : released August 4, 2000
75569c1406d28e015f0c66ad03b5369377ca8e0akd 2.0a4 : released June 7, 2000
75569c1406d28e015f0c66ad03b5369377ca8e0akd 2.0a3 : released April 28, 2000
75569c1406d28e015f0c66ad03b5369377ca8e0akd 2.0a2 : released March 31, 2000
75569c1406d28e015f0c66ad03b5369377ca8e0akd 2.0a1 : released March 10, 2000
75569c1406d28e015f0c66ad03b5369377ca8e0akdRELEASE SHOWSTOPPERS:
75569c1406d28e015f0c66ad03b5369377ca8e0akd * Root all file systems with <Directory /> for WIN32/OS2/NW permissions
75569c1406d28e015f0c66ad03b5369377ca8e0akd Status: patch brought forward from 1.3.14
75569c1406d28e015f0c66ad03b5369377ca8e0akd WIN32 and OS2 need review [William Rowe, Brian Harvard]
75569c1406d28e015f0c66ad03b5369377ca8e0akd * Remove Buff from the code.
75569c1406d28e015f0c66ad03b5369377ca8e0akd Status: Buff has been removed from the core completely, but the
75569c1406d28e015f0c66ad03b5369377ca8e0akd proxy module is still using it. As soon as the new proxy
75569c1406d28e015f0c66ad03b5369377ca8e0akd patches are committed, Buff should be removed from the proxy
75569c1406d28e015f0c66ad03b5369377ca8e0akd * Error messages are filtered according to the needs of the original
75569c1406d28e015f0c66ad03b5369377ca8e0akd URI. Nothing ensures that they are translated on EBCDIC machines
75569c1406d28e015f0c66ad03b5369377ca8e0akd and *not* translated on ASCII machines.
75569c1406d28e015f0c66ad03b5369377ca8e0akd * Win32: Enable the Windows MPM to honor max_requests_per_child
75569c1406d28e015f0c66ad03b5369377ca8e0akd Status: Bill will fix this.
75569c1406d28e015f0c66ad03b5369377ca8e0akd * Win32: Get Apache working on Windows 95/98. The following work
75569c1406d28e015f0c66ad03b5369377ca8e0akd (at least) needs to be done:
75569c1406d28e015f0c66ad03b5369377ca8e0akd - winnt MPM: Fix 95/98 code paths in the winnt MPM. There is some NT
75569c1406d28e015f0c66ad03b5369377ca8e0akd specific code that is still not in NT only code paths
75569c1406d28e015f0c66ad03b5369377ca8e0akd - IOL binds to APR sendfile, implemented with TransmitFile, which
75569c1406d28e015f0c66ad03b5369377ca8e0akd is not available on 95/98.
75569c1406d28e015f0c66ad03b5369377ca8e0akd - Document warning that OSR2 is required (for Crypt functions, in
75569c1406d28e015f0c66ad03b5369377ca8e0akd rand.c, at least.)
75569c1406d28e015f0c66ad03b5369377ca8e0akd * Win32: Test access logging with multiple threads. Will the
75569c1406d28e015f0c66ad03b5369377ca8e0akd native file I/O calls serialize automagically like the
75569c1406d28e015f0c66ad03b5369377ca8e0akd CRT calls or do we need to add region locking each time
75569c1406d28e015f0c66ad03b5369377ca8e0akd we access the logs?
75569c1406d28e015f0c66ad03b5369377ca8e0akd * Win32: Complete the revamp the service environment and relocation
75569c1406d28e015f0c66ad03b5369377ca8e0akd into the WinNT MPM. Changes ServerRoot service registry
75569c1406d28e015f0c66ad03b5369377ca8e0akd parameter into ConfigArgs for multiple service startup parameters.
75569c1406d28e015f0c66ad03b5369377ca8e0akd Problems to fix in the revamp: -k shutdown/restart are broken,
75569c1406d28e015f0c66ad03b5369377ca8e0akd signals are not being acknowledged. Close window and shutdown
75569c1406d28e015f0c66ad03b5369377ca8e0akd also seem out of sorts.
75569c1406d28e015f0c66ad03b5369377ca8e0akd OtherBill is working on this
75569c1406d28e015f0c66ad03b5369377ca8e0akd * We need a thread-safe resolver, at least on Unix.
75569c1406d28e015f0c66ad03b5369377ca8e0akd Status: The best known candidate would be something from
75569c1406d28e015f0c66ad03b5369377ca8e0akd Status: Greg asks, "why? doesn't gethostbyname_r() handle this?"
940d71d237794874e18a0eb72f6564821a823517eschrock * Modify mod_cgi and mod_cgid to deal with directories. This allows
940d71d237794874e18a0eb72f6564821a823517eschrock a lot of directives to be removed from the core.
* Combine log_child and piped_log_spawn. Clean up http_log.c.
* Win32: Migrate the MPM over to use APR thread/process calls. This
losing error status (i.e. throwing away the error returned by a
* All DBMs suffer from confusion in support/dbmmanage (perl script) since
for predictable mod_auth_db/dbm administration.
- fix and re-enable sdbm_lock.c
* Explore use of a post-config hook for the code in http_main.c which
* (possibly) use UUIDs in mod_unique_id and/or mod_usertrack
Using NIS passwd.byname dbm files with AuthDBMUserFile
setlogin() is not called, causing problems with e.g. identd
add allow,deny/deny,allow warning to mod_access
A small addition to rotatelogs.c to improve program functionality.
Feedback/Comment on APACI
Inclusion of RPM spec file in CVS/distributions
No way to change ReadmeName/HeaderName suffixes.
MIME types for MNG and JNG files need adding to mime.types and
the mime.types and magic files
obsolete directives in core.html to the MPM documentation.
* Revise manual/stopping.html and the last part of
manual/misc/perf-tuning.html to take account of the MPMs.
* Is conf/highperformance.conf-dist obsolete? It looks obsolete.