]> granicus.if.org Git - apache/blob - STATUS
Add a comment about an assumption we make in our keepalive buffering.
[apache] / STATUS
1 APACHE 2.0 STATUS:                                              -*-text-*-
2 Last modified at [$Date: 2001/04/27 21:10:39 $]
3
4 Release:
5
6     2.0.17  : rolled April 17, 2001
7     2.0.16  : rolled April 4, 2001
8     2.0.15  : rolled March 21, 2001
9     2.0.14  : rolled March 7, 2001
10     2.0a9   : released December 12, 2000
11     2.0a8   : released November 20, 2000
12     2.0a7   : released October 8, 2000
13     2.0a6   : released August 18, 2000
14     2.0a5   : released August 4, 2000
15     2.0a4   : released June 7, 2000
16     2.0a3   : released April 28, 2000
17     2.0a2   : released March 31, 2000
18     2.0a1   : released March 10, 2000
19
20 DAEDALUS 2.0 PROBLEMS:
21
22     * mod_cgid and suexec have a problem co-existing.  suexec sees a null
23       command string sometimes.
24
25     * core dump from 20010422
26
27       /usr/local/apache2b/corefiles/httpd.core.3
28       #0  0x806724c in check_hostalias (r=0x81fd03c) at vhost.c:891
29       #1  0x8067489 in ap_update_vhost_from_headers (r=0x81fd03c) at vhost.c:978
30       #2  0x806fa92 in ap_read_request (conn=0x81450fc) at protocol.c:946
31       #3  0x805a168 in ap_process_http_connection (c=0x81450fc) at http_core.c:274
32       #4  0x806bc60 in ap_run_process_connection (c=0x81450fc) at connection.c:82
33       #5  0x806be84 in ap_process_connection (c=0x81450fc) at connection.c:216
34       #6  0x805fbba in child_main (child_num_arg=65) at prefork.c:807
35       #7  0x805fd20 in make_child (s=0x80c64fc, slot=65) at prefork.c:880
36       #8  0x805ffec in perform_idle_server_maintenance () at prefork.c:1021
37       #9  0x80603d1 in ap_mpm_run (_pconf=0x80c600c, plog=0x80f300c, s=0x80c64fc) at prefork.c:1191
38       #10 0x80660cd in main (argc=1, argv=0xbfbffdac) at main.c:425
39       #11 0x8059bf9 in _start () 
40
41       The input data (received in one read from TCP layer):
42
43       GET /images/apache_sub.gif HTTP/1.1
44       Accept: */*
45       Referer: http://search.apache.org/index.cgi
46       Accept-Language: en-us
47       Accept-Encoding: gzip, deflate
48       If-Modified-Since: Sat, 02 Dec 1995 21:26:28 GMT
49       If-None-Match: "29e60e-17c3-66972900"
50       User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)
51       Host: www.apache.org
52       Connection: Keep-Alive
53
54     * core dump from 20010418
55
56       /usr/local/apache2b/corefiles/httpd.core.2
57       #0  0x2813a3c8 in kill () from /usr/lib/libc.so.4
58       #1  0x2817609e in abort () from /usr/lib/libc.so.4
59       #2  0x8065299 in ap_log_assert (szExp=0x80aaa60 "total_bytes_left > 0 && tmplen > 0", szFile=0x80aa2aa "core.c", nLine=2555)
60           at log.c:562
61       #3  0x8075227 in sendfile_it_all (c=0x81470fc, fd=0x814759c, hdtr=0xbfbff670, file_offset=1929216, file_bytes_left=261949, 
62           total_bytes_left=261949, flags=0) at core.c:2555
63       #4  0x80761e2 in core_output_filter (f=0x814737c, b=0x814764c) at core.c:3172
64       #5  0x806d227 in ap_pass_brigade (next=0x814737c, bb=0x81e80fc) at util_filter.c:240
65       #6  0x805e696 in check_pipeline_flush (r=0x820803c) at http_request.c:388
66       #7  0x805e707 in ap_process_request (r=0x820803c) at http_request.c:432
67       #8  0x805a1a9 in ap_process_http_connection (c=0x81470fc) at http_core.c:280
68       #9  0x806bc60 in ap_run_process_connection (c=0x81470fc) at connection.c:82
69       #10 0x806be84 in ap_process_connection (c=0x81470fc) at connection.c:216
70       #11 0x805fbba in child_main (child_num_arg=272) at prefork.c:807
71       #12 0x805fd20 in make_child (s=0x80c64fc, slot=272) at prefork.c:880
72       #13 0x805ffec in perform_idle_server_maintenance () at prefork.c:1021
73       #14 0x80603d1 in ap_mpm_run (_pconf=0x80c600c, plog=0x80f300c, s=0x80c64fc) at prefork.c:1191
74       #15 0x80660cd in main (argc=1, argv=0xbfbffadc) at main.c:425
75       #16 0x8059bf9 in _start ()
76
77       The input data (received in one read from TCP layer):
78
79       GET /log4j/jakarta-log4j-1.1b2.zip HTTP/1.0
80       Via: 1.0 MDRPRXY01, 1.0 NS2
81       Connection: Keep-Alive
82       User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)
83       Host: jakarta.apache.org
84       Accept: application/vnd.ms-excel, application/msword, application/vnd.ms-powerpoint, image/gif, image/x-xbitmap, image/jpeg,
85       image/pjpeg, */*
86       Accept-Language: en-us,tscii;q=0.5
87       Referer: http://jakarta.apache.org/log4j/docs/download.html
88       Accept-Encoding: gzip, deflate
89
90 RELEASE SHOWSTOPPERS:
91
92     WARNING: ALWAYS check srclib/apr/STATUS and srclib/apr-util/STATUS
93
94     * threaded + cgid: "apachectl graceful" followed by "apachectl
95       restart" results in all processes but cgid going away; parent
96       died referencing other-child registration structures
97
98     * There is a bug in how we sort some hooks, at least the pre-config
99       hook.  The first time we call the hooks, they are in the correct 
100       order, but the second time, we don't sort them correctly.  Currently,
101       the modules/http/config.m4 file has been renamed to 
102       modules/http/config2.m4 to work around this problem, it should moved
103       back when this is fixed.    rbb
104
105     * Root all file systems with <Directory /> for WIN32/OS2/NW permissions 
106         Status: patch brought forward from 1.3.14
107                 WIN32 and OS2 need review [William Rowe, Brian Harvard]
108
109     * Win32: Get Apache working on Windows 95/98. The following work
110         (at least) needs to be done:
111         - winnt MPM: Fix 95/98 code paths in the winnt MPM. There is some NT
112         specific code that is still not in NT only code paths
113         - IOL binds to APR sendfile, implemented with TransmitFile, which 
114         is not available on 95/98.
115         - Document warning that OSR2 is required (for Crypt functions, in
116         rand.c, at least.)
117
118     * Win32: Test access logging with multiple threads. Will the 
119         native file I/O calls serialize automagically like the 
120         CRT calls or do we need to add region locking each time 
121         we access the logs?
122         Status: 
123
124     * Win32: Complete the revamp the service environment and relocation
125         into the WinNT MPM.  Changes ServerRoot service registry 
126         parameter into ConfigArgs for multiple service startup parameters.
127         Problems to fix in the revamp: -k shutdown/restart are broken, 
128         signals are not being acknowledged.  Close window and shutdown 
129         also seem out of sorts.
130         OtherBill is working on this and will finish over the weekend.
131
132     * We need a thread-safe resolver, at least on Unix.
133         Status: The best known candidate would be something from
134         BIND v9.
135         Status: Greg asks, "why? doesn't gethostbyname_r() handle this?"
136
137     * The AddInputFilter and AddOutputFilter directives do not allow the
138       administrator to remove or reorder filters.  Once a filter is added
139       in a container, it is present in any subcontainers.  It can only be
140       added to the filter chain after any filters specified in enclosing
141       containers.
142
143     * remove the --disable-shared from the subdir config of APR(UTIL)
144       before the final release. (in fact, it might even be nice to
145       allow for Apache config/build against an already-installed
146       APR(UTIL))
147       Note: we need to do a "make install" for APR(UTIL) so the shared
148             libraries can be installed properly. We could also use that
149             point to install include files (rather than have Apache
150             know everything that needs to be installed from the
151             sub-packages). The original impetus for doing the
152             disable-shared was because the shared lib wasn't getting
153             installed and a "make clean" in aprutil would make Apache
154             fail to load.
155
156     * users who want to install third-party modules into the Apache
157       source tree (for static linking) need to have autoconf and
158       libtool installed. This is because the module needs to have its
159       config.m4 incorporated into ./configure, which means "buildconf"
160       must be run.
161       Note: This is in part because we have removed the "extra" directory.
162             In the Apache-2.0 repository, this directory had a config.m4
163             file that allowed people to add external modules by
164             specifying --with-module on the configure line.
165
166     * ap_vrprintf() needs to handle more than 4K
167         Status: Greg volunteers
168
169     * mod_dir should normally redirect ALL directory requests which do
170       not include a trailing slash on the URI. However, if a "notes"
171       flag is set (say, via BrowserMatch), this behavior will be
172       disabled for non-GET requests.
173         Status: Greg volunteers
174         MsgId: <20010227104646.E2297@lyra.org>
175         MsgId: <3A9C0097.9C83F07C@Golux.Com>
176
177     * Usability: Sanitize the MPM config directives.  MaxClients in 
178       the threaded MPM is totally misleading now as it has little to
179       do with limiting the number of clients (it limits the number
180       of child processes). Bill proposed nomenclature change to
181       something like "StartWorkers, MaxWorkers, etc." that could 
182       apply to most all the MPMs (with some notable exceptions).
183       Bill would be happy with changing MaxClients to MaxServers
184       to make it agree with the operation of the StartServers
185       directive.
186
187     * A design problem with the scoreboard can cause the threaded 
188       MPM to get in a state where it will no longer serve requests.
189       When MaxRequestsPerChild is hit, a threaded process will begin
190       allowing it's idle worker threads to exit. The child process
191       may have one (or a few) threads serving really long responses
192       over slow client connections, which will prevent the child
193       process from exiting. The problem is that the
194       perform_idle_server_maintenance code will NOT start a new
195       process to replace the dying child process until the dying child 
196       has exited because the new child needs to use the old childs
197       space in the scoreboard. The scoreboard and
198       perform_idle_server_maintenance need to be redesigned.
199       Status: Several proposals discussed on new-httpd (April 16, 2001)
200       
201
202 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
203
204     * Performance: Get SINGLE_LISTENER_UNSERIALIZED_ACCEPT
205       optimization working again. Bill would like to see this
206       working for the threaded MPM, then prefork.
207
208     * mod_tls is very specific to OpenSSL. Make the API calls
209       more generic to support other encryption libraries.
210
211     * Performance & Debug: Eliminate most (and perhaps all) of the 
212       malloc/calloc/frees in the bucket brigade code.  Need some 
213       light weight memory management functions that allow freeing 
214       memory (putting it back into a memory pool) when it is no 
215       longer needed. Enabling simple debugging features like guard
216       bands, double free detection, etc. would be cool but certainly
217       not a hard requirement.
218
219     * Eliminate unnecessary creation of pipes in mod_cgid
220
221     * the autoconf setup should be fixed to default to using the 
222       "Apache" layout from config.layout, and each variable settable
223       in a layout should be overridable on the command line.  Plus,
224       what we do right now just doesn't seem to fully fit into how autoconf
225       works, eg. AC_PREFIX_DEFAULT issues.
226         Message-ID: <Pine.BSF.4.20.0104031557420.20876-100000@alive.znep.com>
227
228     * mod_status ExtendedStatus SS (seconds since last request) is
229       bogus because of an uninitialized field in the scoreboard.
230         Status: Cliff is working on this
231
232     * All of our MPMs should use APR for threads/processes.  This 
233       will allow us to error out if a threaded MPM is chosen on a
234       platform that doesn't support threads.
235
236     * Combine log_child and piped_log_spawn. Clean up http_log.c.
237       Common logging API.
238
239     * Document mod_file_cache.
240
241     * OS/2: Make mod_status work for spmt_os2 MPM.
242
243     * Win32: Win9x console window still won't play nice with the
244         close window, logoff and shutdown scenarios.
245         Status: OtherBill will move the patch forward from 1.3.15, once we 
246         get our other Win9x issues solved.
247
248     * Win32: Add a simple hold console open patch (wait for close or
249         the ESC key, with a nice message) if the server died a bad 
250         death (non-zero exit code) in console mode.
251         Status: OtherBill is bringing forward same ugly hack from 1.3.13
252
253     * Platforms that do not support fork (primarily Win32 and AS/400)
254       Architect start-up code that avoids initializing all the modules 
255       in the parent process on platforms that do not support fork.
256
257     * Win32: Migrate the MPM over to use APR thread/process calls. This
258       would eliminate some code in the Win32 branch that essentially
259       duplicates what is in APR.
260
261     * There are still a number of places in the code where we are
262       losing error status (i.e. throwing away the error returned by a
263       system call and replacing it with a generic error code)
264
265     * Win32: Implement reliable piped logs on Windows
266
267     * Mass vhosting version of suEXEC.
268
269     * All DBMs suffer from confusion in support/dbmmanage (perl script) since 
270         the dbmmanage employs the first-matched dbm format.  This is not
271         necessarily the library that Apache was built with.  Aught to
272         rewrite dbmmanage upon installation to bin/ with the proper library 
273         for predictable mod_auth_db/dbm administration.
274
275     * use apu_dbm in mod_auth_dbm
276         Status: Greg +1 (low-priority volunteer)
277
278     * Integrate mod_dav.
279         Some additional items remaining:
280         - case_preserved_filename stuff
281             (use the new canonical name stuff?)
282         - find a new home for ap_text(_header)
283         - is it possible to remove the DAV: namespace stuff from util_xml?
284
285     * ap_core_translate() and its use by mod_mmap_static and mod_file_cache
286       are a bit wonky.  The function should probably be exposed as a utility 
287       function (such as ap_translate_url2fs() or ap_validate_fs_url() or 
288       something).  Another approach would be a new hook phase after
289       "translate" which would allow the module to munge what the
290       translation has decided to do.
291         Status: Greg +1 (volunteers), Ryan +1
292
293     * Explore use of a post-config hook for the code in http_main.c which
294       calls ap_fixup_virutal_hosts(), ap_fini_vhost_config(), and
295       ap_sort_hooks()  [to reduce the logic in main()]
296
297     * read the config tree just once, and process N times (as necessary)
298
299     * (possibly) use UUIDs in mod_unique_id and/or mod_usertrack
300
301     * (possibly) port the bug fix for PR 6942 (segv when LoadModule is put
302       into a VirtualHost container) to 2.0.
303
304     * the LTFLAGS = -export-dynamic in the config.m4 is wrong. it is getting
305       added multiple times during the config process. The -export-dynamic
306       should probably move into build/special.mk (the make file used for
307       building Apache modules).
308
309     * shift stuff to mod_core.h
310
311     * APR-ize resolver stuff in mod_unique_id (Jeff volunteers)
312
313     * callers of ap_run_create_request() should check the return value
314       for failure (Doug volunteers)
315
316 PRs that have been suspended forever waiting for someone to
317 put them into 'the next release':
318
319     * PR#76: general
320       missing call to "setlocale();"
321         Status: 
322
323     * PR#78: mod_include
324       Additional status for XBitHack directive
325         Status: 
326
327     * PR#161: mod_dir
328       Questionable performace of mod_dir() with negotiation
329         Status: 
330
331     * PR#362: mod_proxy
332       Mod_proxy doesn't allow change of error pages
333         Status: 
334
335     * PR#370: mod_env
336       Modified PATH environemnt variable is not passed, instead
337       system's is used
338         Status: 
339
340     * PR#440: mod_proxy
341       Proxy doesn't deliver documents if not connected
342         Status: 
343
344     * PR#534: mod_proxy
345       proxy converts ~name to %7Ename when name starts with a dot (.)
346         Status: 
347
348     * PR#537: mod_access
349       mod_access syntax allows hosts that should be restricted
350         Status: 
351
352     * PR#557: mod_auth-any
353       ~UserHome directories are not honored in absolute pathname
354       requests (.htaccess)
355         Status: 
356
357     * PR#573: mod_log-any
358       More LogFormat directives
359         Status: 
360
361     * PR#612: mod_proxy
362       Proxy FTP Authentication Fails
363         Status: 
364
365     * PR#623: mod_include
366       A smarter "Last Modified" value for SSI documents (see PR number 600)
367         Status: 
368
369     * PR#628: config
370       Request of "Options SymLinksIfGroupMatch"
371         Status: 
372
373     * PR#697: mod_include
374       A security tweak I've been using for a few years for SSI
375         Status: 
376
377     * PR#700: mod_proxy
378       Proxy doesn't do links right for OpenVMS files through ftp:
379         Status: 
380
381     * PR#759: mod_imap
382       imap should read <MAP><AREA>*</MAP> too!
383         Status: 
384
385     * PR#793: general
386       RLimitCPU and RLimitMEM don't apply to all children like they should
387         Status: 
388
389     * PR#921: suexec
390       Uses cwd before filling it in, doesn't use syslog
391         Status: 
392
393     * PR#922: config
394       it is useful to allow specifiction that root-owned symlinks
395       should always be followed
396         Status: 
397
398     * PR#980: mod_proxy
399       Controlling Access to Remote Proxies would be nice...
400         Status: 
401
402     * PR#994: mod_proxy
403       Adding authentication "on the fly" through the proxy module
404         Status: 
405
406     * PR#1004: apache-api
407       request_config field in request_rec is moderately bogus
408         Status: 
409
410     * PR#1028: other
411       DoS attacks involving memory consumption
412         Status: 
413
414     * PR#1050: mod_log-any
415       Logging of virtual server to error_log as well
416         Status: 
417
418     * PR#1085: mod_proxy
419       ProxyRemote make a dead cycle.
420         Status: 
421
422     * PR#1117: mod_auth-any
423       Using NIS passwd.byname dbm files with AuthDBMUserFile
424         Status: 
425
426     * PR#1120: suexec
427       suexec does not parse arguments to #exec cmd
428         Status: 
429
430     * PR#1145: mod_include
431       Allow for Last-Modified: without resorting to XBitHack
432         Status: 
433
434     * PR#1156: config
435       insufficent AllowOverrides granularity for autoindexing
436         Status: 
437
438     * PR#1158: apache-api
439       improvements to child spawning API
440         Status: 
441
442     * PR#1166: mod_proxy
443       ``nph-'' not honored (no buffering) for ProxyRemote mapping
444         Status: 
445
446     * PR#1176: mod_cgi
447       Apache cannot handle continuation line in headers
448         Status: 
449
450     * PR#1191: general
451       setlogin() is not called, causing problems with e.g. identd
452         Status: 
453
454     * PR#1204: general
455       regerror() exists, use it
456         Status: 
457
458     * PR#1233: apache-api
459       there is no way to keep per-connection per-module state
460         Status: 
461
462     * PR#1263: mod_dir
463       Add frame-safe anchor attribute to mod_autoindex links
464         Status: 
465
466     * PR#1268: suexec
467       CGI scripts running as Apache user: security (suexec etc.)
468         Status: 
469
470     * PR#1285: suexec
471       Error messages could be easier to spot in cgi.log file for suexec.c
472         Status: 
473
474     * PR#1287: mod_access
475       add allow,deny/deny,allow warning to mod_access
476         Status: 
477
478     * PR#1290: mod_proxy
479       Need to know "hit-rate" on proxy cache
480         Status: 
481
482     * PR#1358: mod_log-any
483       Selective url-encode of log fields (or maybe a pseudo
484       log_rewrite module?)
485         Status: 
486
487     * PR#1383: mod_headers
488       I make mod_headers to modify request headers as well as
489       response ones.
490         Status: 
491
492     * PR#1532: mod_proxy
493       Proxy transfer logging
494         Status: 
495
496     * PR#1547: mod_proxy
497       No HTTP_X_FORWARDED_FOR set...
498         Status: 
499
500     * PR#1567: mod_proxy
501       ProxyRemote proxy requests fail authentication by firewall
502         Status: 
503
504     * PR#1574: mod_autoindex
505       ReadmeName and HeaderName don't allow for server-parsed html.
506         Status: 
507
508     * PR#1582: mod_rewrite
509       mod_rewrite forms REQUEST_URI different than mod_cgi does
510         Status: 
511
512     * PR#1677: mod_headers
513       mod_headers should allow mod_log_config-style formats in
514       header values
515         Status: 
516
517     * PR#1702: mod_proxy
518       mod_proxy to support persistent conns?
519         Status: 
520
521     * PR#1803: mod_include
522       patches to mod_include to allow for file tests
523         Status: 
524
525     * PR#1809: mod_auth-any
526       Suggestion for improving authentication modules and core source
527       code, problem with 401 and ErrorDocument
528         Status: 
529
530     * PR#1855: mod_autoindex
531       More Control over autoindex layout
532         Status: 
533
534     * PR#1878: mod_proxy
535       listing of proxy cache content
536         Status: 
537
538     * PR#1905: suexec
539       Allow modules to set user:group for execution.
540         Status: 
541
542     * PR#2024: apache-api
543       adding auth_why to conn_rec
544         Status: 
545
546     * PR#2073: mod_log-any
547       pipelined connections are not logged correctly
548         Status: 
549
550     * PR#2074: mod_rewrite
551       mod_rewrite doesn't pass Proxy Throughput on internal subrequests
552         Status: 
553
554     * PR#2113: config
555       HTTP Server Rebuild Line Needs Changing for the better
556         Status: 
557
558     * PR#2138: mod_status
559       mod_status always displays 256 possible connection slots
560         Status: 
561
562     * PR#2221: documentation
563       Make online documentation search link back to my installation
564         Status: 
565
566     * PR#2284: general
567       Can not POST to ErrorDocument - Apache/1.3b6
568         Status: 
569
570     * PR#2314: mod_proxy
571       patterns in ProxyRemote
572         Status: 
573
574     * PR#2343: mod_status
575       Status module averages are for entire uptime
576         Status: 
577
578     * PR#2360: suexec
579       suexec for general access of user content?
580         Status: 
581
582     * PR#2396: general
583       Proposal for TimeZone directive
584         Status: 
585
586     * PR#2415: mod_info
587       /server-info doesn't check for the virtual host to list the info
588         Status: 
589
590     * PR#2421: config
591       problem specifying ndbm library for build ?with autoconfigure
592         Status: 
593
594     * PR#2431: general
595       A small addition to rotatelogs.c to improve program functionality.
596         Status: 
597
598     * PR#2446: config
599       AllowOverride FileInfo is too coarse
600         Status: 
601
602     * PR#2460: mod_cgi
603       TimeOut applies to output of CGI scripts
604         Status: 
605
606     * PR#2512: mod_access
607       &lt;IfDenied&gt; directive wanted
608         Status: 
609
610     * PR#2573: suexec
611       CGI's for general use still have to be run as another user
612       with suExec
613         Status: 
614
615     * PR#2648: general
616       Cache file names in Proxy module
617         Status: 
618
619     * PR#2760: config
620       [PATCH] User/Group for <Directory> and <Location> i.e. not only
621       in global and <Virtual>.
622         Status: 
623
624     * PR#2763: general
625       mailto tags and bundling bug report script
626         Status: 
627
628     * PR#2772: mod_log-any
629       more % escapes
630         Status: 
631
632     * PR#2785: os-aix
633       Support for System Resource Controller
634         Status: 
635
636     * PR#2793: protocol
637       When will Apache support P3P? Any Plans?
638         Status: 
639
640     * PR#2873: config
641       Feedback/Comment on APACI
642         Status: 
643
644     * PR#2889: general
645       Inclusion of RPM spec file in CVS/distributions
646         Status: 
647
648     * PR#2906: general
649       Propose that Apache recommend $UNIQUE_ID for all "session id"
650       algorithms
651         Status: 
652
653     * PR#2907: config
654       suggestion: power up your Include directive :)
655         Status: 
656
657     * PR#3018: general
658       cannot limit some HTTP methods
659         Status: 
660
661     * PR#3026: mod_autoindex
662       No way to change ReadmeName/HeaderName suffixes.
663         Status: 
664
665     * PR#3143: apache-api
666       No module specific data hook for per-connection data
667         Status: 
668
669     * PR#3181: config
670       Configuration file in Japanese
671         Status: 
672
673     * PR#3191: mod_negotiation
674       no way to set global quality-of-source (qs) coneg values
675       with multiviews
676         Status: 
677
678     * PR#3430: mod_negotiation
679       Enhancement: MultiViews, Multi-Language Documents
680         Status: 
681
682     * PR#3568: mod_proxy
683       Accessing URL through proxy server corrupts data.
684         Status: 
685
686     * PR#3594: os-windows
687       Please add an Apache icon to the systray instead of a DOS window
688         Status: 
689
690     * PR#3605: mod_proxy
691       Some anonymous FTP URLs ask for authentication
692         Status: 
693
694     * PR#3654: mod_autoindex
695       BORDER=0 makes Icons look nicer (FancyIndexing)
696         Status: 
697
698     * PR#3677: general
699       New ErrorDocumentMatch directive
700         Status: 
701
702     * PR#4180: os-windows
703       Alternative for win95 users
704         Status: 
705
706     * PR#4241: config
707       Need to be able to override shebang line to make CGI scripts
708       more portable.
709         Status: 
710
711     * PR#4244: config
712       "Files" and "FilesMatch" regexp does not recognize bang as
713       negation operator
714         Status: 
715
716     * PR#4448: mod_log-any
717       Please allow CGI env variables (QUERY_STRING, ...) to be logged
718       with %{}e
719         Status: 
720
721     * PR#4459: mod_include
722       Suggestion for better handling of Last-modified headers
723         Status: 
724
725     * PR#4490: mod_cgi
726       mod_cgi prevents handling of OPTIONS requests
727         Status: 
728
729     * PR#4520: mod_autoindex
730       mod_autoindex does not generate Last-Modified response headers
731         Status: 
732
733     * PR#4658: os-windows
734       The output of CGI scripts appears in the window that apache
735       is running in
736         Status: 
737
738     * PR#5713: os-windows
739       [PATCH] install as service with domain account
740         Status: 
741
742     * PR#5993: general
743       AllowOverride should have a 'CheckNone' and 'AllowNone' argument
744       instead of only 'None'
745         Status: 
746
747     * PR#6347: mod_mime
748       MIME types for MNG and JNG files need adding to mime.types and
749       the mime.types and magic files
750         Status: Waiting for IANA types to be defined
751
752 Other bugs that need fixing:
753
754     * MaxRequestsPerChild measures connections, not requests.
755         Until someone has a better way, we'll probably just rename it
756         "MaxConnectionsPerChild".
757     
758     * Regex containers don't work in an intutive way
759         Status: No one has come up with an efficient way to fix this
760         behavior. Dean has suggested getting rid of regex containers
761         completely.
762
763     * SIGSEGV on Linux (glibc 2.1.2) isn't caught properly by a
764       sigwaiting thread. We need to work around this, perhaps unless
765       there is hope soon for a fixed glibc.
766
767     * orig_ct in the byterange/multipart handling may not be
768       needed. Apache 1.3 just never stashed "multipart" into
769       r->content_type. We should probably follow suit since the
770       byterange stuff doesn't want the rest of the code to see the
771       multipart content-type; the other code should still think it is
772       dealing with the <orig_ct> stuff.
773         Status: Greg volunteers to investigate (esp. since he was most 
774                 likely the one to break it :-)
775
776 Other features that need writing:
777
778     * Finish infrastructure in core for async MPMs
779         Status: post 2.0
780
781     * TODO in source -- just do an egrep on "TODO" and see what's there
782
783 Documentation that needs writing:
784     * Mod_status docs are needed.
785
786     * The concept of MPMs, especially if we ship more than one MPM for a
787       given platform
788
789     * New directives in the various MPMs and appropriate links from
790         obsolete directives in core.html to the MPM documentation.
791
792     * Revise manual/stopping.html and the last part of
793         manual/misc/perf-tuning.html to take account of the MPMs.
794
795     * API documentation
796         Status: Ben Laurie has written some hooks documentation
797         (apache-2.0/htdocs/hooks.html)
798
799     * Changes since 1.3.9 can be more easily seen in the commitlog file
800          dev.apache.org:/home/cvs/CVSROOT/commitlogs/apache-2.0
801       which includes some of Roy's comments when the changes were
802       committed in rough change-sets by purpose.  Note that the commitlog
803       does not show the contents of new files until later.
804
805 Available Patches:
806
807    * Jon Travis's <jtravis@covalent.net> patch to deal with thread-safe
808      issues with inet_ntoa.  See message <20001201163220.A12827@covalent.net>
809         Status:  This is being set aside until the IPv6 work is finished
810                  so that we know exactly what is required.
811
812    * Martin Sojka <msojka@gmx.de>'s patch to add error reporting for failed 
813      htpasswd actions due to a full /tmp volume (other programs may have
814      similar problems?)
815         PR: 6475
816         Status:
817
818    * Mike Abbott's <mja@trudge.engr.sgi.com> patches to improve
819      performance
820        Status: These were written for 1.3, and are awaiting a port to
821        2.0
822  
823    * Jim Winstead's <jimw@trainedmonkey.com> patch to add CookieDomain and 
824      other small mod_usertrack features
825
826    * Dan Rench's <drench@xnet.com> patch to add allow the errmsg and timefmt 
827      of SSI's to be modified in the config file.  Patch is available in 
828      PR6193
829
830 Open issues:
831
832    * What do we do about mod_proxy?
833
834    * Which MPMs will be included with Apache 2.0?
835