STATUS revision 63a6e35c961449778b328496ee9f476c160b930e
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesApache 2.0 STATUS:
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesLast modified at [$Date: 2000/10/23 14:48:06 $]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes 2.0a7 : released October 8, 2000
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes 2.0a6 : released August 18, 2000
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes 2.0a5 : released August 4, 2000
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg 2.0a4 : released June 7, 2000
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes 2.0a3 : released April 28, 2000
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes 2.0a2 : released March 31, 2000
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes 2.0a1 : released March 10, 2000
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesRELEASE SHOWSTOPPERS:
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Root all file systems with <Directory /> for WIN32/OS2/NW permissions
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Status: patch brought forward from 1.3.14
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes WIN32 and OS2 need review [William Rowe, Brian Harvard]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Remove Buff from the code. Convert the remaining calls to ap_b***().
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Some buff functionality is currently missing: translation of protocol
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes data for EBCDIC machines
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * suEXEC doesn't work
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Status: Manoj has posted an patch to fix this.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Message-ID: <20000825024943.A17578@manojk.users.mindspring.com>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Win32: Enable the Windows MPM to honor max_requests_per_child
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes Status: Bill will fix this.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Win32: Get Apache working on Windows 95/98. The following work
f7d723f1ad88ed006c6caf4c2c6604b7c59dd172bnicholes (at least) needs to be done:
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes - winnt MPM: Fix 95/98 code paths in the winnt MPM. There is some NT
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes specific code that is still not in NT only code paths
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes - IOL binds to APR sendfile, implemented with TransmitFile, which
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes is not available on 95/98.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes - Document warning that OSR2 is required (for Crypt functions, in
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Win32: Test access logging with multiple threads. Will the
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes native file I/O calls serialize automagically like the
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes CRT calls or do we need to add region locking each time
5b0c702735f2049038c50c7dc5dd2606086ee110bnicholes we access the logs?
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Win32: Complete the revamp the service environment and relocation
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes into the WinNT MPM. Changes ServerRoot service registry
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes parameter into ConfigArgs for multiple service startup parameters.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Problems to fix in the revamp: -k shutdown/restart are broken,
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes signals are not being acknowledged. Close window and shutdown
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes also seem out of sorts.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes OtherBill is working on this
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * We need a thread-safe resolver, at least on Unix.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Status: The best known candidate would be something from
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Status: Greg asks, "why? doesn't gethostbyname_r() handle this?"
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * There are still thread-unsafe functions used in the server.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes - getpwnam in mod_userdir
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Modify mod_cgi and mod_cgid to deal with directories. This allows
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes a lot of directives to be removed from the core.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesRELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Combine log_child and piped_log_spawn. Clean up http_log.c.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Common logging API.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Create unified scoreboard API and implementation shared across
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Document mod_file_cache.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * OS/2: Get loadable modules working again. Requires shared core support
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes which doesn't appear to be catered for in the current build system.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * OS/2: Make mod_status work for spmt_os2 MPM.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Build scripts do not recognise AIX 4.2.1 pthreads, so the
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes pthread MPMs will not build.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Win32: Enable the winnt MPM to use the new scoreboard API
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Win32: Implement ap_shm_ functions in APR.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Win32: Win9x console window still won't play nice with the
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes close window, logoff and shutdown scenarios.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Win32: Add a simple hold console open patch (wait for close or
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes the ESC key, with a nice message) if the server died a bad
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes death (non-zero exit code) in console mode.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Platforms that do not support fork (primarily Win32 and AS/400)
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Consider introducing HAVE_FORK feature macro. Architect start-up code
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes that avoids initializing all the modules in the parent process on
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes platforms that do not support fork.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Win32: Migrate the MPM over to use APR thread/process calls. This
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes would eliminate some code in the Win32 branch that essentially
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes duplicates what is in APR.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Bill says we need a new procattr, APR_CREATE_SUSPENDED (or
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes something similar) to direct ap_create_process to create the
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes process suspended. We also need a call to wake up the suspended
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes process This may not be able to be implemented everywhere though.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * There are still a number of places in the code where we are
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes losing error status (i.e. throwing away the error returned by a
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes system call and replacing it with a generic error code)
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Win32: Implement reliable piped logs on Windows
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * The connection status table is not very efficient. Also, very few stats
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg are exported to the connection status table (easy to fix), and mod_status
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg * Mass vhosting version of suEXEC.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Replace tables with a proper opaque ADT that has pluggable
6c080a25f5991f40225209541c989d7e76c4a39dbnicholes implementations (including something like the existing data type,
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes plus hash tables for speed, with options for more later).
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Status: fanf is working on this.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * All DBMs suffer from confusion in support/dbmmanage (perl script) since
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes the dbmmanage employs the first-matched dbm format. This is not
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes necessarily the library that Apache was built with. Aught to
41022996c916eb4ab2ec3204eb491b64779eb100bnicholes rewrite dbmmanage upon installation to bin/ with the proper library
41022996c916eb4ab2ec3204eb491b64779eb100bnicholes for predictable mod_auth_db/dbm administration.
41022996c916eb4ab2ec3204eb491b64779eb100bnicholes * configuration option to use *DBM
41022996c916eb4ab2ec3204eb491b64779eb100bnicholes Status: Greg +1 (volunteers)
036436f4f4cdcd76186c0058891216545967043bbnicholes employ same dbm for mod_auth_dbm? [Win32 is using our own sdbm]
41022996c916eb4ab2ec3204eb491b64779eb100bnicholes * Integrate mod_dav.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Message-id: <20000625173247.M29590@lyra.org>
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg Status: works. passes initial regression testing. Joe Orton
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes reports success with his "cadaver" tool.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Some additional items remaining:
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg - case_preserved_filename stuff
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes - fix and re-enable sdbm_lock.c
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes - find a new home for ap_text(_header)
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes - is it possible to remove the DAV: namespace stuff from util_xml?
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * ap_core_translate() and its use by mod_mmap_static are a bit wonky.
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg The function should probably be exposed as a utility function (such
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes as ap_translate_url2fs() or ap_validate_fs_url() or something).
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Another approach would be a new hook phase after "translate" which
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes would allow mod_mmap_static to munge what the translation has
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes decided to do.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Status: Greg +1 (volunteers), Ryan +1
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * Explore use of a post-config hook for the code in http_main.c which
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes calls ap_fixup_virutal_hosts(), ap_fini_vhost_config(), and
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes ap_sort_hooks() [to reduce the logic in main()]
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * read the config tree just once, and process N times (as necessary)
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * add a version number to ap_initialize() as an extra failsafe against
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes (APR) library version skew.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes MsgID: <Pine.LNX.4.10.10005231712380.31927-100000@nebula.lyra.org>
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Status: Greg +1 (volunteers), Jeff +1, Ryan +1, Tony -0(?)
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * mod_info to use the configuration tree
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg * make apr_get_uuid() thread-safe
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * (possibly) use UUIDs in mod_unique_id and/or mod_usertrack
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesPRs that have been suspended forever waiting for someone to
bb2b38cd44b032118359afbc743efbea12f48e61bnicholesput them into 'the next release':
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#73: mod_log-any
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes reporting of referer in error_log
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#76: general
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes missing call to "setlocale();"
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#78: mod_include
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Additional status for XBitHack directive
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#161: mod_dir
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Questionable performace of mod_dir() with negotiation
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#362: mod_proxy
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Mod_proxy doesn't allow change of error pages
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#370: mod_env
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Modified PATH environemnt variable is not passed, instead
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes system's is used
be88e49281c5becee364ab9c6a0576f9b9844e0fbnicholes * PR#440: mod_proxy
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Proxy doesn't deliver documents if not connected
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#534: mod_proxy
56ab8639aed4d3b2f031d9c1160c5f40af01bdebjerenkrantz proxy converts ~name to %7Ename when name starts with a dot (.)
56ab8639aed4d3b2f031d9c1160c5f40af01bdebjerenkrantz * PR#537: mod_access
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes mod_access syntax allows hosts that should be restricted
f7d723f1ad88ed006c6caf4c2c6604b7c59dd172bnicholes * PR#557: mod_auth-any
f7d723f1ad88ed006c6caf4c2c6604b7c59dd172bnicholes ~UserHome directories are not honored in absolute pathname
f7d723f1ad88ed006c6caf4c2c6604b7c59dd172bnicholes requests (.htaccess)
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#573: mod_log-any
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes More LogFormat directives
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#612: mod_proxy
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Proxy FTP Authentication Fails
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#623: mod_include
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes A smarter "Last Modified" value for SSI documents (see PR number 600)
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#628: config
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Request of "Options SymLinksIfGroupMatch"
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#697: mod_include
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes A security tweak I've been using for a few years for SSI
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#700: mod_proxy
4a59e9d628fb857a45d516ad1cdc2a3499427e97fuankg Proxy doesn't do links right for OpenVMS files through ftp:
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#759: mod_imap
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes imap should read <MAP><AREA>*</MAP> too!
3163ad7b2076b0f6961dc1a1ddaa06b240eecb7cjorton * PR#793: general
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes RLimitCPU and RLimitMEM don't apply to all children like they should
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#921: suexec
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Uses cwd before filling it in, doesn't use syslog
9558e9fdb620dd6f42ca93beac6c3ab734086706bnicholes * PR#922: config
9558e9fdb620dd6f42ca93beac6c3ab734086706bnicholes it is useful to allow specifiction that root-owned symlinks
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg should always be followed
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#980: mod_proxy
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Controlling Access to Remote Proxies would be nice...
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#994: mod_proxy
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg Adding authentication "on the fly" through the proxy module
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1004: apache-api
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes request_config field in request_rec is moderately bogus
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1028: other
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes DoS attacks involving memory consumption
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1050: mod_log-any
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Logging of virtual server to error_log as well
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1085: mod_proxy
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg ProxyRemote make a dead cycle.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1117: mod_auth-any
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Using NIS passwd.byname dbm files with AuthDBMUserFile
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1120: suexec
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes suexec does not parse arguments to #exec cmd
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1145: mod_include
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Allow for Last-Modified: without resorting to XBitHack
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1156: config
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes insufficent AllowOverrides granularity for autoindexing
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1158: apache-api
9558e9fdb620dd6f42ca93beac6c3ab734086706bnicholes improvements to child spawning API
9558e9fdb620dd6f42ca93beac6c3ab734086706bnicholes * PR#1166: mod_proxy
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg ``nph-'' not honored (no buffering) for ProxyRemote mapping
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg * PR#1176: mod_cgi
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Apache cannot handle continuation line in headers
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1191: general
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes setlogin() is not called, causing problems with e.g. identd
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1204: general
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes regerror() exists, use it
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg * PR#1233: apache-api
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes there is no way to keep per-connection per-module state
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1263: mod_dir
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Add frame-safe anchor attribute to mod_autoindex links
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1268: suexec
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes CGI scripts running as Apache user: security (suexec etc.)
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1285: suexec
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes Error messages could be easier to spot in cgi.log file for suexec.c
f2f3f241c00a7a4bd597e57a19023940e072918abnicholes * PR#1287: mod_access
f2f3f241c00a7a4bd597e57a19023940e072918abnicholes add allow,deny/deny,allow warning to mod_access
f2f3f241c00a7a4bd597e57a19023940e072918abnicholes * PR#1290: mod_proxy
03ff116275bf4439816b8af6ea3ddabd469f8365fuankg Need to know "hit-rate" on proxy cache
03ff116275bf4439816b8af6ea3ddabd469f8365fuankg * PR#1358: mod_log-any
4883fd339815130dbe680e816ef00256e10b844ffuankg Selective url-encode of log fields (or maybe a pseudo
f2f3f241c00a7a4bd597e57a19023940e072918abnicholes log_rewrite module?)
755d7c84cbdd7bad94beede1d6b5a6526d3a1ccdfuankg * PR#1383: mod_headers
755d7c84cbdd7bad94beede1d6b5a6526d3a1ccdfuankg I make mod_headers to modify request headers as well as
755d7c84cbdd7bad94beede1d6b5a6526d3a1ccdfuankg response ones.
755d7c84cbdd7bad94beede1d6b5a6526d3a1ccdfuankg * PR#1532: mod_proxy
755d7c84cbdd7bad94beede1d6b5a6526d3a1ccdfuankg Proxy transfer logging
f2f3f241c00a7a4bd597e57a19023940e072918abnicholes * PR#1547: mod_proxy
f2f3f241c00a7a4bd597e57a19023940e072918abnicholes No HTTP_X_FORWARDED_FOR set...
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg * PR#1567: mod_proxy
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg ProxyRemote proxy requests fail authentication by firewall
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg * PR#1574: mod_autoindex
0f7cc4b1d3c42262bcdced99f682778963e83ea7bnicholes ReadmeName and HeaderName don't allow for server-parsed html.
f2f3f241c00a7a4bd597e57a19023940e072918abnicholes * PR#1582: mod_rewrite
f2f3f241c00a7a4bd597e57a19023940e072918abnicholes mod_rewrite forms REQUEST_URI different than mod_cgi does
f2f3f241c00a7a4bd597e57a19023940e072918abnicholes * PR#1677: mod_headers
f2f3f241c00a7a4bd597e57a19023940e072918abnicholes mod_headers should allow mod_log_config-style formats in
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg header values
273e1eccdc9e5b94f1e3e13e3ffca7360b6f461fbnicholes * PR#1702: mod_proxy
273e1eccdc9e5b94f1e3e13e3ffca7360b6f461fbnicholes mod_proxy to support persistent conns?
273e1eccdc9e5b94f1e3e13e3ffca7360b6f461fbnicholes * PR#1803: mod_include
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes patches to mod_include to allow for file tests
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1809: mod_auth-any
8410c53aaf5e0372a19d5f4d2bc696b9c609ce3cbnicholes Suggestion for improving authentication modules and core source
8410c53aaf5e0372a19d5f4d2bc696b9c609ce3cbnicholes code, problem with 401 and ErrorDocument
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1855: mod_autoindex
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes More Control over autoindex layout
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes * PR#1878: mod_proxy
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes listing of proxy cache content
A small addition to rotatelogs.c to improve program functionality.
Feedback/Comment on APACI
Inclusion of RPM spec file in CVS/distributions
No way to change ReadmeName/HeaderName suffixes.
apache provides no way to do a wildcard/global NameVirtualHost
MIME types for MNG and JNG files need adding to mime.types and
the mime.types and magic files
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.
* Is conf/highperformance.conf-dist obsolete? It looks obsolete.