STATUS revision 63a6e35c961449778b328496ee9f476c160b930e
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fieldingApache 2.0 STATUS:
f3091cedd4abeda1026d9117c34e8f625754e8aefieldingLast modified at [$Date: 2000/10/23 14:48:06 $]
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding 2.0a8 : ???
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding 2.0a7 : released October 8, 2000
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding 2.0a6 : released August 18, 2000
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding 2.0a5 : released August 4, 2000
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding 2.0a4 : released June 7, 2000
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding 2.0a3 : released April 28, 2000
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding 2.0a2 : released March 31, 2000
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding 2.0a1 : released March 10, 2000
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fieldingRELEASE SHOWSTOPPERS:
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * Root all file systems with <Directory /> for WIN32/OS2/NW permissions
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding Status: patch brought forward from 1.3.14
f3091cedd4abeda1026d9117c34e8f625754e8aefielding WIN32 and OS2 need review [William Rowe, Brian Harvard]
f3091cedd4abeda1026d9117c34e8f625754e8aefielding * Remove Buff from the code. Convert the remaining calls to ap_b***().
f3091cedd4abeda1026d9117c34e8f625754e8aefielding * Some buff functionality is currently missing: translation of protocol
f3091cedd4abeda1026d9117c34e8f625754e8aefielding data for EBCDIC machines
f3091cedd4abeda1026d9117c34e8f625754e8aefielding * suEXEC doesn't work
f3091cedd4abeda1026d9117c34e8f625754e8aefielding Status: Manoj has posted an patch to fix this.
f3091cedd4abeda1026d9117c34e8f625754e8aefielding Message-ID: <20000825024943.A17578@manojk.users.mindspring.com>
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * Win32: Enable the Windows MPM to honor max_requests_per_child
f3091cedd4abeda1026d9117c34e8f625754e8aefielding Status: Bill will fix this.
64185f9824e42f21ca7b9ae6c004484215c031a7rbb * Win32: Get Apache working on Windows 95/98. The following work
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding (at least) needs to be done:
f3091cedd4abeda1026d9117c34e8f625754e8aefielding - winnt MPM: Fix 95/98 code paths in the winnt MPM. There is some NT
f3091cedd4abeda1026d9117c34e8f625754e8aefielding specific code that is still not in NT only code paths
f3091cedd4abeda1026d9117c34e8f625754e8aefielding - IOL binds to APR sendfile, implemented with TransmitFile, which
f3091cedd4abeda1026d9117c34e8f625754e8aefielding is not available on 95/98.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding - Document warning that OSR2 is required (for Crypt functions, in
f3091cedd4abeda1026d9117c34e8f625754e8aefielding * Win32: Test access logging with multiple threads. Will the
f3091cedd4abeda1026d9117c34e8f625754e8aefielding native file I/O calls serialize automagically like the
f3091cedd4abeda1026d9117c34e8f625754e8aefielding CRT calls or do we need to add region locking each time
f3091cedd4abeda1026d9117c34e8f625754e8aefielding we access the logs?
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * Win32: Complete the revamp the service environment and relocation
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding into the WinNT MPM. Changes ServerRoot service registry
f3091cedd4abeda1026d9117c34e8f625754e8aefielding parameter into ConfigArgs for multiple service startup parameters.
f3091cedd4abeda1026d9117c34e8f625754e8aefielding Problems to fix in the revamp: -k shutdown/restart are broken,
f3091cedd4abeda1026d9117c34e8f625754e8aefielding signals are not being acknowledged. Close window and shutdown
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding also seem out of sorts.
f3091cedd4abeda1026d9117c34e8f625754e8aefielding OtherBill is working on this
f3091cedd4abeda1026d9117c34e8f625754e8aefielding * We need a thread-safe resolver, at least on Unix.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding Status: The best known candidate would be something from
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding Status: Greg asks, "why? doesn't gethostbyname_r() handle this?"
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * There are still thread-unsafe functions used in the server.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding - getpwnam in mod_userdir
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * Modify mod_cgi and mod_cgid to deal with directories. This allows
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding a lot of directives to be removed from the core.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fieldingRELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * Combine log_child and piped_log_spawn. Clean up http_log.c.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding Common logging API.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * Create unified scoreboard API and implementation shared across
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * Document mod_file_cache.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * OS/2: Get loadable modules working again. Requires shared core support
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding which doesn't appear to be catered for in the current build system.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * OS/2: Make mod_status work for spmt_os2 MPM.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * Build scripts do not recognise AIX 4.2.1 pthreads, so the
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding pthread MPMs will not build.
c53a68af52e2428d833746388b412fb4793759b2trawick * Win32: Enable the winnt MPM to use the new scoreboard API
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * Win32: Implement ap_shm_ functions in APR.
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * Win32: Win9x console window still won't play nice with the
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx close window, logoff and shutdown scenarios.
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * Win32: Add a simple hold console open patch (wait for close or
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx the ESC key, with a nice message) if the server died a bad
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx death (non-zero exit code) in console mode.
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * Platforms that do not support fork (primarily Win32 and AS/400)
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx Consider introducing HAVE_FORK feature macro. Architect start-up code
383a9c6af58f5a670e8ef8b7f222ce71dbb7bee5dirkx that avoids initializing all the modules in the parent process on
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx platforms that do not support fork.
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * Win32: Migrate the MPM over to use APR thread/process calls. This
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx would eliminate some code in the Win32 branch that essentially
bb036ec40eb03d669a5838214bf5ac211da0340baaron duplicates what is in APR.
bb036ec40eb03d669a5838214bf5ac211da0340baaron Bill says we need a new procattr, APR_CREATE_SUSPENDED (or
bb036ec40eb03d669a5838214bf5ac211da0340baaron something similar) to direct ap_create_process to create the
bb036ec40eb03d669a5838214bf5ac211da0340baaron process suspended. We also need a call to wake up the suspended
bb036ec40eb03d669a5838214bf5ac211da0340baaron process This may not be able to be implemented everywhere though.
bb036ec40eb03d669a5838214bf5ac211da0340baaron * There are still a number of places in the code where we are
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding losing error status (i.e. throwing away the error returned by a
78657729e2a01d274ab2894015cd384e175f17d7jwoolley system call and replacing it with a generic error code)
af9be3a217c70b689b7275ed0690fc74483e7c4fdirkx * Win32: Implement reliable piped logs on Windows
860d483ae528603f7e1f962903e71ac28358bef6wrowe * The connection status table is not very efficient. Also, very few stats
860d483ae528603f7e1f962903e71ac28358bef6wrowe are exported to the connection status table (easy to fix), and mod_status
56b4c2f79f228da54b5815060ec3eb809dd9dcf9aaron * Mass vhosting version of suEXEC.
56b4c2f79f228da54b5815060ec3eb809dd9dcf9aaron * Replace tables with a proper opaque ADT that has pluggable
56b4c2f79f228da54b5815060ec3eb809dd9dcf9aaron implementations (including something like the existing data type,
56b4c2f79f228da54b5815060ec3eb809dd9dcf9aaron plus hash tables for speed, with options for more later).
af9be3a217c70b689b7275ed0690fc74483e7c4fdirkx Status: fanf is working on this.
860d483ae528603f7e1f962903e71ac28358bef6wrowe * All DBMs suffer from confusion in support/dbmmanage (perl script) since
860d483ae528603f7e1f962903e71ac28358bef6wrowe the dbmmanage employs the first-matched dbm format. This is not
860d483ae528603f7e1f962903e71ac28358bef6wrowe necessarily the library that Apache was built with. Aught to
860d483ae528603f7e1f962903e71ac28358bef6wrowe rewrite dbmmanage upon installation to bin/ with the proper library
860d483ae528603f7e1f962903e71ac28358bef6wrowe for predictable mod_auth_db/dbm administration.
860d483ae528603f7e1f962903e71ac28358bef6wrowe * configuration option to use *DBM
860d483ae528603f7e1f962903e71ac28358bef6wrowe Status: Greg +1 (volunteers)
860d483ae528603f7e1f962903e71ac28358bef6wrowe employ same dbm for mod_auth_dbm? [Win32 is using our own sdbm]
860d483ae528603f7e1f962903e71ac28358bef6wrowe * Integrate mod_dav.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding Message-id: <20000625173247.M29590@lyra.org>
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding Status: works. passes initial regression testing. Joe Orton
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding reports success with his "cadaver" tool.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding Some additional items remaining:
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding - case_preserved_filename stuff
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding - fix and re-enable sdbm_lock.c
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding - find a new home for ap_text(_header)
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding - is it possible to remove the DAV: namespace stuff from util_xml?
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * ap_core_translate() and its use by mod_mmap_static are a bit wonky.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding The function should probably be exposed as a utility function (such
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding as ap_translate_url2fs() or ap_validate_fs_url() or something).
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding Another approach would be a new hook phase after "translate" which
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding would allow mod_mmap_static to munge what the translation has
f4a8b04b47f09a21b65646b66b19c9649ff7f03arbb decided to do.
f4a8b04b47f09a21b65646b66b19c9649ff7f03arbb Status: Greg +1 (volunteers), Ryan +1
f4a8b04b47f09a21b65646b66b19c9649ff7f03arbb * Explore use of a post-config hook for the code in http_main.c which
f4a8b04b47f09a21b65646b66b19c9649ff7f03arbb calls ap_fixup_virutal_hosts(), ap_fini_vhost_config(), and
f4a8b04b47f09a21b65646b66b19c9649ff7f03arbb ap_sort_hooks() [to reduce the logic in main()]
f4a8b04b47f09a21b65646b66b19c9649ff7f03arbb * read the config tree just once, and process N times (as necessary)
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * add a version number to ap_initialize() as an extra failsafe against
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding (APR) library version skew.
cccd31fa4a72fe23cc3249c06db181b274a55a69gstein MsgID: <Pine.LNX.4.10.10005231712380.31927-100000@nebula.lyra.org>
33cc48e1677642f4027deb6421ab6d7f3787ee0ffielding Status: Greg +1 (volunteers), Jeff +1, Ryan +1, Tony -0(?)
f4a8b04b47f09a21b65646b66b19c9649ff7f03arbb * mod_info to use the configuration tree
f4a8b04b47f09a21b65646b66b19c9649ff7f03arbb * make apr_get_uuid() thread-safe
cccd31fa4a72fe23cc3249c06db181b274a55a69gstein * (possibly) use UUIDs in mod_unique_id and/or mod_usertrack
54c358157ff30a1c4f4f8b27f3a687f254afa493wrowePRs that have been suspended forever waiting for someone to
f706ad4ddbeb3b9814f52e83006e505cbb2cf662rbbput them into 'the next release':
480e6d6e3fbf8fc23af721f430a97afb0012be6ftrawick * PR#73: mod_log-any
480e6d6e3fbf8fc23af721f430a97afb0012be6ftrawick reporting of referer in error_log
f4a8b04b47f09a21b65646b66b19c9649ff7f03arbb * PR#76: general
f4a8b04b47f09a21b65646b66b19c9649ff7f03arbb missing call to "setlocale();"
f4a8b04b47f09a21b65646b66b19c9649ff7f03arbb * PR#78: mod_include
48d7c43629323c8d5ee9f7bd0d194de0a376b391rbb Additional status for XBitHack directive
2a1011ba69b24f3224bcb358d542017d5f389f78wrowe * PR#161: mod_dir
2a1011ba69b24f3224bcb358d542017d5f389f78wrowe Questionable performace of mod_dir() with negotiation
2a1011ba69b24f3224bcb358d542017d5f389f78wrowe * PR#362: mod_proxy
2a1011ba69b24f3224bcb358d542017d5f389f78wrowe Mod_proxy doesn't allow change of error pages
2a1011ba69b24f3224bcb358d542017d5f389f78wrowe * PR#370: mod_env
2a1011ba69b24f3224bcb358d542017d5f389f78wrowe Modified PATH environemnt variable is not passed, instead
2a1011ba69b24f3224bcb358d542017d5f389f78wrowe system's is used
2a1011ba69b24f3224bcb358d542017d5f389f78wrowe * PR#440: mod_proxy
2a1011ba69b24f3224bcb358d542017d5f389f78wrowe Proxy doesn't deliver documents if not connected
2a1011ba69b24f3224bcb358d542017d5f389f78wrowe * PR#534: mod_proxy
2a1011ba69b24f3224bcb358d542017d5f389f78wrowe proxy converts ~name to %7Ename when name starts with a dot (.)
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * PR#537: mod_access
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx mod_access syntax allows hosts that should be restricted
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * PR#557: mod_auth-any
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx ~UserHome directories are not honored in absolute pathname
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx requests (.htaccess)
2a1011ba69b24f3224bcb358d542017d5f389f78wrowe * PR#573: mod_log-any
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx More LogFormat directives
bb65aeae7af1d33b64252bbc1b966942d757ac60wrowe * PR#612: mod_proxy
cf721750997514b9cbed94bf3672ff6b3e2c2132trawick Proxy FTP Authentication Fails
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * PR#623: mod_include
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding A smarter "Last Modified" value for SSI documents (see PR number 600)
20fb0ba160cf0ca91b3f0f0d552cbe60d92b0449fielding * PR#628: config
20fb0ba160cf0ca91b3f0f0d552cbe60d92b0449fielding Request of "Options SymLinksIfGroupMatch"
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * PR#697: mod_include
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding A security tweak I've been using for a few years for SSI
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * PR#700: mod_proxy
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding Proxy doesn't do links right for OpenVMS files through ftp:
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * PR#759: mod_imap
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding imap should read <MAP><AREA>*</MAP> too!
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm * PR#793: general
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding RLimitCPU and RLimitMEM don't apply to all children like they should
fcb200c29efef52f5839231fe586d6d9a0c2df16wrowe * PR#921: suexec
0906f649b3d720299e47ed1148e79051e8941b2adirkx Uses cwd before filling it in, doesn't use syslog
23b4e2f556ce39696c4e31c6e72893f7489ff8d9dirkx * PR#922: config
23b4e2f556ce39696c4e31c6e72893f7489ff8d9dirkx it is useful to allow specifiction that root-owned symlinks
23b4e2f556ce39696c4e31c6e72893f7489ff8d9dirkx should always be followed
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * PR#980: mod_proxy
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx Controlling Access to Remote Proxies would be nice...
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * PR#994: mod_proxy
f4a8b04b47f09a21b65646b66b19c9649ff7f03arbb Adding authentication "on the fly" through the proxy module
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * PR#1004: apache-api
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding request_config field in request_rec is moderately bogus
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * PR#1028: other
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx DoS attacks involving memory consumption
20fb0ba160cf0ca91b3f0f0d552cbe60d92b0449fielding * PR#1050: mod_log-any
20fb0ba160cf0ca91b3f0f0d552cbe60d92b0449fielding Logging of virtual server to error_log as well
20fb0ba160cf0ca91b3f0f0d552cbe60d92b0449fielding * PR#1085: mod_proxy
20fb0ba160cf0ca91b3f0f0d552cbe60d92b0449fielding ProxyRemote make a dead cycle.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * PR#1117: mod_auth-any
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding Using NIS passwd.byname dbm files with AuthDBMUserFile
f4a8b04b47f09a21b65646b66b19c9649ff7f03arbb * PR#1120: suexec
23b4e2f556ce39696c4e31c6e72893f7489ff8d9dirkx suexec does not parse arguments to #exec cmd
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * PR#1145: mod_include
23b4e2f556ce39696c4e31c6e72893f7489ff8d9dirkx Allow for Last-Modified: without resorting to XBitHack
c942c38355756d2671aeceff48721a4ce449bac4martin * PR#1156: config
23b4e2f556ce39696c4e31c6e72893f7489ff8d9dirkx insufficent AllowOverrides granularity for autoindexing
23b4e2f556ce39696c4e31c6e72893f7489ff8d9dirkx * PR#1158: apache-api
c2cc37797238c6f97818d701fbb075b6107507cabrianp improvements to child spawning API
23b4e2f556ce39696c4e31c6e72893f7489ff8d9dirkx * PR#1166: mod_proxy
23b4e2f556ce39696c4e31c6e72893f7489ff8d9dirkx ``nph-'' not honored (no buffering) for ProxyRemote mapping
c2cc37797238c6f97818d701fbb075b6107507cabrianp * PR#1176: mod_cgi
23b4e2f556ce39696c4e31c6e72893f7489ff8d9dirkx Apache cannot handle continuation line in headers
c2cc37797238c6f97818d701fbb075b6107507cabrianp * PR#1191: general
30309f86bfd564437654aa822a19cd0cb29ca6f8wrowe setlogin() is not called, causing problems with e.g. identd
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * PR#1204: general
f33c2c86b419be97248c5289b71738b5f0c7ab0adirkx regerror() exists, use it
62ba6bde073be4d332ffc9c89768757d3f646da5dirkx * PR#1233: apache-api
62ba6bde073be4d332ffc9c89768757d3f646da5dirkx there is no way to keep per-connection per-module state
23b4e2f556ce39696c4e31c6e72893f7489ff8d9dirkx * PR#1263: mod_dir
0bcc11df5f030cf62289599a25f5831913a4b438trawick Add frame-safe anchor attribute to mod_autoindex links
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * PR#1268: suexec
fcb200c29efef52f5839231fe586d6d9a0c2df16wrowe CGI scripts running as Apache user: security (suexec etc.)
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * PR#1285: suexec
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx Error messages could be easier to spot in cgi.log file for suexec.c
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * PR#1287: mod_access
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx add allow,deny/deny,allow warning to mod_access
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * PR#1290: mod_proxy
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx Need to know "hit-rate" on proxy cache
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * PR#1358: mod_log-any
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding Selective url-encode of log fields (or maybe a pseudo
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding log_rewrite module?)
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * PR#1383: mod_headers
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm I make mod_headers to modify request headers as well as
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding response ones.
0906f649b3d720299e47ed1148e79051e8941b2adirkx * PR#1532: mod_proxy
446b877d2ab69d9bbcd9152a2d54814f05f1c00brbb Proxy transfer logging
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * PR#1547: mod_proxy
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding No HTTP_X_FORWARDED_FOR set...
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx * PR#1567: mod_proxy
23b4e2f556ce39696c4e31c6e72893f7489ff8d9dirkx ProxyRemote proxy requests fail authentication by firewall
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * PR#1574: mod_autoindex
ae491e926e412a749fc27c0d79f8d953a8d9a153brianp ReadmeName and HeaderName don't allow for server-parsed html.
30309f86bfd564437654aa822a19cd0cb29ca6f8wrowe * PR#1582: mod_rewrite
f4a8b04b47f09a21b65646b66b19c9649ff7f03arbb mod_rewrite forms REQUEST_URI different than mod_cgi does
bbe866808ba50d71809ab58bbee377cadf60d3b7dreid * PR#1677: mod_headers
51469a0d2057aa24107b6f5a04e145824e10da1fdirkx mod_headers should allow mod_log_config-style formats in
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding header values
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * PR#1702: mod_proxy
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding mod_proxy to support persistent conns?
dcde46ca353d5d66bbac2b8e1135ac828992b808dreid * PR#1803: mod_include
dcde46ca353d5d66bbac2b8e1135ac828992b808dreid patches to mod_include to allow for file tests
be2ca76a08c2fc1695f5b3178d5893f0e92240bftrawick * PR#1809: mod_auth-any
be2ca76a08c2fc1695f5b3178d5893f0e92240bftrawick Suggestion for improving authentication modules and core source
be2ca76a08c2fc1695f5b3178d5893f0e92240bftrawick code, problem with 401 and ErrorDocument
be2ca76a08c2fc1695f5b3178d5893f0e92240bftrawick * PR#1855: mod_autoindex
be2ca76a08c2fc1695f5b3178d5893f0e92240bftrawick More Control over autoindex layout
23b4e2f556ce39696c4e31c6e72893f7489ff8d9dirkx * PR#1878: mod_proxy
dcde46ca353d5d66bbac2b8e1135ac828992b808dreid listing of proxy cache content
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding * PR#1905: suexec
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding Allow modules to set user:group for execution.
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2024: apache-api
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe adding auth_why to conn_rec
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2073: mod_log-any
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe pipelined connections are not logged correctly
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2074: mod_rewrite
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe mod_rewrite doesn't pass Proxy Throughput on internal subrequests
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2113: config
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe HTTP Server Rebuild Line Needs Changing for the better
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2138: mod_status
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe mod_status always displays 256 possible connection slots
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2221: documentation
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe Make online documentation search link back to my installation
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2284: general
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe Can not POST to ErrorDocument - Apache/1.3b6
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2314: mod_proxy
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe patterns in ProxyRemote
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2343: mod_status
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe Status module averages are for entire uptime
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2360: suexec
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe suexec for general access of user content?
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2396: general
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe Proposal for TimeZone directive
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2415: mod_info
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe /server-info doesn't check for the virtual host to list the info
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2421: config
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe problem specifying ndbm library for build ?with autoconfigure
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2431: general
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe A small addition to rotatelogs.c to improve program functionality.
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2446: config
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe AllowOverride FileInfo is too coarse
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2460: mod_cgi
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe TimeOut applies to output of CGI scripts
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe * PR#2512: mod_access
3d5ab266a622a2c6e1907819a6891a0a61f32632wrowe <IfDenied> directive wanted
62ba6bde073be4d332ffc9c89768757d3f646da5dirkx * PR#2573: suexec
62ba6bde073be4d332ffc9c89768757d3f646da5dirkx CGI's for general use still have to be run as another user
62ba6bde073be4d332ffc9c89768757d3f646da5dirkx with suExec
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#2648: general
860d483ae528603f7e1f962903e71ac28358bef6wrowe Cache file names in Proxy module
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#2760: config
860d483ae528603f7e1f962903e71ac28358bef6wrowe [PATCH] User/Group for <Directory> and <Location> i.e. not only
860d483ae528603f7e1f962903e71ac28358bef6wrowe in global and <Virtual>.
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#2763: general
c7760b87a01538ca7cc6a9a7aa3d9d910cfc3fe9wrowe mailto tags and bundling bug report script
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#2772: mod_log-any
860d483ae528603f7e1f962903e71ac28358bef6wrowe more % escapes
c7760b87a01538ca7cc6a9a7aa3d9d910cfc3fe9wrowe * PR#2785: os-aix
860d483ae528603f7e1f962903e71ac28358bef6wrowe Support for System Resource Controller
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#2793: protocol
860d483ae528603f7e1f962903e71ac28358bef6wrowe When will Apache support P3P? Any Plans?
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#2873: config
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#2889: general
860d483ae528603f7e1f962903e71ac28358bef6wrowe Inclusion of RPM spec file in CVS/distributions
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#2906: general
860d483ae528603f7e1f962903e71ac28358bef6wrowe Propose that Apache recommend $UNIQUE_ID for all "session id"
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#2907: config
860d483ae528603f7e1f962903e71ac28358bef6wrowe suggestion: power up your Include directive :)
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#3018: general
4a1e6a5295d474b31e38e90cc4048666b2b1b10fwrowe cannot limit some HTTP methods
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#3026: mod_autoindex
860d483ae528603f7e1f962903e71ac28358bef6wrowe No way to change ReadmeName/HeaderName suffixes.
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#3143: apache-api
860d483ae528603f7e1f962903e71ac28358bef6wrowe No module specific data hook for per-connection data
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#3181: config
860d483ae528603f7e1f962903e71ac28358bef6wrowe Configuration file in Japanese
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#3191: mod_negotiation
860d483ae528603f7e1f962903e71ac28358bef6wrowe no way to set global quality-of-source (qs) coneg values
860d483ae528603f7e1f962903e71ac28358bef6wrowe with multiviews
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#3430: mod_negotiation
860d483ae528603f7e1f962903e71ac28358bef6wrowe Enhancement: MultiViews, Multi-Language Documents
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#3568: mod_proxy
860d483ae528603f7e1f962903e71ac28358bef6wrowe Accessing URL through proxy server corrupts data.
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#3594: os-windows
860d483ae528603f7e1f962903e71ac28358bef6wrowe Please add an Apache icon to the systray instead of a DOS window
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#3605: mod_proxy
860d483ae528603f7e1f962903e71ac28358bef6wrowe Some anonymous FTP URLs ask for authentication
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#3654: mod_autoindex
860d483ae528603f7e1f962903e71ac28358bef6wrowe BORDER=0 makes Icons look nicer (FancyIndexing)
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#3677: general
860d483ae528603f7e1f962903e71ac28358bef6wrowe New ErrorDocumentMatch directive
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#4180: os-windows
860d483ae528603f7e1f962903e71ac28358bef6wrowe Alternative for win95 users
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#4241: config
860d483ae528603f7e1f962903e71ac28358bef6wrowe Need to be able to override shebang line to make CGI scripts
860d483ae528603f7e1f962903e71ac28358bef6wrowe more portable.
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#4244: config
860d483ae528603f7e1f962903e71ac28358bef6wrowe "Files" and "FilesMatch" regexp does not recognize bang as
860d483ae528603f7e1f962903e71ac28358bef6wrowe negation operator
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#4448: mod_log-any
860d483ae528603f7e1f962903e71ac28358bef6wrowe Please allow CGI env variables (QUERY_STRING, ...) to be logged
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#4455: config
860d483ae528603f7e1f962903e71ac28358bef6wrowe apache provides no way to do a wildcard/global NameVirtualHost
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#4459: mod_include
860d483ae528603f7e1f962903e71ac28358bef6wrowe Suggestion for better handling of Last-modified headers
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#4490: mod_cgi
860d483ae528603f7e1f962903e71ac28358bef6wrowe mod_cgi prevents handling of OPTIONS requests
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#4520: mod_autoindex
860d483ae528603f7e1f962903e71ac28358bef6wrowe mod_autoindex does not generate Last-Modified response headers
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#4658: os-windows
860d483ae528603f7e1f962903e71ac28358bef6wrowe The output of CGI scripts appears in the window that apache
860d483ae528603f7e1f962903e71ac28358bef6wrowe is running in
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#5713: os-windows
c7760b87a01538ca7cc6a9a7aa3d9d910cfc3fe9wrowe [PATCH] install as service with domain account
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#5993: general
c7760b87a01538ca7cc6a9a7aa3d9d910cfc3fe9wrowe AllowOverride should have a 'CheckNone' and 'AllowNone' argument
860d483ae528603f7e1f962903e71ac28358bef6wrowe instead of only 'None'
860d483ae528603f7e1f962903e71ac28358bef6wrowe * PR#6347: mod_mime
860d483ae528603f7e1f962903e71ac28358bef6wrowe MIME types for MNG and JNG files need adding to mime.types and
860d483ae528603f7e1f962903e71ac28358bef6wrowe the mime.types and magic files
860d483ae528603f7e1f962903e71ac28358bef6wrowe Status: Waiting for IANA types to be defined
860d483ae528603f7e1f962903e71ac28358bef6wroweOther bugs that need fixing:
860d483ae528603f7e1f962903e71ac28358bef6wrowe * MaxRequestsPerChild measures connections, not requests.
860d483ae528603f7e1f962903e71ac28358bef6wrowe Until someone has a better way, we'll probably just rename it
860d483ae528603f7e1f962903e71ac28358bef6wrowe "MaxConnectionsPerChild".
860d483ae528603f7e1f962903e71ac28358bef6wrowe * Regex containers don't work in an intutive way
860d483ae528603f7e1f962903e71ac28358bef6wrowe Status: No one has come up with an efficient way to fix this
860d483ae528603f7e1f962903e71ac28358bef6wrowe behavior. Dean has suggested getting rid of regex containers
860d483ae528603f7e1f962903e71ac28358bef6wrowe completely.
860d483ae528603f7e1f962903e71ac28358bef6wrowe * SIGSEGV on Linux (glibc 2.1.2) isn't caught properly by a
860d483ae528603f7e1f962903e71ac28358bef6wrowe sigwaiting thread. We need to work around this, perhaps unless
860d483ae528603f7e1f962903e71ac28358bef6wrowe there is hope soon for a fixed glibc.
860d483ae528603f7e1f962903e71ac28358bef6wrowe * The MM library is built as static and shared library. This should
860d483ae528603f7e1f962903e71ac28358bef6wrowe be set up to build only the required version.
860d483ae528603f7e1f962903e71ac28358bef6wroweOther features that need writing:
860d483ae528603f7e1f962903e71ac28358bef6wrowe * Finish infrastructure in core for async MPMs
860d483ae528603f7e1f962903e71ac28358bef6wrowe Status: post 2.0
860d483ae528603f7e1f962903e71ac28358bef6wrowe * TODO in source -- just do an egrep on "TODO" and see what's there
860d483ae528603f7e1f962903e71ac28358bef6wroweDocumentation that needs writing:
860d483ae528603f7e1f962903e71ac28358bef6wrowe * Mod_status docs are needed.
860d483ae528603f7e1f962903e71ac28358bef6wrowe * The concept of MPMs, especially if we ship more than one MPM for a
860d483ae528603f7e1f962903e71ac28358bef6wrowe given platform
860d483ae528603f7e1f962903e71ac28358bef6wrowe * New directives in the various MPMs and appropriate links from
860d483ae528603f7e1f962903e71ac28358bef6wrowe obsolete directives in core.html to the MPM documentation.
860d483ae528603f7e1f962903e71ac28358bef6wrowe * Revise manual/stopping.html and the last part of
c7760b87a01538ca7cc6a9a7aa3d9d910cfc3fe9wrowe manual/misc/perf-tuning.html to take account of the MPMs.
860d483ae528603f7e1f962903e71ac28358bef6wrowe * API documentation
860d483ae528603f7e1f962903e71ac28358bef6wrowe Status: Ben Laurie has written some hooks documentation
860d483ae528603f7e1f962903e71ac28358bef6wrowe * Changes since 1.3.9 can be more easily seen in the commitlog file
860d483ae528603f7e1f962903e71ac28358bef6wrowe dev.apache.org:/home/cvs/CVSROOT/commitlogs/apache-2.0
860d483ae528603f7e1f962903e71ac28358bef6wrowe which includes some of Roy's comments when the changes were
860d483ae528603f7e1f962903e71ac28358bef6wrowe committed in rough change-sets by purpose. Note that the commitlog
860d483ae528603f7e1f962903e71ac28358bef6wrowe does not show the contents of new files until later.
860d483ae528603f7e1f962903e71ac28358bef6wroweAvailable Patches:
860d483ae528603f7e1f962903e71ac28358bef6wrowe * Martin Sojka <msojka@gmx.de>'s patch to add error reporting for failed
860d483ae528603f7e1f962903e71ac28358bef6wrowe htpasswd actions due to a full /tmp volume (other programs may have
860d483ae528603f7e1f962903e71ac28358bef6wrowe similar problems?)
860d483ae528603f7e1f962903e71ac28358bef6wrowe * Mike Abbott's <mja@trudge.engr.sgi.com> patches to improve
860d483ae528603f7e1f962903e71ac28358bef6wrowe performance
860d483ae528603f7e1f962903e71ac28358bef6wrowe Status: These were written for 1.3, and are awaiting a port to
860d483ae528603f7e1f962903e71ac28358bef6wrowe * Jim Winstead's <jimw@trainedmonkey.com> patch to add CookieDomain and
860d483ae528603f7e1f962903e71ac28358bef6wrowe other small mod_usertrack features
860d483ae528603f7e1f962903e71ac28358bef6wrowe * Dan Rench's <drench@xnet.com> patch to add allow the errmsg and timefmt
860d483ae528603f7e1f962903e71ac28358bef6wrowe of SSI's to be modified in the config file. Patch is available in
860d483ae528603f7e1f962903e71ac28358bef6wroweOpen issues:
860d483ae528603f7e1f962903e71ac28358bef6wrowe * What do we do about mod_proxy?
860d483ae528603f7e1f962903e71ac28358bef6wrowe * Which MPMs will be included with Apache 2.0?
860d483ae528603f7e1f962903e71ac28358bef6wrowe * Is conf/highperformance.conf-dist obsolete? It looks obsolete.