STATUS revision 38b116de532efb28defc6a0aaa71fb8c46487190
7f007e36bec06aba6b3a0f84a64f2abf99edfcd8gsteinAPACHE 2.0 STATUS: -*-text-*-
38b116de532efb28defc6a0aaa71fb8c46487190gsteinLast modified at [$Date: 2001/09/17 11:22:52 $]
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb 2.0.25 : rolled August 29, 2001
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb 2.0.24 : rolled August 18, 2001
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley 2.0.23 : rolled August 9, 2001
571760de5e60c0b459cb11be45507b923cd023eejwoolley 2.0.22 : rolled July 29, 2001
571760de5e60c0b459cb11be45507b923cd023eejwoolley 2.0.21 : rolled July 20, 2001
9180a5933673ffb1af633c255ceee029340f3b1erbb 2.0.20 : rolled July 8, 2001
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb 2.0.19 : rolled June 27, 2001
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe 2.0.18 : rolled May 18, 2001
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard 2.0.17 : rolled April 17, 2001
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb 2.0.16 : rolled April 4, 2001
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb 2.0.15 : rolled March 21, 2001
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb 2.0.14 : rolled March 7, 2001
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbb 2.0a9 : released December 12, 2000
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein 2.0a8 : released November 20, 2000
35330e0d79ceb8027223bbb8330a381b1f989d6etrawick 2.0a7 : released October 8, 2000
6f6f4a4bca281779d196acbdd5c017bb90858305trawick 2.0a6 : released August 18, 2000
8dd4618c4709236b4ea297d7250d282e463ce2d8rbb 2.0a5 : released August 4, 2000
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick 2.0a4 : released June 7, 2000
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbb 2.0a3 : released April 28, 2000
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb 2.0a2 : released March 31, 2000
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanoj 2.0a1 : released March 10, 2000
af4c982a7cf4515f124935f99a329744035fc699slivePlease consult the following STATUS files for information
af4c982a7cf4515f124935f99a329744035fc699sliveon related projects:
2a6c49cfaef5979a5a06098f3ce987cd76769409manojRELEASE SHOWSTOPPERS:
b84f66c93f820824b1d5455181f55598b766319cwrowe * Revert to a 1.3 behavior and allow a non-file request to travel
b84f66c93f820824b1d5455181f55598b766319cwrowe through the request cycle. If any request gets to the core handler,
b84f66c93f820824b1d5455181f55598b766319cwrowe without a flag that this r->filename was tested by dir/file_walk,
b84f66c93f820824b1d5455181f55598b766319cwrowe then we 500 at the very end of the request cycle. This provides
b84f66c93f820824b1d5455181f55598b766319cwrowe authors of older modules better compatibility, while still improving
b84f66c93f820824b1d5455181f55598b766319cwrowe the security and robustness of 2.0. This does not remove the new
b84f66c93f820824b1d5455181f55598b766319cwrowe map_to_storage hook itself, but makes it optional for some cases.
b84f66c93f820824b1d5455181f55598b766319cwrowe * There is an observation that svn + ssl has a significant interaction
b84f66c93f820824b1d5455181f55598b766319cwrowe in dir_merge sections with the new location_walk optimization. This
b84f66c93f820824b1d5455181f55598b766319cwrowe could reflect a bug in retrieving the cached location_walk, or some
b84f66c93f820824b1d5455181f55598b766319cwrowe other nasty mis-config. Core dump post to httpd-dev;
b84f66c93f820824b1d5455181f55598b766319cwrowe Message-ID: <JLEGKKNELMHCJPNMOKHOIENKEIAA.striker@apache.org>
b84f66c93f820824b1d5455181f55598b766319cwrowe * There is an interesting problem with directory_walk, now that it is
b84f66c93f820824b1d5455181f55598b766319cwrowe optional (may be overridden by a map_to_storage hook.) The change
b84f66c93f820824b1d5455181f55598b766319cwrowe of per_dir_default for a vhost switch doesn't happen until dir_walk.
b84f66c93f820824b1d5455181f55598b766319cwrowe This switch needs to be pushed out of directory_walk, perhaps the
b84f66c93f820824b1d5455181f55598b766319cwrowe burden is put on the 'switcher' of the ->server entry, such as
b84f66c93f820824b1d5455181f55598b766319cwrowe mod_vhost_alias itself.
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb * There is a bug in how we sort some hooks, at least the pre-config
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb hook. The first time we call the hooks, they are in the correct
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb order, but the second time, we don't sort them correctly. Currently,
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb the modules/http/config.m4 file has been renamed to
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb modules/http/config2.m4 to work around this problem, it should moved
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb back when this is fixed. rbb
b84f66c93f820824b1d5455181f55598b766319cwrowe * The Add...Filter and Set...Filter directives do not allow the
b84f66c93f820824b1d5455181f55598b766319cwrowe administrator to order filters, beyond the order of filename (mime)
b84f66c93f820824b1d5455181f55598b766319cwrowe extensions. It isn't clear if Set...Filter(s) should be inserted
b84f66c93f820824b1d5455181f55598b766319cwrowe before or after the Add...Filter(s) which are ordered by sequence of
b84f66c93f820824b1d5455181f55598b766319cwrowe filename extensions. Add...FilterByType will add to this quandry.
b84f66c93f820824b1d5455181f55598b766319cwrowe Some sort of resolution needs to be proposed,
ec75f189410513ab8f6e1173a9d9d277ebec9ce7gstein * mod_dir should normally redirect ALL directory requests which do
ec75f189410513ab8f6e1173a9d9d277ebec9ce7gstein not include a trailing slash on the URI. However, if a "notes"
ec75f189410513ab8f6e1173a9d9d277ebec9ce7gstein flag is set (say, via BrowserMatch), this behavior will be
ec75f189410513ab8f6e1173a9d9d277ebec9ce7gstein disabled for non-GET requests.
ec75f189410513ab8f6e1173a9d9d277ebec9ce7gstein Status: Greg volunteers
ec75f189410513ab8f6e1173a9d9d277ebec9ce7gstein MsgId: <20010227104646.E2297@lyra.org>
ec75f189410513ab8f6e1173a9d9d277ebec9ce7gstein MsgId: <3A9C0097.9C83F07C@Golux.Com>
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe * mod_negotiation will not serve a request when an early extention
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe is understood, but a later extention is not. e.g. if the request
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe index.html.bak is recieved, and negotition could find the file
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe index.html.bak.en, it still won't be served because the
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe ap-mime-exception-list will contain "index" and "bak", and the
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe string "index.bak" doesn't match "index.html.bak". Need to
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe review the ap-mime-exception-list component by component to be
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe allow these cases. [This could be part of a patch to allow the
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe name index.bak in the case above to match index.html.bak.en]
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe * mod_negotiation needs a new option or directive, something like
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe ForceLanguagePriority, to fall back to the LanguagePriority
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwrowe directive instead of returning a "no acceptable variant" error.
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard * Usability: Sanitize the MPM config directives. MaxClients in
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard the threaded MPM is totally misleading now as it has little to
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard do with limiting the number of clients (it limits the number
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard of child processes). Bill proposed nomenclature change to
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard something like "StartWorkers, MaxWorkers, etc." that could
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard apply to most all the MPMs (with some notable exceptions).
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard Bill would be happy with changing MaxClients to MaxServers
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard to make it agree with the operation of the StartServers
d57551cb28450661e77394ec332cf25b0f63aae1trawick * configure --enable-mods-shared=most option has issues. Example:
c3a2c6ae9a1c7f37d672a54c2c9a1b4f7941085btrawick ./configure --enable-mods-shared=most
c3a2c6ae9a1c7f37d672a54c2c9a1b4f7941085btrawick This builds mod_headers as a DSO (good) but builds mod_mime
d57551cb28450661e77394ec332cf25b0f63aae1trawick as a compiled-in module (bad).
38b116de532efb28defc6a0aaa71fb8c46487190gstein * revamp the input filter semantics, per discussions since
38b116de532efb28defc6a0aaa71fb8c46487190gstein February (and especially at the hackathon last
38b116de532efb28defc6a0aaa71fb8c46487190gstein April). Specifically, ap_get_brigade will return a brigade with
38b116de532efb28defc6a0aaa71fb8c46487190gstein *up to* a specific number of bytes, or a "line" of data. The
38b116de532efb28defc6a0aaa71fb8c46487190gstein read may be blocking or nonblocking. ap_getline() will be
38b116de532efb28defc6a0aaa71fb8c46487190gstein refactored into apr_brigade_getline(), and then DECHUNK can use
38b116de532efb28defc6a0aaa71fb8c46487190gstein f->next (ap_getline will always read "top of input stack"). Also
38b116de532efb28defc6a0aaa71fb8c46487190gstein fix the bug where request body content will end up closing the
38b116de532efb28defc6a0aaa71fb8c46487190gstein connection (buggering up persistent conns).
38b116de532efb28defc6a0aaa71fb8c46487190gstein - socket bucket and core input filter changes. see end of
38b116de532efb28defc6a0aaa71fb8c46487190gstein message ID (Feb 27): <20010227075326.S2297@lyra.org>
38b116de532efb28defc6a0aaa71fb8c46487190gstein - fix up ap_get_brigade() semantics, fix bug in DECHUNK /
38b116de532efb28defc6a0aaa71fb8c46487190gstein ap_getline. many messages (plus their threads) (Apr/May):
38b116de532efb28defc6a0aaa71fb8c46487190gstein Message-ID: <20010402101207.J27539@lyra.org>
38b116de532efb28defc6a0aaa71fb8c46487190gstein Message-ID: <3AF7F921.D2EEC41A@algroup.co.uk>
38b116de532efb28defc6a0aaa71fb8c46487190gstein Message-ID: <20010508190029.E18404@lyra.org>
38b116de532efb28defc6a0aaa71fb8c46487190gstein - further work with combining/tweaking the builtin filters:
38b116de532efb28defc6a0aaa71fb8c46487190gstein Message-ID: <20010509115445.D1374@lyra.org>
2a6c49cfaef5979a5a06098f3ce987cd76769409manojRELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
b84f66c93f820824b1d5455181f55598b766319cwrowe * Allow the DocumentRoot directive within <Location > scopes? This
b84f66c93f820824b1d5455181f55598b766319cwrowe allows the beloved (crusty) Alias /foo/ /somepath/foo/ followed
b84f66c93f820824b1d5455181f55598b766319cwrowe by a <Directory /somepath/foo> to become simply
b84f66c93f820824b1d5455181f55598b766319cwrowe <Location /foo/> DocumentRoot /somefile/foo (IMHO a bit more legible
b84f66c93f820824b1d5455181f55598b766319cwrowe and in-your-face.) This proposed change would not depricate Alias.
9279bf6c00e1f5d36b8257700f41bfdf4b4a8199coar * add mod_gz to httpd-2.0 (in modules/experimental/)
d4a4220020a793457962e3784641b0b14caaed5fjwoolley +1: Greg, Justin, ben, Ken, Jeff
d4a4220020a793457962e3784641b0b14caaed5fjwoolley 0: Cliff (there's now another candidate to be evaluated)
af9f2bd7837c251df865825e03ad192e5c6aee18jim 0: Jim (premature decision at present, IMO)
bca84f0b0ca4f3466ac2f845f1bdcdede7f34d91rbb -0: Doug, Ryan
809cf6f87f7a07b348f6d69961834923bc16313egstein non-binding: Ian (+1)
410912d9cb56a09a74f8655647ed9e81d49023f4gregames * daedalus: mod_cgid and suexec have a problem co-existing. suexec
410912d9cb56a09a74f8655647ed9e81d49023f4gregames sees a null command string sometimes. The problem happens when
410912d9cb56a09a74f8655647ed9e81d49023f4gregames you access bugs.apache.org, then click on the "search the bug db"
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe * Win32: Rotatelogs sometimes is not terminated when Apache
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe goes down hard. FirstBill was looking at possibly tracking the
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe child's-child processes in the parent process.
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe * Win32: Add a simple hold console open patch (wait for close or
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe the ESC key, with a nice message) if the server died a bad
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe death (non-zero exit code) in console mode.
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe Resolution: bring forward same ugly hacks from 1.3.13-.20
d180ec1b29106f4fec480ef7fcdb04df078010cerse * Port of mod_ssl to Apache 2.0:
3913a3b7e7c72ea11d05da36275db39c2dc39b68jwoolley The current porting state is summarized in modules/ssl/README. The
3913a3b7e7c72ea11d05da36275db39c2dc39b68jwoolley remaining work includes:
3913a3b7e7c72ea11d05da36275db39c2dc39b68jwoolley (1) stablizing/optimizing the SSL filter logic
3913a3b7e7c72ea11d05da36275db39c2dc39b68jwoolley (2) Enabling the various SSL caching mechanisms (shmcb, shmht)
3913a3b7e7c72ea11d05da36275db39c2dc39b68jwoolley (3) Enabling SSL extentions
3913a3b7e7c72ea11d05da36275db39c2dc39b68jwoolley (4) Trying to seperate the https filter logic from mod_ssl -
3913a3b7e7c72ea11d05da36275db39c2dc39b68jwoolley This is to facilitate other modules that wish to use the https
3913a3b7e7c72ea11d05da36275db39c2dc39b68jwoolley filter or the mod_ssl logic or both as required.
e32adabcbf3bf5b69ba2e8b163b971839efc94dbtrawick * Performance: Get the SINGLE_LISTEN_UNSERIALIZED_ACCEPT
e32adabcbf3bf5b69ba2e8b163b971839efc94dbtrawick optimization working in threaded. prefork's new design for how
e32adabcbf3bf5b69ba2e8b163b971839efc94dbtrawick to notice data on the pod should be sufficient.
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard * mod_tls is very specific to OpenSSL. Make the API calls
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard more generic to support other encryption libraries.
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard * Performance & Debug: Eliminate most (and perhaps all) of the
49facccad3f5c3e9e49311487b5069699c3bf3fdjwoolley malloc/free calls in the bucket brigade code. Need some
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard light weight memory management functions that allow freeing
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard memory (putting it back into a memory pool) when it is no
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard longer needed. Enabling simple debugging features like guard
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard bands, double free detection, etc. would be cool but certainly
7bce59d998f2e5ca1cb60038ef6c1d0817605d62stoddard not a hard requirement.
1b9744b72f26e9a0e935f9c08d49feb1fcce72f9jwoolley Status: Cliff started to implement this using SMS as has
1b9744b72f26e9a0e935f9c08d49feb1fcce72f9jwoolley been discussed at length for months, but since
1b9744b72f26e9a0e935f9c08d49feb1fcce72f9jwoolley SMS is not being used anywhere else in the server,
1b9744b72f26e9a0e935f9c08d49feb1fcce72f9jwoolley several people expressed the opinion that we should
1b9744b72f26e9a0e935f9c08d49feb1fcce72f9jwoolley get rid of it entirely, meaning that the buckets
1b9744b72f26e9a0e935f9c08d49feb1fcce72f9jwoolley need their own memory management (free list) functions.
1b9744b72f26e9a0e935f9c08d49feb1fcce72f9jwoolley Cliff will implement that this weekend so we at least
1b9744b72f26e9a0e935f9c08d49feb1fcce72f9jwoolley have something to look at/compare with.
19cbe4d7b7c931723e7249de6829bf965a1fee72stoddard * Eliminate unnecessary creation of pipes in mod_cgid
93db592309ba9e5ab230f67611a2c74fece9cdb2marc * the autoconf setup should be fixed to default to using the
93db592309ba9e5ab230f67611a2c74fece9cdb2marc "Apache" layout from config.layout, and each variable settable
93db592309ba9e5ab230f67611a2c74fece9cdb2marc in a layout should be overridable on the command line. Plus,
93db592309ba9e5ab230f67611a2c74fece9cdb2marc what we do right now just doesn't seem to fully fit into how autoconf
93db592309ba9e5ab230f67611a2c74fece9cdb2marc works, eg. AC_PREFIX_DEFAULT issues.
93db592309ba9e5ab230f67611a2c74fece9cdb2marc Message-ID: <Pine.BSF.4.20.0104031557420.20876-100000@alive.znep.com>
b187d568e1507d75139ebc13ca945b38fc05d55cstoddard * Combine log_child and piped_log_spawn. Clean up http_log.c.
b187d568e1507d75139ebc13ca945b38fc05d55cstoddard Common logging API.
1c6fb1e726ce22694de0e9a957adb67b929e5d4fstoddard * Document mod_file_cache.
8bed76428f56e5c643174a2d6807c3f18016af5cbjh * OS/2: Make mod_status work for spmt_os2 MPM.
a5ed555df952c85bc1b179f5981e8a6c54ba16e6stoddard * Platforms that do not support fork (primarily Win32 and AS/400)
d2f8b010487ffa990a9c268df5a25579e7291bcdrbb Architect start-up code that avoids initializing all the modules
d2f8b010487ffa990a9c268df5a25579e7291bcdrbb in the parent process on platforms that do not support fork.
0bff2f28ef945280c17099c142126178a78e1e54manoj * Win32: Migrate the MPM over to use APR thread/process calls. This
0bff2f28ef945280c17099c142126178a78e1e54manoj would eliminate some code in the Win32 branch that essentially
0bff2f28ef945280c17099c142126178a78e1e54manoj duplicates what is in APR.
0bff2f28ef945280c17099c142126178a78e1e54manoj * There are still a number of places in the code where we are
35330e0d79ceb8027223bbb8330a381b1f989d6etrawick losing error status (i.e. throwing away the error returned by a
0bff2f28ef945280c17099c142126178a78e1e54manoj system call and replacing it with a generic error code)
ff849e4163ed879288f0df15f78b6c9d278ec804fanf * Mass vhosting version of suEXEC.
447c6ce3ff08073c44f6785d5256271fcb877512wrowe * All DBMs suffer from confusion in support/dbmmanage (perl script) since
447c6ce3ff08073c44f6785d5256271fcb877512wrowe the dbmmanage employs the first-matched dbm format. This is not
447c6ce3ff08073c44f6785d5256271fcb877512wrowe necessarily the library that Apache was built with. Aught to
447c6ce3ff08073c44f6785d5256271fcb877512wrowe rewrite dbmmanage upon installation to bin/ with the proper library
447c6ce3ff08073c44f6785d5256271fcb877512wrowe for predictable mod_auth_db/dbm administration.
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein * use apu_dbm in mod_auth_dbm
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein Status: Greg +1 (low-priority volunteer)
3bb28269556842ebf8888208fd0c7a7f3e343186jerenkrantz Justin says: "Seems like this is already there, so should we just
3bb28269556842ebf8888208fd0c7a7f3e343186jerenkrantz remove the other DBM code in that file? If you want
3bb28269556842ebf8888208fd0c7a7f3e343186jerenkrantz to use gdbm, or dbm, etc, you should tell apr-util."
20db975063c58c8fadf72656a8cbd869554e6bfbwrowe Will says: "bs - I may choose the fastest - most efficient native
20db975063c58c8fadf72656a8cbd869554e6bfbwrowe dbm implementation, for shared proc caches, ssl session
20db975063c58c8fadf72656a8cbd869554e6bfbwrowe caching, etc, but that has nothing to do with maintaining
20db975063c58c8fadf72656a8cbd869554e6bfbwrowe a userlist via dbm, which has to remain readable between
20db975063c58c8fadf72656a8cbd869554e6bfbwrowe builds/machines, etc. The use-multiple database schema
20db975063c58c8fadf72656a8cbd869554e6bfbwrowe for apr-util would let us do this with just apr, though."
20db975063c58c8fadf72656a8cbd869554e6bfbwrowe * Fold mod_auth_db features back into mod_auth_dbm, and depricate it.
db3ccce11afac4fc1d4f51a65424412f7480c46cgstein * Integrate mod_dav.
dd4713dc5b186f4d1be7b88f86608fdb84cbe5d5gstein Some additional items remaining:
0eb7ca6cf812d98c534661ac474e873a32bf6325gstein - case_preserved_filename stuff
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein (use the new canonical name stuff?)
8d07897b52e3b7055874501f8a499e75800db206gstein - find a new home for ap_text(_header)
8d07897b52e3b7055874501f8a499e75800db206gstein - is it possible to remove the DAV: namespace stuff from util_xml?
79d5106a9b65b956d646f5daae4b94bc79e315b8trawick * ap_core_translate() and its use by mod_mmap_static and mod_file_cache
79d5106a9b65b956d646f5daae4b94bc79e315b8trawick are a bit wonky. The function should probably be exposed as a utility
79d5106a9b65b956d646f5daae4b94bc79e315b8trawick function (such as ap_translate_url2fs() or ap_validate_fs_url() or
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein something). Another approach would be a new hook phase after
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein "translate" which would allow the module to munge what the
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein translation has decided to do.
6fa71a1bd8c61518b05f5798a7a1594c270e78afrbb Status: Greg +1 (volunteers), Ryan +1
14cccaddba3a9263cf0d0ddc311e18f3e3dc9b0fgstein * Explore use of a post-config hook for the code in http_main.c which
14cccaddba3a9263cf0d0ddc311e18f3e3dc9b0fgstein calls ap_fixup_virutal_hosts(), ap_fini_vhost_config(), and
14cccaddba3a9263cf0d0ddc311e18f3e3dc9b0fgstein ap_sort_hooks() [to reduce the logic in main()]
14cccaddba3a9263cf0d0ddc311e18f3e3dc9b0fgstein * read the config tree just once, and process N times (as necessary)
823c303d33c9e637a83d82208bcbafaf5f532d7bgstein * (possibly) use UUIDs in mod_unique_id and/or mod_usertrack
e636eba7474e0010b5c7198af1c2fe5ad8652dbbmanoj * (possibly) port the bug fix for PR 6942 (segv when LoadModule is put
e636eba7474e0010b5c7198af1c2fe5ad8652dbbmanoj into a VirtualHost container) to 2.0.
281da4c02cf40c663298ded7e4e5b913a8f8b814gstein * shift stuff to mod_core.h
333eac96e4fb7d6901cb75e6ca7bb22b2ccb84cetrawick * APR-ize resolver stuff in mod_unique_id (Jeff volunteers)
2f728b2e8555fee1b7cc11e886488692f2575fbddougm * callers of ap_run_create_request() should check the return value
2f728b2e8555fee1b7cc11e886488692f2575fbddougm for failure (Doug volunteers)
114cc51b75ed89d5ab2f39b85ba7d472293f3dedtrawick * when prefork bails out due to an initialization error in the detached
114cc51b75ed89d5ab2f39b85ba7d472293f3dedtrawick process (e.g., mutex init failure), other children (cgid, at least)
114cc51b75ed89d5ab2f39b85ba7d472293f3dedtrawick are left hanging around
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe * Win32: Get Apache working on Windows 95/98. The following work
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe (at least) needs to be done:
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe - winnt MPM: Fix 95/98 code paths in the winnt MPM. There is some NT
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe specific code that is still not in NT only code paths
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe - IOL binds to APR sendfile, implemented with TransmitFile, which
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe is not available on 95/98.
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe - Document warning that OSR2 is required (for Crypt functions, in
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe rand.c, at least.) This could be resolved with an SSL library, or
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe randomization in APR itself.
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe - Bring the Win9xConHook.dll from 1.3 into 2.0 (no sense till it
60d567a0c2aae815ee6fc20c0d65032bea52c92cwrowe actually works) and add in a splash of Win9x service code.
64ad864fa0f4493eebb181e393b40a8a90beccb9coarPRs that have been suspended forever waiting for someone to
64ad864fa0f4493eebb181e393b40a8a90beccb9coarput them into 'the next release':
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#76: general
64ad864fa0f4493eebb181e393b40a8a90beccb9coar missing call to "setlocale();"
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#78: mod_include
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Additional status for XBitHack directive
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#362: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Mod_proxy doesn't allow change of error pages
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#370: mod_env
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Modified PATH environemnt variable is not passed, instead
64ad864fa0f4493eebb181e393b40a8a90beccb9coar system's is used
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#440: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Proxy doesn't deliver documents if not connected
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#534: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar proxy converts ~name to %7Ename when name starts with a dot (.)
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#537: mod_access
64ad864fa0f4493eebb181e393b40a8a90beccb9coar mod_access syntax allows hosts that should be restricted
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#557: mod_auth-any
64ad864fa0f4493eebb181e393b40a8a90beccb9coar ~UserHome directories are not honored in absolute pathname
64ad864fa0f4493eebb181e393b40a8a90beccb9coar requests (.htaccess)
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#612: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Proxy FTP Authentication Fails
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#623: mod_include
64ad864fa0f4493eebb181e393b40a8a90beccb9coar A smarter "Last Modified" value for SSI documents (see PR number 600)
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#628: config
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Request of "Options SymLinksIfGroupMatch"
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#700: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Proxy doesn't do links right for OpenVMS files through ftp:
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#759: mod_imap
64ad864fa0f4493eebb181e393b40a8a90beccb9coar imap should read <MAP><AREA>*</MAP> too!
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#793: general
64ad864fa0f4493eebb181e393b40a8a90beccb9coar RLimitCPU and RLimitMEM don't apply to all children like they should
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#921: suexec
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Uses cwd before filling it in, doesn't use syslog
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#922: config
64ad864fa0f4493eebb181e393b40a8a90beccb9coar it is useful to allow specifiction that root-owned symlinks
64ad864fa0f4493eebb181e393b40a8a90beccb9coar should always be followed
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#980: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Controlling Access to Remote Proxies would be nice...
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#994: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Adding authentication "on the fly" through the proxy module
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1004: apache-api
64ad864fa0f4493eebb181e393b40a8a90beccb9coar request_config field in request_rec is moderately bogus
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1028: other
64ad864fa0f4493eebb181e393b40a8a90beccb9coar DoS attacks involving memory consumption
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1050: mod_log-any
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Logging of virtual server to error_log as well
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1085: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar ProxyRemote make a dead cycle.
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1117: mod_auth-any
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Using NIS passwd.byname dbm files with AuthDBMUserFile
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1120: suexec
64ad864fa0f4493eebb181e393b40a8a90beccb9coar suexec does not parse arguments to #exec cmd
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1145: mod_include
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Allow for Last-Modified: without resorting to XBitHack
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1158: apache-api
64ad864fa0f4493eebb181e393b40a8a90beccb9coar improvements to child spawning API
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1166: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar ``nph-'' not honored (no buffering) for ProxyRemote mapping
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1176: mod_cgi
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Apache cannot handle continuation line in headers
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1191: general
64ad864fa0f4493eebb181e393b40a8a90beccb9coar setlogin() is not called, causing problems with e.g. identd
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1204: general
64ad864fa0f4493eebb181e393b40a8a90beccb9coar regerror() exists, use it
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1233: apache-api
64ad864fa0f4493eebb181e393b40a8a90beccb9coar there is no way to keep per-connection per-module state
6694e265e9a71ceaedbe1f1aa4db4d9ba42fb866wrowe * PR#1263: mod_autoexec
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Add frame-safe anchor attribute to mod_autoindex links
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1268: suexec
64ad864fa0f4493eebb181e393b40a8a90beccb9coar CGI scripts running as Apache user: security (suexec etc.)
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1285: suexec
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Error messages could be easier to spot in cgi.log file for suexec.c
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1287: mod_access
64ad864fa0f4493eebb181e393b40a8a90beccb9coar add allow,deny/deny,allow warning to mod_access
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1290: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Need to know "hit-rate" on proxy cache
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1358: mod_log-any
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Selective url-encode of log fields (or maybe a pseudo
64ad864fa0f4493eebb181e393b40a8a90beccb9coar log_rewrite module?)
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1383: mod_headers
64ad864fa0f4493eebb181e393b40a8a90beccb9coar I make mod_headers to modify request headers as well as
64ad864fa0f4493eebb181e393b40a8a90beccb9coar response ones.
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1532: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Proxy transfer logging
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1547: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar No HTTP_X_FORWARDED_FOR set...
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1567: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar ProxyRemote proxy requests fail authentication by firewall
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1582: mod_rewrite
64ad864fa0f4493eebb181e393b40a8a90beccb9coar mod_rewrite forms REQUEST_URI different than mod_cgi does
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1677: mod_headers
64ad864fa0f4493eebb181e393b40a8a90beccb9coar mod_headers should allow mod_log_config-style formats in
64ad864fa0f4493eebb181e393b40a8a90beccb9coar header values
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1702: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar mod_proxy to support persistent conns?
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1803: mod_include
64ad864fa0f4493eebb181e393b40a8a90beccb9coar patches to mod_include to allow for file tests
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1809: mod_auth-any
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Suggestion for improving authentication modules and core source
64ad864fa0f4493eebb181e393b40a8a90beccb9coar code, problem with 401 and ErrorDocument
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1878: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar listing of proxy cache content
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#1905: suexec
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Allow modules to set user:group for execution.
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2024: apache-api
64ad864fa0f4493eebb181e393b40a8a90beccb9coar adding auth_why to conn_rec
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2073: mod_log-any
64ad864fa0f4493eebb181e393b40a8a90beccb9coar pipelined connections are not logged correctly
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2074: mod_rewrite
64ad864fa0f4493eebb181e393b40a8a90beccb9coar mod_rewrite doesn't pass Proxy Throughput on internal subrequests
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2113: config
64ad864fa0f4493eebb181e393b40a8a90beccb9coar HTTP Server Rebuild Line Needs Changing for the better
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2138: mod_status
64ad864fa0f4493eebb181e393b40a8a90beccb9coar mod_status always displays 256 possible connection slots
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2221: documentation
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Make online documentation search link back to my installation
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2284: general
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Can not POST to ErrorDocument - Apache/1.3b6
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2314: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar patterns in ProxyRemote
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2343: mod_status
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Status module averages are for entire uptime
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2360: suexec
64ad864fa0f4493eebb181e393b40a8a90beccb9coar suexec for general access of user content?
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2396: general
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Proposal for TimeZone directive
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2415: mod_info
64ad864fa0f4493eebb181e393b40a8a90beccb9coar /server-info doesn't check for the virtual host to list the info
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2421: config
64ad864fa0f4493eebb181e393b40a8a90beccb9coar problem specifying ndbm library for build ?with autoconfigure
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2431: general
64ad864fa0f4493eebb181e393b40a8a90beccb9coar A small addition to rotatelogs.c to improve program functionality.
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2446: config
64ad864fa0f4493eebb181e393b40a8a90beccb9coar AllowOverride FileInfo is too coarse
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2460: mod_cgi
64ad864fa0f4493eebb181e393b40a8a90beccb9coar TimeOut applies to output of CGI scripts
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2512: mod_access
64ad864fa0f4493eebb181e393b40a8a90beccb9coar <IfDenied> directive wanted
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2573: suexec
64ad864fa0f4493eebb181e393b40a8a90beccb9coar CGI's for general use still have to be run as another user
64ad864fa0f4493eebb181e393b40a8a90beccb9coar with suExec
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2648: general
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Cache file names in Proxy module
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2760: config
64ad864fa0f4493eebb181e393b40a8a90beccb9coar [PATCH] User/Group for <Directory> and <Location> i.e. not only
64ad864fa0f4493eebb181e393b40a8a90beccb9coar in global and <Virtual>.
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2763: general
64ad864fa0f4493eebb181e393b40a8a90beccb9coar mailto tags and bundling bug report script
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2785: os-aix
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Support for System Resource Controller
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2793: protocol
64ad864fa0f4493eebb181e393b40a8a90beccb9coar When will Apache support P3P? Any Plans?
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2873: config
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2889: general
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Inclusion of RPM spec file in CVS/distributions
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2906: general
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Propose that Apache recommend $UNIQUE_ID for all "session id"
64ad864fa0f4493eebb181e393b40a8a90beccb9coar algorithms
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#2907: config
64ad864fa0f4493eebb181e393b40a8a90beccb9coar suggestion: power up your Include directive :)
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#3018: general
64ad864fa0f4493eebb181e393b40a8a90beccb9coar cannot limit some HTTP methods
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#3143: apache-api
64ad864fa0f4493eebb181e393b40a8a90beccb9coar No module specific data hook for per-connection data
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#3191: mod_negotiation
64ad864fa0f4493eebb181e393b40a8a90beccb9coar no way to set global quality-of-source (qs) coneg values
64ad864fa0f4493eebb181e393b40a8a90beccb9coar with multiviews
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#3568: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Accessing URL through proxy server corrupts data.
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#3605: mod_proxy
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Some anonymous FTP URLs ask for authentication
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#3677: general
64ad864fa0f4493eebb181e393b40a8a90beccb9coar New ErrorDocumentMatch directive
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#4241: config
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Need to be able to override shebang line to make CGI scripts
64ad864fa0f4493eebb181e393b40a8a90beccb9coar more portable.
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#4244: config
64ad864fa0f4493eebb181e393b40a8a90beccb9coar "Files" and "FilesMatch" regexp does not recognize bang as
64ad864fa0f4493eebb181e393b40a8a90beccb9coar negation operator
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#4448: mod_log-any
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Please allow CGI env variables (QUERY_STRING, ...) to be logged
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#4459: mod_include
64ad864fa0f4493eebb181e393b40a8a90beccb9coar Suggestion for better handling of Last-modified headers
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#4490: mod_cgi
64ad864fa0f4493eebb181e393b40a8a90beccb9coar mod_cgi prevents handling of OPTIONS requests
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#5713: os-windows
120ff80b38fc1f72cdc911d62bb249a7c0c7262bwrowe [PATCH] install as win32 service with domain account
64ad864fa0f4493eebb181e393b40a8a90beccb9coar * PR#5993: general
64ad864fa0f4493eebb181e393b40a8a90beccb9coar AllowOverride should have a 'CheckNone' and 'AllowNone' argument
64ad864fa0f4493eebb181e393b40a8a90beccb9coar instead of only 'None'
2a6c49cfaef5979a5a06098f3ce987cd76769409manojOther bugs that need fixing:
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj * MaxRequestsPerChild measures connections, not requests.
d5defd5a0c5cdbaf74b85939484dc2b6c8317d19manoj Until someone has a better way, we'll probably just rename it
d5defd5a0c5cdbaf74b85939484dc2b6c8317d19manoj "MaxConnectionsPerChild".
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj * Regex containers don't work in an intutive way
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj Status: No one has come up with an efficient way to fix this
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj behavior. Dean has suggested getting rid of regex containers
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj completely.
0bff2f28ef945280c17099c142126178a78e1e54manoj * SIGSEGV on Linux (glibc 2.1.2) isn't caught properly by a
0bff2f28ef945280c17099c142126178a78e1e54manoj sigwaiting thread. We need to work around this, perhaps unless
0bff2f28ef945280c17099c142126178a78e1e54manoj there is hope soon for a fixed glibc.
ec0315cdf832eac2b78e50ad636af84fe4c9118cgstein * orig_ct in the byterange/multipart handling may not be
ec0315cdf832eac2b78e50ad636af84fe4c9118cgstein needed. Apache 1.3 just never stashed "multipart" into
ec0315cdf832eac2b78e50ad636af84fe4c9118cgstein r->content_type. We should probably follow suit since the
ec0315cdf832eac2b78e50ad636af84fe4c9118cgstein byterange stuff doesn't want the rest of the code to see the
ec0315cdf832eac2b78e50ad636af84fe4c9118cgstein multipart content-type; the other code should still think it is
ec0315cdf832eac2b78e50ad636af84fe4c9118cgstein dealing with the <orig_ct> stuff.
ec0315cdf832eac2b78e50ad636af84fe4c9118cgstein Status: Greg volunteers to investigate (esp. since he was most
ec0315cdf832eac2b78e50ad636af84fe4c9118cgstein likely the one to break it :-)
2a6c49cfaef5979a5a06098f3ce987cd76769409manojOther features that need writing:
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj * Finish infrastructure in core for async MPMs
40a5b7189dbbb28e107bf008ee625f2f0142c2ccdgaudet Status: post 2.0
dbf0c7bef06259486cd2748a2d0e82f27e099d6efielding * TODO in source -- just do an egrep on "TODO" and see what's there
2a6c49cfaef5979a5a06098f3ce987cd76769409manojAvailable Patches:
3e17185356213124b2e18ecaf1678a676f8e9ba5rbb * Jon Travis's <jtravis@covalent.net> patch to deal with thread-safe
3e17185356213124b2e18ecaf1678a676f8e9ba5rbb issues with inet_ntoa. See message <20001201163220.A12827@covalent.net>
3e17185356213124b2e18ecaf1678a676f8e9ba5rbb Status: This is being set aside until the IPv6 work is finished
3e17185356213124b2e18ecaf1678a676f8e9ba5rbb so that we know exactly what is required.
863ec32e13d6c9619414c48b51109f3dca99cbc6wrowe * Martin Sojka <msojka@gmx.de>'s patch to add error reporting for failed
863ec32e13d6c9619414c48b51109f3dca99cbc6wrowe htpasswd actions due to a full /tmp volume (other programs may have
863ec32e13d6c9619414c48b51109f3dca99cbc6wrowe similar problems?)
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj * Mike Abbott's <mja@trudge.engr.sgi.com> patches to improve
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj performance
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj Status: These were written for 1.3, and are awaiting a port to
ae6907470ddf23ab7c6b506e6407cc5372f9c0dftrawick * Jim Winstead's <jimw@trainedmonkey.com> patch to add CookieDomain and
ae6907470ddf23ab7c6b506e6407cc5372f9c0dftrawick other small mod_usertrack features
ef7ff29d74b8684761de5758423f1cc5a49f48e3rbb * Dan Rench's <drench@xnet.com> patch to add allow the errmsg and timefmt
ef7ff29d74b8684761de5758423f1cc5a49f48e3rbb of SSI's to be modified in the config file. Patch is available in
2a6c49cfaef5979a5a06098f3ce987cd76769409manojOpen issues:
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj * What do we do about mod_proxy?
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj * Which MPMs will be included with Apache 2.0?