STATUS revision 5751f7da0bbdde92dedf21a6c9d743de752e310d
0N/AAPACHE 2.0 STATUS: -*-text-*-
0N/ALast modified at [$Date: 2001/01/21 17:51:08 $]
0N/A
0N/ARelease:
0N/A
0N/A 2.0b1 : Scheduled to release End of January, 2001
0N/A rbb volunteers to be RM
0N/A 2.0a9 : released December 12, 2000
0N/A 2.0a8 : released November 20, 2000
0N/A 2.0a7 : released October 8, 2000
0N/A 2.0a6 : released August 18, 2000
0N/A 2.0a5 : released August 4, 2000
0N/A 2.0a4 : released June 7, 2000
0N/A 2.0a3 : released April 28, 2000
0N/A 2.0a2 : released March 31, 2000
0N/A 2.0a1 : released March 10, 2000
0N/A
0N/ARELEASE SHOWSTOPPERS:
0N/A
0N/A WARNING: ALWAYS check srclib/apr/STATUS and srclib/apr-util/STATUS
0N/A
0N/A * Generic Hooks are absolutely wrong in linkage, they are declared as
0N/A exported from APU, but actually exported from modules. This needs
0N/A heavy fixup, which Bill will do on the plane tommorow. The actual
0N/A 'Apache' declaration is in Apache's files, with the 'explicit linkage'
182N/A flavor in apr-util. (Unless you folks will finally buckle and accept
182N/A the linkspec in hook declarations. I'm not holding my breath.)
182N/A
240N/A * Root all file systems with <Directory /> for WIN32/OS2/NW permissions
8N/A Status: patch brought forward from 1.3.14
240N/A WIN32 and OS2 need review [William Rowe, Brian Harvard]
8N/A
701N/A * Error messages are filtered according to the needs of the original
701N/A URI. Nothing ensures that they are translated on EBCDIC machines
701N/A and *not* translated on ASCII machines.
416N/A
590N/A * Win32: Enable the Windows MPM to honor max_requests_per_child
416N/A Status: FirstBill will fix this?
58N/A
186N/A * Win32: Get Apache working on Windows 95/98. The following work
0N/A (at least) needs to be done:
0N/A - winnt MPM: Fix 95/98 code paths in the winnt MPM. There is some NT
0N/A specific code that is still not in NT only code paths
0N/A - IOL binds to APR sendfile, implemented with TransmitFile, which
0N/A is not available on 95/98.
0N/A - Document warning that OSR2 is required (for Crypt functions, in
0N/A rand.c, at least.)
439N/A
715N/A * Win32: Test access logging with multiple threads. Will the
715N/A native file I/O calls serialize automagically like the
0N/A CRT calls or do we need to add region locking each time
0N/A we access the logs?
99N/A Status:
353N/A
456N/A * Win32: Complete the revamp the service environment and relocation
590N/A into the WinNT MPM. Changes ServerRoot service registry
664N/A parameter into ConfigArgs for multiple service startup parameters.
330N/A Problems to fix in the revamp: -k shutdown/restart are broken,
0N/A signals are not being acknowledged. Close window and shutdown
0N/A also seem out of sorts.
0N/A OtherBill is working on this and will finish over the weekend.
0N/A
0N/A * We need a thread-safe resolver, at least on Unix.
772N/A Status: The best known candidate would be something from
773N/A BIND v9.
773N/A Status: Greg asks, "why? doesn't gethostbyname_r() handle this?"
773N/A
772N/A * The AddInputFilter and AddOutputFilter directives do not allow the
772N/A administrator to remove or reorder filters. Once a filter is added
772N/A in a container, it is present in any subcontainers. It can only be
772N/A added to the filter chain after any filters specified in enclosing
772N/A containers.
772N/A
772N/A * remove the --disable-shared from the subdir config of APR(UTIL)
772N/A before the final release. (in fact, it might even be nice to
772N/A allow for Apache config/build against an already-installed
772N/A APR(UTIL))
772N/A Note: we need to do a "make install" for APR(UTIL) so the shared
772N/A libraries can be installed properly. We could also use that
715N/A point to install include files (rather than have Apache
772N/A know everything that needs to be installed from the
0N/A sub-packages). The original impetus for doing the
0N/A disable-shared was because the shared lib wasn't getting
0N/A installed and a "make clean" in aprutil would make Apache
0N/A fail to load.
0N/A
0N/A * users who want to install third-party modules into the Apache
0N/A source tree (for static linking) need to have autoconf and
0N/A libtool installed. This is because the module needs to have its
0N/A config.m4 incorporated into ./configure, which means "buildconf"
83N/A must be run.
0N/A Note: This is in part because we have removed the "extra" directory.
772N/A In the Apache-2.0 repository, this directory had a config.m4
772N/A file that allowed people to add external modules by
772N/A specifying --with-module on the configure line.
772N/A
772N/ARELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
772N/A
772N/A * Mod_autoindex is still causing too many buckets and too many bucket
772N/A brigades to be created. We need to improve the way the old ap_r*
772N/A functions interact with buckets. This is being tabled until after
84N/A the beta.
84N/A See MSG: <Pine.LNX.4.21.0101111403150.1557-100000@koj>
84N/A
84N/A * The directives to setup output filters need to be re-visited. These
87N/A directives aren't consistent with what we already have, and they don't
87N/A always make good sense.
84N/A Status: rbb volunteers.
459N/A
543N/A * Combine log_child and piped_log_spawn. Clean up http_log.c.
543N/A Common logging API.
290N/A
176N/A * Create unified scoreboard API and implementation shared across
543N/A the MPMs
84N/A
176N/A * Document mod_file_cache.
543N/A
84N/A * OS/2: Get loadable modules working again. Requires shared core support
84N/A which doesn't appear to be catered for in the current build system.
84N/A
0N/A * OS/2: Make mod_status work for spmt_os2 MPM.
0N/A
25N/A * Win32: Enable the winnt MPM to use the new scoreboard API
615N/A
0N/A * Win32: Win9x console window still won't play nice with the
0N/A close window, logoff and shutdown scenarios.
615N/A Status: OtherBill will move the patch forward from 1.3.15, once we
772N/A get our other Win9x issues solved.
772N/A
25N/A * Win32: Add a simple hold console open patch (wait for close or
767N/A the ESC key, with a nice message) if the server died a bad
767N/A death (non-zero exit code) in console mode.
767N/A Status: OtherBill is bringing forward same ugly hack from 1.3.13
772N/A
772N/A * Platforms that do not support fork (primarily Win32 and AS/400)
767N/A Architect start-up code that avoids initializing all the modules
767N/A in the parent process on platforms that do not support fork.
25N/A
25N/A * Win32: Migrate the MPM over to use APR thread/process calls. This
25N/A would eliminate some code in the Win32 branch that essentially
25N/A duplicates what is in APR.
0N/A
50N/A * There are still a number of places in the code where we are
0N/A losing error status (i.e. throwing away the error returned by a
0N/A system call and replacing it with a generic error code)
0N/A
0N/A * Win32: Implement reliable piped logs on Windows
0N/A
0N/A * The connection status table is not very efficient. Also, very few stats
0N/A are exported to the connection status table (easy to fix), and mod_status
0N/A is ugly.
0N/A
543N/A * Mass vhosting version of suEXEC.
543N/A
353N/A * All DBMs suffer from confusion in support/dbmmanage (perl script) since
353N/A the dbmmanage employs the first-matched dbm format. This is not
543N/A necessarily the library that Apache was built with. Aught to
0N/A rewrite dbmmanage upon installation to bin/ with the proper library
543N/A for predictable mod_auth_db/dbm administration.
0N/A
0N/A * use apu_dbm in mod_auth_dbm
0N/A Status: Greg +1 (low-priority volunteer)
0N/A
258N/A * Integrate mod_dav.
0N/A Some additional items remaining:
0N/A - case_preserved_filename stuff
256N/A (use the new canonical name stuff?)
290N/A - find a new home for ap_text(_header)
703N/A - is it possible to remove the DAV: namespace stuff from util_xml?
703N/A
703N/A * ap_core_translate() and its use by mod_mmap_static and mod_file_cache
703N/A are a bit wonky. The function should probably be exposed as a utility
703N/A function (such as ap_translate_url2fs() or ap_validate_fs_url() or
703N/A something). Another approach would be a new hook phase after
703N/A "translate" which would allow the module to munge what the
703N/A translation has decided to do.
703N/A Status: Greg +1 (volunteers), Ryan +1
703N/A
0N/A * Explore use of a post-config hook for the code in http_main.c which
93N/A calls ap_fixup_virutal_hosts(), ap_fini_vhost_config(), and
93N/A ap_sort_hooks() [to reduce the logic in main()]
93N/A
93N/A * read the config tree just once, and process N times (as necessary)
93N/A
93N/A * (possibly) use UUIDs in mod_unique_id and/or mod_usertrack
93N/A
93N/A * (possibly) port the bug fix for PR 6942 (segv when LoadModule is put
93N/A into a VirtualHost container) to 2.0.
176N/A
290N/A * the LTFLAGS = -export-dynamic in the config.m4 is wrong. it is getting
435N/A added multiple times during the config process. The -export-dynamic
298N/A should probably move into build/special.mk (the make file used for
176N/A building Apache modules).
93N/A
176N/A * toss the AddModule directive. we add all prelinked modules
176N/A automatically, and the LoadModule directive now implies
93N/A AddModule. so... there is no point to it any more.
93N/A RBB says: We do not add all prelinked modules back after
664N/A a clear module list. If we remove AddModule, we
314N/A also need to remove ClearModuleList, because
317N/A it wouldn't make any sense.
317N/A
317N/A
460N/APRs that have been suspended forever waiting for someone to
664N/Aput them into 'the next release':
543N/A
314N/A * PR#76: general
314N/A missing call to "setlocale();"
314N/A Status:
314N/A
314N/A * PR#78: mod_include
590N/A Additional status for XBitHack directive
314N/A Status:
590N/A
314N/A * PR#161: mod_dir
314N/A Questionable performace of mod_dir() with negotiation
314N/A Status:
314N/A
314N/A * PR#362: mod_proxy
314N/A Mod_proxy doesn't allow change of error pages
590N/A Status:
314N/A
664N/A * PR#370: mod_env
664N/A Modified PATH environemnt variable is not passed, instead
191N/A system's is used
460N/A Status:
317N/A
314N/A * PR#440: mod_proxy
460N/A Proxy doesn't deliver documents if not connected
590N/A Status:
460N/A
317N/A * PR#534: mod_proxy
317N/A proxy converts ~name to %7Ename when name starts with a dot (.)
314N/A Status:
314N/A
314N/A * PR#537: mod_access
314N/A mod_access syntax allows hosts that should be restricted
590N/A Status:
590N/A
314N/A * PR#557: mod_auth-any
314N/A ~UserHome directories are not honored in absolute pathname
314N/A requests (.htaccess)
314N/A Status:
314N/A
460N/A * PR#573: mod_log-any
590N/A More LogFormat directives
460N/A Status:
314N/A
191N/A * PR#612: mod_proxy
191N/A Proxy FTP Authentication Fails
191N/A Status:
314N/A
11N/A * PR#623: mod_include
11N/A A smarter "Last Modified" value for SSI documents (see PR number 600)
99N/A Status:
99N/A
99N/A * PR#628: config
99N/A Request of "Options SymLinksIfGroupMatch"
99N/A Status:
99N/A
290N/A * PR#697: mod_include
664N/A A security tweak I've been using for a few years for SSI
664N/A Status:
186N/A
58N/A * PR#700: mod_proxy
664N/A Proxy doesn't do links right for OpenVMS files through ftp:
58N/A Status:
58N/A
203N/A * PR#759: mod_imap
203N/A imap should read <MAP><AREA>*</MAP> too!
203N/A Status:
203N/A
203N/A * PR#793: general
590N/A RLimitCPU and RLimitMEM don't apply to all children like they should
664N/A Status:
290N/A
203N/A * PR#921: suexec
203N/A Uses cwd before filling it in, doesn't use syslog
203N/A Status:
517N/A
578N/A * PR#922: config
517N/A it is useful to allow specifiction that root-owned symlinks
590N/A should always be followed
517N/A Status:
517N/A
517N/A * PR#980: mod_proxy
517N/A Controlling Access to Remote Proxies would be nice...
519N/A Status:
590N/A
517N/A * PR#994: mod_proxy
590N/A Adding authentication "on the fly" through the proxy module
517N/A Status:
578N/A
590N/A * PR#1004: apache-api
203N/A request_config field in request_rec is moderately bogus
203N/A Status:
203N/A
203N/A * PR#1028: other
668N/A DoS attacks involving memory consumption
668N/A Status:
668N/A
668N/A * PR#1050: mod_log-any
668N/A Logging of virtual server to error_log as well
668N/A Status:
668N/A
668N/A * PR#1085: mod_proxy
668N/A ProxyRemote make a dead cycle.
668N/A Status:
668N/A
668N/A * PR#1117: mod_auth-any
668N/A Using NIS passwd.byname dbm files with AuthDBMUserFile
668N/A Status:
668N/A
668N/A * PR#1120: suexec
668N/A suexec does not parse arguments to #exec cmd
668N/A Status:
668N/A
668N/A * PR#1145: mod_include
668N/A Allow for Last-Modified: without resorting to XBitHack
668N/A Status:
668N/A
668N/A * PR#1156: config
668N/A insufficent AllowOverrides granularity for autoindexing
668N/A Status:
668N/A
668N/A * PR#1158: apache-api
668N/A improvements to child spawning API
668N/A Status:
668N/A
668N/A * PR#1166: mod_proxy
668N/A ``nph-'' not honored (no buffering) for ProxyRemote mapping
668N/A Status:
668N/A
668N/A * PR#1176: mod_cgi
668N/A Apache cannot handle continuation line in headers
668N/A Status:
771N/A
772N/A * PR#1191: general
772N/A setlogin() is not called, causing problems with e.g. identd
772N/A Status:
772N/A
240N/A * PR#1204: general
240N/A regerror() exists, use it
543N/A Status:
578N/A
543N/A * PR#1233: apache-api
543N/A there is no way to keep per-connection per-module state
543N/A Status:
543N/A
590N/A * PR#1263: mod_dir
543N/A Add frame-safe anchor attribute to mod_autoindex links
240N/A Status:
543N/A
771N/A * PR#1268: suexec
543N/A CGI scripts running as Apache user: security (suexec etc.)
590N/A Status:
543N/A
543N/A * PR#1285: suexec
543N/A Error messages could be easier to spot in cgi.log file for suexec.c
543N/A Status:
590N/A
543N/A * PR#1287: mod_access
578N/A add allow,deny/deny,allow warning to mod_access
590N/A Status:
240N/A
240N/A * PR#1290: mod_proxy
543N/A Need to know "hit-rate" on proxy cache
588N/A Status:
701N/A
701N/A * PR#1358: mod_log-any
701N/A Selective url-encode of log fields (or maybe a pseudo
771N/A log_rewrite module?)
771N/A Status:
771N/A
771N/A * PR#1383: mod_headers
771N/A I make mod_headers to modify request headers as well as
771N/A response ones.
771N/A Status:
771N/A
771N/A * PR#1532: mod_proxy
771N/A Proxy transfer logging
701N/A Status:
701N/A
771N/A * PR#1547: mod_proxy
701N/A No HTTP_X_FORWARDED_FOR set...
701N/A Status:
701N/A
701N/A * PR#1567: mod_proxy
701N/A ProxyRemote proxy requests fail authentication by firewall
701N/A Status:
701N/A
701N/A * PR#1574: mod_autoindex
701N/A ReadmeName and HeaderName don't allow for server-parsed html.
701N/A Status:
701N/A
701N/A * PR#1582: mod_rewrite
543N/A mod_rewrite forms REQUEST_URI different than mod_cgi does
543N/A Status:
543N/A
203N/A * PR#1677: mod_headers
203N/A mod_headers should allow mod_log_config-style formats in
203N/A header values
203N/A Status:
772N/A
772N/A * PR#1702: mod_proxy
772N/A mod_proxy to support persistent conns?
772N/A Status:
543N/A
664N/A * PR#1803: mod_include
543N/A patches to mod_include to allow for file tests
240N/A Status:
588N/A
240N/A * PR#1809: mod_auth-any
240N/A Suggestion for improving authentication modules and core source
240N/A code, problem with 401 and ErrorDocument
772N/A Status:
772N/A
772N/A * PR#1855: mod_autoindex
772N/A More Control over autoindex layout
543N/A Status:
240N/A
240N/A * PR#1878: mod_proxy
543N/A listing of proxy cache content
543N/A Status:
578N/A
590N/A * PR#1905: suexec
578N/A Allow modules to set user:group for execution.
543N/A Status:
203N/A
240N/A * PR#2024: apache-api
588N/A adding auth_why to conn_rec
203N/A Status:
203N/A
651N/A * PR#2073: mod_log-any
771N/A pipelined connections are not logged correctly
771N/A Status:
771N/A
771N/A * PR#2074: mod_rewrite
651N/A mod_rewrite doesn't pass Proxy Throughput on internal subrequests
651N/A Status:
678N/A
678N/A * PR#2113: config
651N/A HTTP Server Rebuild Line Needs Changing for the better
764N/A Status:
772N/A
772N/A * PR#2138: mod_status
772N/A mod_status always displays 256 possible connection slots
772N/A Status:
715N/A
771N/A * PR#2221: documentation
771N/A Make online documentation search link back to my installation
771N/A Status:
771N/A
687N/A * PR#2284: general
771N/A Can not POST to ErrorDocument - Apache/1.3b6
771N/A Status:
771N/A
771N/A * PR#2314: mod_proxy
771N/A patterns in ProxyRemote
771N/A Status:
771N/A
771N/A * PR#2343: mod_status
771N/A Status module averages are for entire uptime
771N/A Status:
771N/A
771N/A * PR#2360: suexec
771N/A suexec for general access of user content?
771N/A Status:
771N/A
687N/A * PR#2396: general
651N/A Proposal for TimeZone directive
687N/A Status:
664N/A
439N/A * PR#2415: mod_info
543N/A /server-info doesn't check for the virtual host to list the info
212N/A Status:
543N/A
212N/A * PR#2421: config
590N/A problem specifying ndbm library for build ?with autoconfigure
212N/A Status:
212N/A
543N/A * PR#2431: general
543N/A A small addition to rotatelogs.c to improve program functionality.
543N/A Status:
543N/A
8N/A * PR#2446: config
543N/A AllowOverride FileInfo is too coarse
8N/A Status:
96N/A
96N/A * PR#2460: mod_cgi
664N/A TimeOut applies to output of CGI scripts
664N/A Status:
664N/A
664N/A * PR#2512: mod_access
664N/A &lt;IfDenied&gt; directive wanted
664N/A Status:
664N/A
664N/A * PR#2573: suexec
693N/A CGI's for general use still have to be run as another user
693N/A with suExec
693N/A Status:
693N/A
664N/A * PR#2648: general
693N/A Cache file names in Proxy module
693N/A Status:
693N/A
693N/A * PR#2760: config
693N/A [PATCH] User/Group for <Directory> and <Location> i.e. not only
693N/A in global and <Virtual>.
693N/A Status:
693N/A
693N/A * PR#2763: general
693N/A mailto tags and bundling bug report script
693N/A Status:
693N/A
664N/A * PR#2772: mod_log-any
664N/A more % escapes
693N/A Status:
664N/A
664N/A * PR#2785: os-aix
0N/A Support for System Resource Controller
Status:
* PR#2793: protocol
When will Apache support P3P? Any Plans?
Status:
* PR#2873: config
Feedback/Comment on APACI
Status:
* PR#2889: general
Inclusion of RPM spec file in CVS/distributions
Status:
* PR#2906: general
Propose that Apache recommend $UNIQUE_ID for all "session id"
algorithms
Status:
* PR#2907: config
suggestion: power up your Include directive :)
Status:
* PR#3018: general
cannot limit some HTTP methods
Status:
* PR#3026: mod_autoindex
No way to change ReadmeName/HeaderName suffixes.
Status:
* PR#3143: apache-api
No module specific data hook for per-connection data
Status:
* PR#3181: config
Configuration file in Japanese
Status:
* PR#3191: mod_negotiation
no way to set global quality-of-source (qs) coneg values
with multiviews
Status:
* PR#3430: mod_negotiation
Enhancement: MultiViews, Multi-Language Documents
Status:
* PR#3568: mod_proxy
Accessing URL through proxy server corrupts data.
Status:
* PR#3594: os-windows
Please add an Apache icon to the systray instead of a DOS window
Status:
* PR#3605: mod_proxy
Some anonymous FTP URLs ask for authentication
Status:
* PR#3654: mod_autoindex
BORDER=0 makes Icons look nicer (FancyIndexing)
Status:
* PR#3677: general
New ErrorDocumentMatch directive
Status:
* PR#4180: os-windows
Alternative for win95 users
Status:
* PR#4241: config
Need to be able to override shebang line to make CGI scripts
more portable.
Status:
* PR#4244: config
"Files" and "FilesMatch" regexp does not recognize bang as
negation operator
Status:
* PR#4448: mod_log-any
Please allow CGI env variables (QUERY_STRING, ...) to be logged
with %{}e
Status:
* PR#4459: mod_include
Suggestion for better handling of Last-modified headers
Status:
* PR#4490: mod_cgi
mod_cgi prevents handling of OPTIONS requests
Status:
* PR#4520: mod_autoindex
mod_autoindex does not generate Last-Modified response headers
Status:
* PR#4658: os-windows
The output of CGI scripts appears in the window that apache
is running in
Status:
* PR#5713: os-windows
[PATCH] install as service with domain account
Status:
* PR#5993: general
AllowOverride should have a 'CheckNone' and 'AllowNone' argument
instead of only 'None'
Status:
* PR#6347: mod_mime
MIME types for MNG and JNG files need adding to mime.types and
the mime.types and magic files
Status: Waiting for IANA types to be defined
Other bugs that need fixing:
* MaxRequestsPerChild measures connections, not requests.
Until someone has a better way, we'll probably just rename it
"MaxConnectionsPerChild".
* Regex containers don't work in an intutive way
Status: No one has come up with an efficient way to fix this
behavior. Dean has suggested getting rid of regex containers
completely.
* SIGSEGV on Linux (glibc 2.1.2) isn't caught properly by a
sigwaiting thread. We need to work around this, perhaps unless
there is hope soon for a fixed glibc.
Other features that need writing:
* Finish infrastructure in core for async MPMs
Status: post 2.0
* TODO in source -- just do an egrep on "TODO" and see what's there
Documentation that needs writing:
* Mod_status docs are needed.
* The concept of MPMs, especially if we ship more than one MPM for a
given platform
* New directives in the various MPMs and appropriate links from
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.
* API documentation
Status: Ben Laurie has written some hooks documentation
(apache-2.0/htdocs/hooks.html)
* Changes since 1.3.9 can be more easily seen in the commitlog file
dev.apache.org:/home/cvs/CVSROOT/commitlogs/apache-2.0
which includes some of Roy's comments when the changes were
committed in rough change-sets by purpose. Note that the commitlog
does not show the contents of new files until later.
Available Patches:
* Jon Travis's <jtravis@covalent.net> patch to deal with thread-safe
issues with inet_ntoa. See message <20001201163220.A12827@covalent.net>
Status: This is being set aside until the IPv6 work is finished
so that we know exactly what is required.
* Martin Sojka <msojka@gmx.de>'s patch to add error reporting for failed
htpasswd actions due to a full /tmp volume (other programs may have
similar problems?)
PR: 6475
Status:
* Mike Abbott's <mja@trudge.engr.sgi.com> patches to improve
performance
Status: These were written for 1.3, and are awaiting a port to
2.0
* Jim Winstead's <jimw@trainedmonkey.com> patch to add CookieDomain and
other small mod_usertrack features
* Dan Rench's <drench@xnet.com> patch to add allow the errmsg and timefmt
of SSI's to be modified in the config file. Patch is available in
PR6193
Open issues:
* What do we do about mod_proxy?
* Which MPMs will be included with Apache 2.0?