]> granicus.if.org Git - apache/blob - STATUS
Submitted for your consideration.
[apache] / STATUS
1 APACHE 2.0 STATUS:                                              -*-text-*-
2 Last modified at [$Date: 2002/10/28 04:35:47 $]
3
4 Release:
5
6     2.0.44  : in development
7     2.0.43  : rolled October 2, 2002
8     2.0.42  : released September 24, 2002 as GA.
9     2.0.41  : rolled September 16, 2002.  not released.
10     2.0.40  : released August 9, 2002 as GA.
11     2.0.39  : released June 17, 2002 as GA.
12     2.0.38  : rolled June 16, 2002.  not released.
13     2.0.37  : rolled June 11, 2002.  not released.
14     2.0.36  : released May 6, 2002 as GA.
15     2.0.35  : released April 5, 2002 as GA.
16     2.0.34  : tagged March 26, 2002.
17     2.0.33  : tagged March 6, 2002.  not released.
18     2.0.32  : released Feburary 16, 2002 as beta.
19     2.0.31  : rolled Feburary 1, 2002.  not released.
20     2.0.30  : tagged January 8, 2002.  not rolled.
21     2.0.29  : tagged November 27, 2001.  not rolled.
22     2.0.28  : released November 13, 2001 as beta.
23     2.0.27  : rolled November 6, 2001
24     2.0.26  : tagged October 16, 2001.  not rolled.
25     2.0.25  : rolled August 29, 2001
26     2.0.24  : rolled August 18, 2001
27     2.0.23  : rolled August 9, 2001
28     2.0.22  : rolled July 29, 2001
29     2.0.21  : rolled July 20, 2001
30     2.0.20  : rolled July 8, 2001
31     2.0.19  : rolled June 27, 2001
32     2.0.18  : rolled May 18, 2001
33     2.0.17  : rolled April 17, 2001
34     2.0.16  : rolled April 4, 2001
35     2.0.15  : rolled March 21, 2001
36     2.0.14  : rolled March 7, 2001
37     2.0a9   : released December 12, 2000
38     2.0a8   : released November 20, 2000
39     2.0a7   : released October 8, 2000
40     2.0a6   : released August 18, 2000
41     2.0a5   : released August 4, 2000
42     2.0a4   : released June 7, 2000
43     2.0a3   : released April 28, 2000
44     2.0a2   : released March 31, 2000
45     2.0a1   : released March 10, 2000
46
47 Please consult the following STATUS files for information
48 on related projects:
49
50     * srclib/apr/STATUS
51     * srclib/apr-util/STATUS
52     * docs/STATUS
53
54 Contributors looking for a mission:
55
56     * just do an egrep on "TODO" and see what's there
57
58
59 CURRENT RELEASE NOTES:
60
61
62 RELEASE SHOWSTOPPERS:
63
64
65 CURRENT VOTES:
66
67     * Adopt backwards compatibility for future Apache 2.0 releases
68       such that MMN changes and eliminating non-experimental modules 
69       are deferred for the next minor version bump (e.g. 2.1, 2.2 
70       or 3.0).
71         +1: wrowe
72          0: 
73         -1: 
74
75     * Defer the Auth module overhaul to the next minor version bump
76       (e.g. 2.1, 2.2, 3.0) on the condition that forward compatibility
77       resolution is adopted.
78         +1: wrowe
79          0: 
80         -1: 
81
82     * Adopt an even/odd release paradigm (see VERSIONING) such that
83       even numbered releases are stable, and odd numbered releases 
84       are development efforts, keeping in the tradition of Linux, 
85       Perl, etc.  In pratical terms, this implies C-T-R-T-C, where
86       patches are (generally) first applied to the development branch,
87       tested, and then (after vote) applied to the stable branch.
88         +1: wrowe
89          0: 
90         -1: 
91
92     * Branch APACHE_2_0_BRANCH today, changing the version in CVS HEAD
93       to 2.1.0-dev.
94         +1 [from APACHE_2_0_43]: wrowe
95         +1 [from HEAD]: 
96          0: 
97         -1: 
98
99     * httpd-std.conf and friends
100
101       a) httpd-std.conf should be tailored by install (from src or
102          binbuild) even if user has existing httpd.conf
103          +1:   trawick, slive, gregames, ianh, Ken
104
105       b) tailored httpd-std.conf should be copied by install to
106          sysconfdir/examples
107          -0:   striker
108
109       c) tailored httpd-std.conf should be installed to
110          sysconfdir/examples or manualdir/exampleconf/
111          +1:   slive, trawick, Ken
112
113       d) Installing a set of default config files when upgrading a server
114          doesn't make ANY sense at all.
115          +1:   striker
116            ianh - medium/big sites don't use 'standard config' anyway, as it
117                   usually needs major customizations
118          -1:   Ken
119
120     * If the parent process dies, should the remaining child processes
121       "gracefully" self-terminate. Or maybe we should make it a runtime
122       option, or have a concept of 2 parent processes (one being a 
123       "hot spare").
124       See: Message-ID: <3C58232C.FE91F19F@Golux.Com>
125
126       Self-destruct: Ken, Martin
127       Not self-destruct: BrianP, Ian, Cliff, BillS
128       Make it runtime configurable: Aaron, Jim, Justin
129       Have 2 parents: +1: Jim
130                       -1: Justin, wrowe [for 2.0]
131                       +0: Martin (while standing by, could it do
132                                   something useful?)
133
134     * Make the worker MPM the default MPM for threaded Unix boxes.
135       +1:   Justin, Ian, Cliff, BillS, striker
136       +0:   BrianP, Aaron (mutex contention is looking better with the
137             latest code, let's continue tuning and testing)
138       -0:   Lars
139
140 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
141
142     * There is a bug in how we sort some hooks, at least the pre-config
143       hook.  The first time we call the hooks, they are in the correct 
144       order, but the second time, we don't sort them correctly.  Currently,
145       the modules/http/config.m4 file has been renamed to 
146       modules/http/config2.m4 to work around this problem, it should moved
147       back when this is fixed.
148
149         OtherBill offers that this is a SERIOUS problem.  We do not sort
150         correctly by the ordering arguments passed to the register hook
151         functions.  This was proven when I reordered the open_logs hook
152         to attempt to open the error logs prior to the access logs.  Possibly
153         the entire sorting code needs to be refactored.
154
155     * pipes deadlock on all platforms with limited pipe buffers (e.g. both
156       Linux and Win32, as opposed to only Win32 on 1.3).  The right solution
157       is either GStein's proposal for a "CGI Brigade", or OtherBill's proposal
158       for "Poll Buckets" for "Polling Filter Chains".
159
160     * server pushed CGI's not working.
161       This might be an interaction with the above pipes deadlock issue.
162       PR: 8482
163       Message-ID: <3CE15B85.2FF45121@apache.org>
164
165     * All handlers should always send content down even if r->header_only
166       is set.  If not, it means that the HEAD requests don't generate the
167       same headers as a GET which is wrong.
168
169     * HP/UX 10.20: compile breakage in APR.  Looks like it should be easy
170       to fix, probably just some extraneous #include's that are fouling
171       things up.
172       PR: 9457
173       Jeff: See my reply and patch in the PR (and previous commit to
174       stop using "pipe" as a field name).  If patch is committed, we
175       should be okay.  I'll wait to see if the user tests the patch.
176       Update by Jeff 20020722: I got an account on HP 10.20.  It looks
177       like some of the APR thread detection is screwed up.  If we find
178       pthread.h but we can't compile the pthread test program we still
179       think we can use threads.  For that reason, the patch I posted
180       to the PR won't work as-is since a failed compile of the test
181       program means nothing.
182
183     * exec cmd and suexec arg-passing enhancements
184       Status: Patches proposed
185       Message-ID: <20020526041748.A29148@prodigy.Redbrick.DCU.IE>
186       (see the "proc.patch" and "suexec-shell.patch" links in this message)
187
188     * The 2.0.36 worker MPM graceless shutdown changes work but are
189       a bit clunky on some platforms; eg, on Linux, the loop to
190       join each worker thread seems to hang, and the parent ends up
191       killing off the child with SIGKILL.  But at least it shuts down.
192
193     * --enable-mods-shared="foo1 foo2" is busted on Darwin.  Pier
194         posted a patch (Message-ID: <B8DBBE8D.575A%pier@betaversion.org>).
195
196     * We do not properly substitute the prefix-variables in the configuration
197       scripts or generated-configs.  (i.e. if sysconfdir is etc,
198       httpd-std.conf points to conf.)
199
200     * If any request gets through ap_process_request_internal() and is
201       scheduled to be served by the core handler, without a flag that this 
202       r->filename was tested by dir/file_walk, we need to 500 at the very 
203       end of the ap_process_request_internal() processing so sub_req-esters
204       know this request cannot be run.  This provides authors of older 
205       modules better compatibility, while still improving the security and 
206       robustness of 2.0. 
207
208         Status: still need to decide where this goes, OtherBill comments...
209         Message-ID: <065701c14526$495203b0$96c0b0d0@roweclan.net>
210         [Deleted comments regarding the ap_run_handler phase, as irrelevant
211             as BillS points out that "common case will be caught in
212             default_handler already (with the r->finfo.filetype == 0 check)"
213             and the issue is detecting this -before- we try to run the req.]
214
215         gregames says: can this happen somehow without a broken module
216             being involved?  If not, why waste cycles trying to defend against
217             potential broken modules?  It seems futile.
218         wrowe counters: no, it shouldn't happen unless the module is broken.
219             But the right answer is to fail the request up-front in dir/file
220             walk if the path was entirely invalid; and we can't do that either
221             UNTIL 2.1 or we break modules that haven't hooked map_to_storage.
222
223     * Rewrite core_output_filter. It is nearly impossible to support
224       it with predictable results as it is implemented now.
225
226     * With AP_MODE_EXHAUSTIVE in the core, it is finally clear to me
227       how the Perchild MPM should be re-written.  It hasn't worked
228       correctly since filters were added because it wasn't possible to
229       get the content that had already been written and the socket at
230       the same time.  This mode lets us do that, so the MPM can be
231       fixed.
232
233     * htpasswd blindly processes the file you give it, and does no
234       sanity checking before totally corrupting whatever file it was
235       you thought you had. It should check the input file and bail
236       if it finds non-comment lines that do not contain exactly 1
237       ':' character.
238         Message-ID: <20020217150457.A31632@clove.org>
239
240     * Can a static httpd be built reliably?
241         Message-ID: <20020207142751.T31582@clove.org>
242
243     * [Ken] Test suite failures:
244       o worker is also failing some of the 'cgi' subtests
245       (see <URL:http://Source-Zone.Org/Apache/regression/>):
246         Justin says: "Worker should be fine and passes httpd-test here.
247                       I think it's a perl or a httpd-test problem."
248
249     * Usage of APR_BRIGADE_NORMALIZE in core_input_filter should be
250       removed if possible.
251         Message-ID: <Pine.LNX.4.33.0201202232430.318-100000@deepthought.cs.virginia.edu>
252         Jeff wonders if we still care about this.  It is no longer an
253         API issue but simply an extra trip through the brigade.
254
255     * The Add...Filter and Set...Filter directives do not allow the
256       administrator to order filters, beyond the order of filename (mime)
257       extensions.  It isn't clear if Set...Filter(s) should be inserted 
258       before or after the Add...Filter(s) which are ordered by sequence of
259       filename extensions.  At minimum, some sort of +-[0-10] syntax seems
260       like a nice solution.  See ROADMAP.
261
262     * Get perchild to work on platforms other than Linux. This
263       will require a portable mechanism to pass data and file/socket
264       descriptors between vhost child groups. An API was proposed
265       on dev@apr:
266         Message-ID: <20020111115006.K1529@clove.org>
267
268     * Try to get libtool inter-library dependency code working on AIX.
269         Message-ID: <cm3n10lx555.fsf@rdu163-40-092.nc.rr.com>
270
271       Justin says: If we get it working on AIX, we can enable this
272                    on all platforms and clean up our build system
273                    somewhat.
274       Jeff says:   I thought I tested a patch for you sometime in
275                    January that you were going to commit within a few
276                    days.
277
278     * Handling of %2f in URIs.  Currently both 1.3 and 2.0
279       completely disallow %2f in the request URI path (see
280       ap_unescape_url() in util.c).  It's permitted and passed
281       through in the query string, however.  Roy says the
282       original reason for disallowing it, from five years ago,
283       was to protect CGI scripts that applied PATH_INFO to
284       a filesystem location and which might be tricked by
285       ..%2f..%2f(...).  We *should* allow path-info of the
286       form 'http://foo.com/index.cgi/path/to/path%2finfo'.
287       Since we've revamped a lot of our processing of path
288       segments, it would be nice to allow this, or at least
289       allow it conditionally with a directive.
290
291         OtherBill adds that %2f as the SECOND character of a multibyte
292         sequence causes the request to fail!  This happens notably in
293         the ja-jis encoding.
294
295     * FreeBSD, threads, and worker MPM.  All seems to work fine 
296       if you only have one worker process with many threads.  Add 
297       a second worker process and the accept lock seems to be
298       lost.  This might be an APR issue with how it deals with
299       the child_init hook (i.e. the fcntl lock needs to be resynced).
300       More examination and analysis is required.
301         Status: This has also been reported on Cygwin.  
302         Message-ID: <3C2CC514.8EF3BED1@wapme-systems.de> (cygnus)
303
304       Aaron says: I spent some time disecting this and have come to
305               the conclusion that it is not a problem in the worker MPM
306               (or at least, it is not isolated to a problem in worker).
307               I'll list some of the problems I'm seeing in case someone
308               else wants to pick up where I've left off:
309                - Delivery of just about any signal to one of the child
310                  processes will send it into an infinite loop as well.
311                - Even though the parent is spinning out of control,
312                  at first the child or children will appear to work
313                  properly. At times it is possible to get it into a state,
314                  however, where a request will hang until another concurrent
315                  request "kicks" the first, at which point the second will
316                  hang. My theory is that this has to do with the
317                  pthread_cond_*() implementation in FreeBSD, but it's still
318                  possible that it is in APR.
319       
320       Justin adds: Oh, FreeBSD threads are implemented entirely with 
321                    select()/poll()/longjmp().  Welcome to the nightmare.
322                    So, that means a ktrace output also has the thread 
323                    scheduling internals in it (since it is all the same to 
324                    the kernel).  Which makes it hard to distinguish between 
325                    our select() calls and their select() calls.  
326                    *bangs head on wall repeatedly*  But, some of the libc_r 
327                    files have a DBG_MSG #define.  This is moderately helpful
328                    when used with -DNO_DETACH.  The kernel scheduler isn't 
329                    waking up the threads on a select().  Yum.  And, I bet 
330                    those decrementing select calls have to do with the 
331                    scheduler.  Time to brush up on our OS fundamentals.
332
333     * There is increasing demand from module writers for an API
334       that will allow them to control the server Ã  la apachectl.
335       Reasons include sole-function servers that need to die if
336       an external dependency (e.g., a database) fails, et cetera.
337       Perhaps something in the (ever more abused) scoreboard?
338         
339              On the other hand, we already have a pipe that goes between parent
340              and child for graceful shutdown events, along with an API that
341              can be used to send a message down that pipe.  In threaded MPMs,
342              it is easy enough to make that one pipe be used for graceful
343              and graceless events, and it is also easy to open that pipe
344              to both parent and child for writing.  Then we just need to
345              figure out how to do graceless on non-threaded MPMs.
346
347     * Allow the DocumentRoot directive within <Location > scopes?  This
348       allows the beloved (crusty) Alias /foo/ /somepath/foo/ followed
349       by a <Directory /somepath/foo> to become simply 
350       <Location /foo/> DocumentRoot /somefile/foo (IMHO a bit more legible
351       and in-your-face.)  DocumentRoot unset would be accepted [and would
352       not permit content to be served, only virtual resources such as
353       server-info or server-status.
354       This proposed change would _not_ depricate Alias.
355         striker: See the thread starting with Message-ID:
356           JLEGKKNELMHCJPNMOKHOGEEJFBAA.striker@apache.org.
357
358     * Win32: Rotatelogs sometimes is not terminated when Apache
359       goes down hard.  FirstBill was looking at possibly tracking the 
360       child's-child processes in the parent process.
361         stoddard: Shared scoreboard might offer a good way for the parent 
362         to keep track of 'other child' processes and whack them if the child 
363         goes down.
364         Other thoughts on walking the process chain using the NT kernel
365         have also been proposed on APR.
366
367     * Eliminate unnecessary creation of pipes in mod_cgid
368
369     * Combine log_child and piped_log_spawn. Clean up http_log.c.
370       Common logging API.
371
372     * Document mod_file_cache.
373
374     * Platforms that do not support fork (primarily Win32 and AS/400)
375       Architect start-up code that avoids initializing all the modules 
376       in the parent process on platforms that do not support fork.
377
378     * Win32: Migrate the MPM over to use APR thread/process calls. This
379       would eliminate some code in the Win32 branch that essentially
380       duplicates what is in APR.
381
382     * There are still a number of places in the code where we are
383       losing error status (i.e. throwing away the error returned by a
384       system call and replacing it with a generic error code)
385
386     * Mass vhosting version of suEXEC.
387
388     * All DBMs suffer from confusion in support/dbmmanage (perl script) since 
389       the dbmmanage employs the first-matched dbm format.  This is not
390       necessarily the library that Apache was built with.  Aught to
391       rewrite dbmmanage upon installation to bin/ with the proper library 
392       for predictable mod_auth_dbm administration.
393         Questions; htdbm exists, time to kill dbmmanage, or does it remain
394                    useful as a perl dbm management example?  If we keep it,
395                    do we address the issue above?
396
397     * Integrate mod_dav.
398         Some additional items remaining:
399         - case_preserved_filename stuff
400             (use the new canonical name stuff?)
401         - find a new home for ap_text(_header)
402         - is it possible to remove the DAV: namespace stuff from util_xml?
403
404     * ap_core_translate() and its use by mod_mmap_static and mod_file_cache
405       are a bit wonky.  The function should probably be exposed as a utility 
406       function (such as ap_translate_url2fs() or ap_validate_fs_url() or 
407       something).  Another approach would be a new hook phase after
408       "translate" which would allow the module to munge what the
409       translation has decided to do.
410         Status: Greg +1 (volunteers)
411
412     * Explore use of a post-config hook for the code in http_main.c which
413       calls ap_fixup_virutal_hosts(), ap_fini_vhost_config(), and
414       ap_sort_hooks()  [to reduce the logic in main()]
415
416     * read the config tree just once, and process N times (as necessary)
417
418     * (possibly) use UUIDs in mod_unique_id and/or mod_usertrack
419
420     * (possibly) port the bug fix for PR 6942 (segv when LoadModule is put
421       into a VirtualHost container) to 2.0.
422
423     * shift stuff to mod_core.h
424
425     * callers of ap_run_create_request() should check the return value
426       for failure (Doug volunteers)
427
428     * Win32: Get Apache working on Windows 95/98. The following work
429         (at least) needs to be done:
430         - Document warning that OSR2 is required (for Crypt functions, in
431         rand.c, at least.)  This could be resolved with an SSL library, or
432         randomization in APR itself.
433         - Bring the Win9xConHook.dll from 1.3 into 2.0 (no sense till it
434         actually works) and add in a splash of Win9x service code.
435
436     * Fix the worker MPM to use POD to kill child processes instead
437       of ap_os_killpg, regardless of how they should die.
438
439     * Scoreboard structures could be changed in the future such that
440       proper alignment is not maintained, leading to segfaults on 
441       some systems.  Cliff posted a patch to deal with this issue but
442       later recanted. See this message to dev@apr.apache.org:
443       Message-ID: <Pine.LNX.4.44.0203011354090.16457-200000@deepthought
444                   .cs.virginia.edu>
445
446 TODO ISSUES REMAINING IN MOD_SSL:
447
448     * In order to use a DSO version of mod_ssl we have to link with
449       -lssl and -lcrypto. A workaround is in place right now where the
450       entire EXTRA_LIBS macro is being appended to the objects list, but
451       this is a hack. We should either revamp the APACHE_CHECK_SSL_TOOLKIT
452       autoconf function or come up with some other autoconf checks to
453       search for libssl and libcrypto and properly add them to mod_ssl's
454       link flags.
455
456     * SSL renegotiations in combination with POST request
457
458     * Port or dispose all code inside #if 0...#endif blocks that remain
459       from the porting effort.
460
461     * Do we need SSL_set_read_ahead()?
462
463     * the ssl_expr api is NOT THREAD SAFE.  race conditions exist:
464        -in ssl_expr_comp() if SSLRequire is used in .htaccess
465         (ssl_expr_info is global)
466        -is ssl_expr_eval() if there is an error
467         (ssl_expr_error is global)
468
469     * SSLRequire directive (parsing of) leaks memory
470
471     * Diffie-Hellman-Parameters for temporary keys are hardcoded in
472       ssl_engine_dh.c, while the comment in ssl_engine_kernel.c says:
473       "it is suggested that keys be changed daily or every 500
474       transactions, and more often if possible."
475
476     * ssl_var_lookup could be rewritten to be MUCH faster
477
478     * CRL callback should be pluggable
479
480     * session cache store should be pluggable
481
482     * init functions should return status code rather than ssl_die()
483
484     * ssl_engine_pphrase.c needs to be reworked so it is generic enough
485       to also decrypt proxy keys
486
487     * the shmcb code should just align its memory segment rather than
488       jumping through all the "safe" memcpy and memset hoops
489
490
491 EXPERIMENTAL MODULES:
492
493     Experimental modules should eventually be be promoted to fully supported
494     status or removed from the repository entirely (ie, the
495     'experiment' failed). This section tracks what needs to happen to 
496     get the modules promoted to fully supported status.
497
498     mod_cache/mod_mem_cache/mod_disk_cache:
499     * mod_cache: handle cache_control: no_cache "field_name" to enable 
500       cacheing the response w/o header "field_name"
501       See RFC2616 section 14.9.1
502
503     * mod_cache: CacheEnable/CacheDisable should accept regular expressions.
504
505     * mod_cache: Fix dependency on ATOMIC operators. Need
506       APR_HAS_ATOMIC_* feature macros.
507
508     * mod_disk_cache: Implement garbage collection
509
510     * mod_mem_cache/mod_disk_cache: Need to be able to query cache
511       status (num of entries, cache object properties, etc.).
512       mod_status could be extended to query optional hooks defined
513       by modules for the purpose of reporting module status.
514       mod_cache (et. al.) could define optional hooks that are called
515       to collect status.  Status should be queryable by
516       HTTP or SNMP?
517
518     * Enable mod_cache/mod_mem_cache/mod_disk_cache to handle
519       multiviews
520
521     * mod_mem_cache fd caching is broken on Unix. The cached fd cannot
522       be used across multiple threads except for use on sendfile().
523
524     mod_auth_ldap/util_ldap:
525     
526     * implement cross-platform/cross-library TLS support
527     
528     * General stabilization and testing
529     
530
531 PRs that have been suspended forever waiting for someone to
532 put them into 'the next release':
533
534     * documentation and Q&A
535
536       PR#2221: Make online documentation search link back to my installation
537         Status: 
538
539       PR#2906: Propose that Apache recommend $UNIQUE_ID for all "session id"
540       algorithms
541         Status: 
542
543       PR#2793: When will Apache support P3P? Any Plans?
544         Status: 
545
546     * build
547
548       PR#2113: HTTP Server Rebuild Line Needs Changing for the better
549         Status: 
550
551       PR#2421: problem specifying ndbm library for build ?with autoconfigure
552         Status: 
553
554     * config
555
556       PR#76: missing call to "setlocale();"
557         Status: 
558
559       PR#628: Request of "Options SymLinksIfGroupMatch"
560         Status: 
561
562       PR#793: RLimitCPU and RLimitMEM don't apply to all children like they should
563         Status: 
564
565       PR#922:  it is useful to allow specifiction that root-owned symlinks
566       should always be followed
567         Status: 
568
569       PR#1028: DoS attacks involving memory consumption
570         Status: 
571
572       PR#1191: setlogin() is not called, causing problems with e.g. identd
573         Status: 
574
575       PR#1204: regerror() exists, use it
576         Status: 
577
578       PR#2284: Can not POST to ErrorDocument - Apache/1.3b6
579         Status: 
580
581       PR#2396: Proposal for TimeZone directive
582         Status: 
583
584       PR#2446: AllowOverride FileInfo is too coarse
585         Status: 
586
587       PR#2760: [PATCH] User/Group for <Directory> and <Location> i.e. not only
588       in global and <Virtual>.
589         Status: 
590
591       PR#2907: suggestion: power up your Include directive :)
592         Status: 
593
594       PR#3018: cannot limit some HTTP methods
595         Status: 
596
597       PR#3677: New ErrorDocumentMatch directive
598         Status: 
599
600       PR#4244: "Files" and "FilesMatch" regexp does not recognize bang as
601       negation operator
602         Status: 
603
604       PR#5993: AllowOverride should have a 'CheckNone' and 'AllowNone' argument
605       instead of only 'None'
606         Status: 
607
608     * mod_access
609
610       PR#537: mod_access syntax allows hosts that should be restricted
611         Status: 
612
613       PR#1287: add allow,deny/deny,allow warning to mod_access
614         Status: 
615
616       PR#2512: <IfDenied> directive wanted
617         Status: 
618
619     * mod_auth-any
620
621       PR#557: ~UserHome directories are not honored in absolute pathname
622       requests (.htaccess)
623         Status: 
624
625       PR#1117: Using NIS passwd.byname dbm files with AuthDBMUserFile
626         Status: 
627
628       PR#1809: Suggestion for improving authentication modules and core source
629       code, problem with 401 and ErrorDocument
630         Status: 
631
632     * mod_autoindex
633
634       PR#1263: Add frame-safe anchor attribute to mod_autoindex links
635         Status: 
636
637     * mod_cgi (and suexec)
638
639       PR#921: suexec Uses cwd before filling it in, doesn't use syslog
640         Status: 
641
642       PR#1176: Apache cannot handle continuation line in headers
643         Status: 
644
645       PR#1120: suexec does not parse arguments to #exec cmd
646         Status: 
647
648       PR#1268: CGI scripts running as Apache user: security (suexec etc.)
649         Status: 
650
651       PR#1285: Error messages could be easier to spot in cgi.log file for suexec.c
652         Status: 
653
654       PR#1905: suexec - Allow modules to set user:group for execution.
655         Status: 
656
657       PR#2360: suexec for general access of user content?
658         Status: 
659
660       PR#2460: TimeOut applies to output of CGI scripts
661         Status: 
662
663       PR#2573: CGI's for general use still have to be run as another user
664       with suExec
665         Status: 
666
667       PR#4241: Need to be able to override shebang line to make CGI scripts
668       more portable.
669         Status: 
670
671       PR#4490: mod_cgi prevents handling of OPTIONS requests
672         Status: 
673
674     * mod_env
675
676       PR#370: Modified PATH environemnt variable is not passed, instead
677       system's is used
678         Status: 
679
680     * mod_headers
681
682       PR#1383: I make mod_headers to modify request headers as well as
683       response ones.
684         Status: 
685
686       PR#1677: mod_headers should allow mod_log_config-style formats in
687       header values
688         Status: 
689
690     * mod_imap
691
692       PR#759: imap should read <MAP><AREA>*</MAP> too!
693         Status: 
694
695     * mod_include
696
697       PR#78: Additional status for XBitHack directive
698         Status: 
699
700       PR#623: A smarter "Last Modified" value for SSI documents (see PR number 600)
701         Status: 
702
703       PR#1145: mod_include
704       Allow for Last-Modified: without resorting to XBitHack
705         Status: 
706
707       PR#1803: patches to mod_include to allow for file tests
708         Status: 
709
710       PR#4459: Suggestion for better handling of Last-modified headers
711         Status: 
712
713     * mod_info
714
715       PR#2415: /server-info doesn't check for the virtual host to list the info
716         Status: 
717
718     * mod_log-any
719
720       PR#1050: Logging of virtual server to error_log as well
721         Status: 
722
723       PR#1358: Selective url-encode of log fields (or maybe a pseudo
724       log_rewrite module?)
725         Status: 
726
727       PR#2073: pipelined connections are not logged correctly
728         Status: 
729
730       PR#4448: Please allow CGI env variables (QUERY_STRING, ...) to be logged
731       with %{}e
732         Status: 
733
734     * mod_negotiation
735
736       PR#3191: no way to set global quality-of-source (qs) coneg values
737       with multiviews
738         Status: 
739
740     * mod_proxy
741
742       PR#362: Mod_proxy doesn't allow change of error pages
743         Status: 
744
745       PR#440: Proxy doesn't deliver documents if not connected
746         Status: 
747
748       PR#534: proxy converts ~name to %7Ename when name starts with a dot (.)
749         Status: 
750
751       PR#612: Proxy FTP Authentication Fails
752         Status: 
753
754       PR#700: Proxy doesn't do links right for OpenVMS files through ftp:
755         Status: 
756
757       PR#980: Controlling Access to Remote Proxies would be nice...
758         Status: 
759
760       PR#994: Adding authentication "on the fly" through the proxy module
761         Status: 
762
763       PR#1085: ProxyRemote make a dead cycle.
764         Status: 
765
766       PR#1166: ``nph-'' not honored (no buffering) for ProxyRemote mapping
767         Status: 
768
769       PR#1290: Need to know "hit-rate" on proxy cache
770         Status: 
771
772       PR#1532: Proxy transfer logging
773         Status: 
774
775       PR#1547: No HTTP_X_FORWARDED_FOR set...
776         Status: 
777
778       PR#1567: ProxyRemote proxy requests fail authentication by firewall
779         Status: 
780
781       PR#1702: mod_proxy to support persistent conns?
782         Status: 
783
784       PR#1878: listing of proxy cache content
785         Status: 
786
787       PR#2314: patterns in ProxyRemote
788         Status: 
789
790       PR#2648: Cache file names in Proxy module
791         Status: 
792
793       PR#3568: Accessing URL through proxy server corrupts data.
794         Status: 
795
796       PR#3605: Some anonymous FTP URLs ask for authentication
797         Status: 
798
799     * mod_rewrite
800
801       PR#1582: mod_rewrite forms REQUEST_URI different than mod_cgi does
802         Status: 
803
804       PR#2074: mod_rewrite doesn't pass Proxy Throughput on internal subrequests
805         Status: 
806
807     * mod_status
808
809       PR#2138: mod_status always displays 256 possible connection slots
810         Status: 
811
812       PR#2343: Status module averages are for entire uptime
813         Status: 
814
815     * apache-api
816
817       PR#1004: request_config field in request_rec is moderately bogus
818         Status: 
819
820       PR#1158: improvements to child spawning API
821         Status: 
822
823       PR#1233: there is no way to keep per-connection per-module state
824         Status: 
825
826       PR#2024: adding auth_why to conn_rec
827         Status: 
828
829       PR#2873: Feedback/Comment on APACI
830         Status: 
831
832       PR#3143: No module specific data hook for per-connection data
833         Status: 
834
835     * generally odds and ends
836
837       PR#2431: A small addition to rotatelogs.c to improve program functionality.
838         Status: 
839
840       PR#2763: mailto tags and bundling bug report script
841         Status: 
842
843       PR#2785: os-aix Support for System Resource Controller
844         Status: 
845
846       PR#2889: Inclusion of RPM spec file in CVS/distributions
847         Status: 
848
849       PR#5713: os-windows [PATCH] install as win32 service with domain account
850         Status: Cannot accept password-as-arg, we should prompt the
851                 user when -k install/-k config with a user argument.
852
853
854
855 Other bugs that need fixing:
856
857     * ap_discard_request should be converted to use the bucket API
858       directly rather than waste cycles copying buffers with the old API.
859
860     * MaxRequestsPerChild measures connections, not requests.
861         Until someone has a better way, we'll probably just rename it
862         "MaxConnectionsPerChild".
863     
864     * Regex containers don't work in an intutive way
865         Status: No one has come up with an efficient way to fix this
866         behavior. Dean has suggested getting rid of regex containers
867         completely.
868         OtherBill suggests: We at least seem to agree on eliminating
869                             the <Container ~ foo> forms, and using only
870                             <ContainerMatch foo> semantics.
871
872     * SIGSEGV on Linux (glibc 2.1.2) isn't caught properly by a
873       sigwaiting thread. We need to work around this, perhaps unless
874       there is hope soon for a fixed glibc.
875
876     * orig_ct in the byterange/multipart handling may not be
877       needed. Apache 1.3 just never stashed "multipart" into
878       r->content_type. We should probably follow suit since the
879       byterange stuff doesn't want the rest of the code to see the
880       multipart content-type; the other code should still think it is
881       dealing with the <orig_ct> stuff.
882         Status: Greg volunteers to investigate (esp. since he was most 
883                 likely the one to break it :-)
884
885 Binaries (2.0.43):
886
887  Platform                      Avail.  Volunteer
888  ------------------------------------------------------------------
889  AIX 4.3.3                     no      Bill Stoddard
890  Mandrake 8.1                  no      open
891  FreeBSD 4.1                   no      open
892  hppa2.0w-hp-hpux11.00         no      Cliff Woolley
893  i386-pc-solaris2.8            no      Aaron Bannert
894  i386-unknown-freebsd4.5       no
895  i386-unknown-freebsd4.6       no      Cliff Woolley
896  i686-pc-linux-gnu-slackware81 no      Cliff Woolley
897  i686-pc-linux-gnu-rh70        no      Aaron Bannert
898  i686-pc-linux-gnu-rh73        no      Cliff Woolley
899  ia64-hp-hpux11.20             no
900  powerpc-apple-darwin5.5       no      Aaron Bannert
901  powerpc-unknown-linux-gnu     no      Graham Leggett
902  s390-ibm-linux                no      Greg Ames
903  sparc-sun-solaris2.8          no      Jim Jagielski
904  NetWare                       no      Brad Nicholes
905  OS/2                          no      Brian Havard
906  OS/390                        no      Greg Ames
907  Win32-x86                     yes     William Rowe