STATUS revision 410912d9cb56a09a74f8655647ed9e81d49023f4
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'AmoreAPACHE 2.0 STATUS: -*-text-*-
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'AmoreLast modified at [$Date: 2001/08/10 20:16:54 $]
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0.23 : tagged August 7, 2001
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0.22 : rolled July 29, 2001
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0.21 : rolled July 20, 2001
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0.20 : rolled July 8, 2001
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0.19 : rolled June 27, 2001
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0.18 : rolled May 18, 2001
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0.17 : rolled April 17, 2001
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0.16 : rolled April 4, 2001
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0.15 : rolled March 21, 2001
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0.14 : rolled March 7, 2001
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0a9 : released December 12, 2000
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0a8 : released November 20, 2000
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0a7 : released October 8, 2000
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0a6 : released August 18, 2000
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0a5 : released August 4, 2000
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0a4 : released June 7, 2000
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0a3 : released April 28, 2000
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0a2 : released March 31, 2000
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore 2.0a1 : released March 10, 2000
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'AmorePlease consult the following STATUS files for information
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amoreon related projects:
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'AmoreRELEASE SHOWSTOPPERS:
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore * There is a bug in how we sort some hooks, at least the pre-config
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore hook. The first time we call the hooks, they are in the correct
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore order, but the second time, we don't sort them correctly. Currently,
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore the modules/http/config.m4 file has been renamed to
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore modules/http/config2.m4 to work around this problem, it should moved
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore back when this is fixed. rbb
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore * The AddInputFilter and AddOutputFilter directives do not allow the
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore administrator to remove or reorder filters. Once a filter is added
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore in a container, it is present in any subcontainers. It can only be
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore added to the filter chain after any filters specified in enclosing
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore * remove the --disable-shared from the subdir config of APR(UTIL)
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore before the final release. (in fact, it might even be nice to
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore allow for Apache config/build against an already-installed
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore Note: we need to do a "make install" for APR(UTIL) so the shared
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore libraries can be installed properly. We could also use that
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore point to install include files (rather than have Apache
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore know everything that needs to be installed from the
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore sub-packages). The original impetus for doing the
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore disable-shared was because the shared lib wasn't getting
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore installed and a "make clean" in aprutil would make Apache
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore fail to load.
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore * ap_vrprintf() needs to handle more than 4K
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore Status: Greg volunteers
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore * mod_dir should normally redirect ALL directory requests which do
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore not include a trailing slash on the URI. However, if a "notes"
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore flag is set (say, via BrowserMatch), this behavior will be
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore disabled for non-GET requests.
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore Status: Greg volunteers
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore MsgId: <20010227104646.E2297@lyra.org>
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore MsgId: <3A9C0097.9C83F07C@Golux.Com>
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore * mod_negotiation will not serve a request when an early extention
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore is understood, but a later extention is not. e.g. if the request
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore index.html.bak is recieved, and negotition could find the file
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore index.html.bak.en, it still won't be served because the
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore ap-mime-exception-list will contain "index" and "bak", and the
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore string "index.bak" doesn't match "index.html.bak". Need to
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore review the ap-mime-exception-list component by component to be
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore allow these cases. [This could be part of a patch to allow the
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore name index.bak in the case above to match index.html.bak.en]
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore * mod_negotiation needs a new option or directive, something like
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore ForceLanguagePriority, to fall back to the LanguagePriority
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore directive instead of returning a "no acceptable variant" error.
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore * Usability: Sanitize the MPM config directives. MaxClients in
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore the threaded MPM is totally misleading now as it has little to
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore do with limiting the number of clients (it limits the number
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore of child processes). Bill proposed nomenclature change to
you access bugs.apache.org, then click on the "search the bug db"
The current porting state is summarized in modules/ssl/README. The next
modules/ssl/README can be ported.
modules/ssl/. Do whatever you think is appropriate to get it
#if 0...endif wrapped to not make trouble for you.
malloc/free calls in the bucket brigade code. Need some
for this. First step is to s/malloc/apr_sms_malloc/g, etc.
"Apache" layout from config.layout, and each variable settable
* 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.
* 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
* shift stuff to mod_core.h
process (e.g., mutex init failure), other children (cgid, at least)
rand.c, at least.) This could be resolved with an SSL library, or
- Bring the Win9xConHook.dll from 1.3 into 2.0 (no sense till it
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
* orig_ct in the byterange/multipart handling may not be