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