CHANGES revision 4cf58054a85830c67dc23890ee613f62e1f7bdc8
4d237bbe075b1d2c19428cd954d721d65b31f67cwrowe -*- coding: utf-8 -*-
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquernaChanges with Apache 2.3.0
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna[ When backported to 2.2.x, remove entry from this file ]
10abdcbd7b30d957d15c61ea8100ba97a627ac95minfrin *) core, mod_proxy: If a kept_body is present, it becomes safe for
10abdcbd7b30d957d15c61ea8100ba97a627ac95minfrin subrequests to support message bodies. Make sure that safety
2eb5346b17b3b69767cfe87d0f632efd6d15500djim checks within the core and within the proxy are not triggered
7a6d0f672bde56d7b685e13f21db79803740efaajim when kept_body is present. This makes it possible to embed
7a6d0f672bde56d7b685e13f21db79803740efaajim proxied POST requests within mod_include. [Graham Leggett]
2eb5346b17b3b69767cfe87d0f632efd6d15500djim *) mod_auth_form: Make sure the input filter stack is properly set
87e0bf269cc3386ee8e6ab561ff00770151f4f53niq up before reading the login form. Make sure the kept body filter
87e0bf269cc3386ee8e6ab561ff00770151f4f53niq is correctly inserted to ensure the body can be read a second
87e0bf269cc3386ee8e6ab561ff00770151f4f53niq time safely should the authn be successful. [Graham Leggett,
3c67b7956d44501360506a9f13a5011be73b30ecminfrin Rüdiger Pluem]
3c67b7956d44501360506a9f13a5011be73b30ecminfrin *) mod_request: Insert the KEPT_BODY filter via the insert_filter
3c67b7956d44501360506a9f13a5011be73b30ecminfrin hook instead of during fixups. Add a safety check to ensure the
97d20d37d21b8d427a920e211858172f0a82427epoirier filters cannot be inserted more than once. [Graham Leggett,
97d20d37d21b8d427a920e211858172f0a82427epoirier Rüdiger Pluem]
8e04e8ec7d682bff5e6dccdd70c082971a88cb8bniq *) core: Do not allow Options ALL if not all options are allowed to be
8e04e8ec7d682bff5e6dccdd70c082971a88cb8bniq overwritten. PR 44262 [Michał Grzędzicki <lazy iq.pl>]
53c999a82fcca729dabc8a512b3fb996d61fd814niq *) ap_cache_cacheable_headers_out() will (now) always
53c999a82fcca729dabc8a512b3fb996d61fd814niq merge an error heaeders _before_ clearing them and _before_
53c999a82fcca729dabc8a512b3fb996d61fd814niq merging in the actual entity headers and doing normal
53c999a82fcca729dabc8a512b3fb996d61fd814niq hop-by-hop cleansing. [Dirk-Willem van Gulik].
25d0f8adcab13255494a3572edff1a25f6fbeea3rpluem *) cache: retire ap_cache_cacheable_hdrs_out() which was used
25d0f8adcab13255494a3572edff1a25f6fbeea3rpluem for both in- and out-put headers; and replace it by a single
25d0f8adcab13255494a3572edff1a25f6fbeea3rpluem ap_cache_cacheable_headers() wrapped in a in- and out-put
dd9ae259e1578c4388739c880ede97c55cec543frpluem specific ap_cache_cacheable_headers_in()/out(). The latter
dd9ae259e1578c4388739c880ede97c55cec543frpluem which will also merge error and ensure content-type. To keep
dd9ae259e1578c4388739c880ede97c55cec543frpluem cache modules consistent with ease. This API change bumps
0938450cadc9a083d112a86bc7dd7ae34f791364trawick up the minor MM by one [Dirk-Willem van Gulik].
0938450cadc9a083d112a86bc7dd7ae34f791364trawick *) mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
8bed7ee6d97933b958e97e222f37154d83e384e5jorton PR 44799 [Christian Wenz <christian wenz.org>]
8bed7ee6d97933b958e97e222f37154d83e384e5jorton *) Move the KeptBodySize directive, kept_body filters and the
8bed7ee6d97933b958e97e222f37154d83e384e5jorton ap_parse_request_body function out of the http module and into a
8bed7ee6d97933b958e97e222f37154d83e384e5jorton new module called mod_request, reducing the size of the core.
d33ddda47790d3295f4218f87e3a296cf51a9becmjc [Graham Leggett]
4e08c8c1a91e2887b41d8cacd3aa532355d0237drpluem *) mod_dbd: Handle integer configuration directive parameters with a
7a25b029b69f169bd22718165dff3b271114f92eniq dedicated function.
43d051c8401a1f3b4f7853cd897d3565ab814ea7poirier *) Change the directives within the mod_session* modules to be valid
43d051c8401a1f3b4f7853cd897d3565ab814ea7poirier both inside and outside the location/directory sections, as
2f34374f6e04b9094a1d13a5ed823f331ba841a3rpluem suggested by wrowe. [Graham Leggett]
2f34374f6e04b9094a1d13a5ed823f331ba841a3rpluem *) mod_auth_form: Add a module capable of allowing end users to log
7a25b029b69f169bd22718165dff3b271114f92eniq in using an HTML form, storing the credentials within mod_session.
7a25b029b69f169bd22718165dff3b271114f92eniq [Graham Leggett]
2f34374f6e04b9094a1d13a5ed823f331ba841a3rpluem *) Add a function to the http filters that is able to parse an HTML
3e6a46d2fecf446daf0e280a49fa5565f5f635eajorton form request with the type of application/x-www-form-urlencoded.
3e6a46d2fecf446daf0e280a49fa5565f5f635eajorton [Graham Leggett]
137e484e5f984ceff1102e1212dda8ac0413231aniq *) mod_session_crypto: Initialise SSL in the post config hook.
0df8f79d2324b131c36955d7e474a735a762f9eeniq [Ruediger Pluem, Graham Leggett]
0df8f79d2324b131c36955d7e474a735a762f9eeniq *) mod_session_dbd: Add a session implementation capable of storing
30e3e760b737f13ce800fa02c5930ade7659ba66niq session information in a SQL database via the dbd interface. Useful
30e3e760b737f13ce800fa02c5930ade7659ba66niq for sites where session privacy is important. [Graham Leggett]
e991c6fc032c59eb6cb751d9d382e933a53a2866niq *) mod_session_crypto: Add a session encoding implementation capable
e991c6fc032c59eb6cb751d9d382e933a53a2866niq of encrypting and decrypting sessions wherever they may be stored.
e991c6fc032c59eb6cb751d9d382e933a53a2866niq Introduces a level of privacy when sessions are stored on the
e991c6fc032c59eb6cb751d9d382e933a53a2866niq browser. [Graham Leggett]
9a00e2d46c44c111d6952e553a2f1a61b7594eb3rpluem *) mod_session_cookie: Add a session implementation capable of storing
9a00e2d46c44c111d6952e553a2f1a61b7594eb3rpluem session information within cookies on the browser. Useful for high
33d9be77cc6f5fc8734e9c1f526b82d359955152rpluem volume sites where server bound sessions are too resource intensive.
9a00e2d46c44c111d6952e553a2f1a61b7594eb3rpluem [Graham Leggett]
da128c59ec571c4dff70f41ecba9c8a9974c6cd6niq *) mod_session: Add a generic session interface to unify the different
172e83c0f024fe6396dd1f3ca3492fd83c304db5jim attempts at saving persistent sessions across requests.
da128c59ec571c4dff70f41ecba9c8a9974c6cd6niq [Graham Leggett]
45932a847f237b4d8f0667b138bd3f8a15fb53ffniq *) core, authn/z: Avoid calling access control hooks for internal requests
45932a847f237b4d8f0667b138bd3f8a15fb53ffniq with configurations which match those of initial request. Revert to
186e9d990f453d16826ab87a87df7b87e6e05921rpluem original behaviour (call access control hooks for internal requests
186e9d990f453d16826ab87a87df7b87e6e05921rpluem with URIs different from initial request) if any access control hooks or
186e9d990f453d16826ab87a87df7b87e6e05921rpluem providers are not registered as permitting this optimization.
186e9d990f453d16826ab87a87df7b87e6e05921rpluem Introduce wrappers for access control hook and provider registration
6861702c2d883e5c0744d5f7528d2060671ad24dtakashi which can accept additional mode and flag data. [Chris Darroch]
6861702c2d883e5c0744d5f7528d2060671ad24dtakashi *) mod_dav: Return "method not allowed" if the destination URI of a WebDAV
6861702c2d883e5c0744d5f7528d2060671ad24dtakashi copy / move operation is no DAV resource. PR 44734 [Ruediger Pluem]
f1f779c42f76118102fdecbe8777b47a1fc693a7rjung *) Introduced ap_expr API for expression evaluation.
f1f779c42f76118102fdecbe8777b47a1fc693a7rjung This is adapted from mod_include, which is the first module
f1f779c42f76118102fdecbe8777b47a1fc693a7rjung to use the new API.
292cb7b720095e7bb434d79ae53b02d332aeb99acovener *) mod_authz_dbd: When redirecting after successful login/logout per
292cb7b720095e7bb434d79ae53b02d332aeb99acovener AuthzDBDRedirectQuery, do not report authorization failure, and use
137e484e5f984ceff1102e1212dda8ac0413231aniq first row returned by database query instead of last row.
137e484e5f984ceff1102e1212dda8ac0413231aniq [Chris Darroch]
137e484e5f984ceff1102e1212dda8ac0413231aniq *) mod_rewrite: Initialize hash needed by ap_register_rewrite_mapfunc early
137e484e5f984ceff1102e1212dda8ac0413231aniq enough. PR 44641 [Daniel Lescohier <daniel.lescohier cnet.com>]
4e08c8c1a91e2887b41d8cacd3aa532355d0237drpluem *) mod_cache: Handle If-Range correctly if the cached resource was stale.
d0cd62f11bcd8fa9bf758c5125f55cea5d9038dfrpluem PR 44579 [Ruediger Pluem]
d0cd62f11bcd8fa9bf758c5125f55cea5d9038dfrpluem *) mod_ldap: Correctly return all requested attribute values
51d55be8bbc6652c13bc80d920f4331f7152dceerjung when some attributes have a null value.
51d55be8bbc6652c13bc80d920f4331f7152dceerjung PR 44560 [Anders Kaseorg <anders kaseorg.com>]
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick *) core: check symlink ownership if both FollowSymlinks and
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick SymlinksIfOwnerMatch are set [Nick Kew]
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick *) core: fix origin checking in SymlinksIfOwnerMatch
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
8f2700898323915da289644dc1f3ee11a5e5b4earpluem *) mod_proxy: Do not try a direct connection if the connection via a
8f2700898323915da289644dc1f3ee11a5e5b4earpluem remote proxy failed before and the request has a request body.
8f2700898323915da289644dc1f3ee11a5e5b4earpluem [Ruediger Pluem]
e7983ce746b0df56a1b74b42da6d82f5ecb99349covener *) Added 'disablereuse' option for ProxyPass which, essentially,
e7983ce746b0df56a1b74b42da6d82f5ecb99349covener disables connection pooling for the backend servers.
e7983ce746b0df56a1b74b42da6d82f5ecb99349covener [Jim Jagielski]
bbcfb8ab8e22f90fdf346e9993bd58ba2203b182trawick *) Activate mod_cache, mod_file_cache and mod_disc_cache as part of the
bbcfb8ab8e22f90fdf346e9993bd58ba2203b182trawick 'most' set for '--enable-modules' and '--enable-shared-mods'. Include
bbcfb8ab8e22f90fdf346e9993bd58ba2203b182trawick mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
d1745d6933c22c807cf2388332426defd1b19f03covener *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
d1745d6933c22c807cf2388332426defd1b19f03covener contain public function declarations which are useful for
d1745d6933c22c807cf2388332426defd1b19f03covener third party module authors. PR 42431 [Dirk-Willem van Gulik].
222834d5a33b915037094af014905f3683cae78btrawick *) mod_dir, mod_negotiation: pass the output filter information
222834d5a33b915037094af014905f3683cae78btrawick to newly created sub requests; as these are later on used
2db5d76ac4c75aadecf38e20569bccbfd2360ba7rpluem as true requests with an internal redirect. This allows for
2db5d76ac4c75aadecf38e20569bccbfd2360ba7rpluem mod_cache et.al. to trap the results of the redirect.
2db5d76ac4c75aadecf38e20569bccbfd2360ba7rpluem [Dirk-Willem van Gulik, Ruediger Pluem]
7f4ac5a4cd99a9cae866b5908e358bd932736307chrisd *) mod_proxy_ajp: Do not retry request in the case that we either failed to
1c03114a0f0315ed19a05f654021da9f66005897rjung sent a part of the request body or if the request is not idempotent.
1c03114a0f0315ed19a05f654021da9f66005897rjung PR 44334 [Ruediger Pluem]
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem *) mod_ldap: Add support (taking advantage of the new APR capability)
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem for ldap rebind callback while chasing referrals. This allows direct
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem searches on LDAP servers (in particular MS Active Directory 2003+)
3e9c0665b06e44cf776528c6954ed3ca34a77c7fsctemme using referrals without the use of the global catalog.
51a475d92e7d68ee6d7b57aa7fd6e73b2712ce31sctemme PRs 26538, 40268, and 42557 [Paul J. Reder]
019f2b58acb34e31ea3a062bdb5e6c863cd82d66trawick *) Support chroot on Unix-family platforms
873c287c391b0bbc4719b68bb84946515811e1batrawick PR 43596 [Dimitar Pashev <mitko banksoft-bg.com>]
6707208ba4e9a5841ca1ab830830fd286ea5b7c5trawick *) mod_ssl: Added server name indication support (SNI, RFC 4366).
873c287c391b0bbc4719b68bb84946515811e1batrawick PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
832853bb93c1831daf24e4727c5ca0e1b1786e83lars can be created with test/make_sni.sh [Dirk-Willem van Gulik].
832853bb93c1831daf24e4727c5ca0e1b1786e83lars *) ApacheMonitor.exe: Introduce --kill argument for use by the
d2696ac6757b3d8bdaa27634a141ac8c8a045e08fielding installer. This will permit the installation tool to remove
d2696ac6757b3d8bdaa27634a141ac8c8a045e08fielding all running instances before attempting to remove the .exe.
d2696ac6757b3d8bdaa27634a141ac8c8a045e08fielding [William Rowe]
1782dcd420de504978945e6b812523eeae6d56a2lars *) mod_proxy: Lower memory consumption for short lived connections.
1782dcd420de504978945e6b812523eeae6d56a2lars PR 44026. [Ruediger Pluem]
1782dcd420de504978945e6b812523eeae6d56a2lars *) mod_proxy: Keep connections to the backend persistent in the HTTPS case.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Ruediger Pluem]
59dc8d935dbf862712683bbc9e267bd08ced0b14fielding *) mod_ssl: Add support for OCSP validation of client certificates.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_unique_id: Fix timestamp value in UNIQUE_ID.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem PR 37064 [Kobayashi <kobayashi firstserver.co.jp>]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_serf: New module for Reverse Proxying. [Paul Querna]
17ac330ebaa71b24cb77580411a231ee45996e03pquerna *) core: Add the option to keep aside a request body up to a certain
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem size that would otherwise be discarded, to be consumed by filters
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem such as mod_include. When enabled for a directory, POST requests
9f38f3ec3e8087985d108a24ae796962fef83644takashi to shtml files can be passed through to embedded scripts as POST
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem requests, rather being downgraded to GET requests. [Graham Leggett]
d4ee4552489641d35d1195bbbd6021351c4b79aarjung *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
9e152751ed380f87c5ecae4fb0221c956e5fbd24rjung *) scoreboard: Correctly declare ap_time_process_request.
abb99af8aa7da2cb4c324133a4e10bd7a50f875erpluem *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem provide the unusual legacy lookup. [William Rowe]
382d14411b582d97075a836190d74c778977505fcovener *) mpm winnt: fix null pointer dereference
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem PR 42572 [Davi Arnaut]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) core: reinstate location walk to fix config for subrequests
06e6657fd0f376a16db696876f9bff5927cc3cb0trawick PR 41960 [Jose Kahan <jose w3.org>]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
0e9dae659943679108357054e9aa7657cdc52dc4minfrin parameters to the environment. Improve portability to
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem EBCDIC machines by using apr_toupper(). [Martin Kraemer]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem to authorize an authenticated user via a "require ldap-group X" directive
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem where the user is not in group X, but is in a subgroup contained in X.
d03aa31ada476d8eb97feaec2b1099809e7f3d57niq PR 42891 [Paul J. Reder]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) ab: Add -r option to continue after socket receive errors.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Filip Hanik <devlist hanik.com>]
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquerna *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquerna for SDKs that define LDAP_NO_LIMIT to something other than -1.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [David Jones <oscaremma gmail.com>]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) apxs: Enhance -q flag to print all known variables and their values
a5cce34e21a5b472f3806b4526043887bcb7e9eajim when invoked without variable name(s).
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [William Rowe, Sander Temme]
8c3667cd1d0db08647793137c0d1aa7f6526bebfniq *) apxs: Eliminate run-time check for mod_so. PR 40653.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [David M. Lee <dmlee crossroads.com>]
8c3667cd1d0db08647793137c0d1aa7f6526bebfniq *) beos MPM: Create pmain pool and run modules' child_init hooks when
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
6824182b3b8e045db97a228d3127bdfcbdfeb0bcniq [Chris Darroch]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem cleanups registered in modules' child_init hooks are performed.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Chris Darroch]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_dbd: Stash DBD connections in request_config of initial request
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem only, or else sub-requests and internal redirections may cause
92357fb76d3ad043e29ba2ba2041a7bdb8d13390niq entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
9f07b6dc343a4e3eba5f4c47050a77441723ce89nd *) Fix issue which could cause error messages to be written to access logs
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem on Win32. PR 40476. [Tom Donovan <Tom.Donovan acm.org>]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) The LockFile directive, which specifies the location of
f7cec4a86292b160401472286a17497ae0d4df18covener the accept() mutex lockfile, is deprecated. Instead, the
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem AcceptMutex directive now takes an optional lockfile
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem location parameter, ala SSLMutex. [Jim Jagielski]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_authn_dbd: Export any additional columns queried in the SQL select
1464434c2c104e0ba224644c42552330f5158537covener into the environment with the name AUTHENTICATE_<COLUMN>. This brings
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem *) mod_dbd: Key the storage of prepared statements on the hex string
7f4ac5a4cd99a9cae866b5908e358bd932736307chrisd value of server_rec, rather than the server name, as the server name
92357fb76d3ad043e29ba2ba2041a7bdb8d13390niq may change (eg when the server name is set) at any time, causing
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
509111f5f58a9effd4c832f6a0cbd6ad9d549188jorton *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
235b900b78cf6849f8344e377a91ded37d9cc9depquerna the first bucket from the brigade, finds it not to be a FILE
235b900b78cf6849f8344e377a91ded37d9cc9depquerna bucket and barfs. The fix is to pass a bucket rather than a brigade.
235b900b78cf6849f8344e377a91ded37d9cc9depquerna [Niklas Edmundsson <nikke acc.umu.se>]
66b8ec445dced7a2036bcd3b87b6fc3f08a1ab24jorton *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
66b8ec445dced7a2036bcd3b87b6fc3f08a1ab24jorton *) ap_get_server_version() has been removed. Third-party modules must
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin now use ap_get_server_banner() or ap_get_server_description().
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin [Jeff Trawick]
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin *) All MPMs: Introduce a check_config phase between pre_config and
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin open_logs, to allow modules to review interdependent configuration
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem directive values and adjust them while messages can still be logged
6f33babce8f8bc723f0b2c755aef049cd509504fpquerna to the console. Handle relevant MPM directives during this phase
6f33babce8f8bc723f0b2c755aef049cd509504fpquerna and format messages for both the console and the error log, as
0a12339f39799193ac6866fce812a1deb8f4a1abpquerna appropriate. [Chris Darroch]
0a12339f39799193ac6866fce812a1deb8f4a1abpquerna *) mod_proxy: don't URLencode tilde in path component
3fb118bc4e1a634f71c1fa509819ceac36c79dcbpquerna [Stijn Hoop <stijn sandcat.nl>]
3fb118bc4e1a634f71c1fa509819ceac36c79dcbpquerna *) mpm_winnt: Fix return values from wait_for_many_objects.
fb59af4ce3fcdd314b848359faeddf1e51bb24c5jim The return value is index to the signaled thread in the
fb59af4ce3fcdd314b848359faeddf1e51bb24c5jim creted_threads array. We can not use WAIT_TIMEOUT because
fb59af4ce3fcdd314b848359faeddf1e51bb24c5jim his value is defined as 258, thus limiting the MaxThreads
fb59af4ce3fcdd314b848359faeddf1e51bb24c5jim to that value. [Mladen Turk]
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna to circumvent the symbolic link checks imposed by FollowSymLinks and
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna *) mod_proxy: Support environment variable interpolation in reverse
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna proxying directives. [Nick Kew]
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna *) core: Add the filename of the configuration file to the warning message
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna about the useless use of AllowOverride. PR 39992.
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna [Darryl Miles <darryl darrylmiles.org>]
19e5deda3a29d71ac1cc4bfecce39f96ea3ab55dcovener *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
19e5deda3a29d71ac1cc4bfecce39f96ea3ab55dcovener configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
19e5deda3a29d71ac1cc4bfecce39f96ea3ab55dcovener The default is none as this is far greater debugging resolution than
19e5deda3a29d71ac1cc4bfecce39f96ea3ab55dcovener the typical administrator is prepared to untangle. [William Rowe]
3ec1e3a35106ec4c8bcf8fae6a20cb623aed0b62pquerna *) mod_disk_cache: If possible, check if the size of an object to cache is
3ec1e3a35106ec4c8bcf8fae6a20cb623aed0b62pquerna within the configured boundaries before actually saving data.
3ec1e3a35106ec4c8bcf8fae6a20cb623aed0b62pquerna [Niklas Edmundsson <nikke acc.umu.se>]
97f7daaffd9b6c1031302d7e551d5279fa0d0d72pquerna *) mod_cache: Convert all values to seconds before comparing them when
97f7daaffd9b6c1031302d7e551d5279fa0d0d72pquerna checking whether to send a Warning header for a stale response.
847db8b2f0188cd9c840acbe4fea77a32748b2edpquerna PR 39713. [Owen Taylor <otaylor redhat.com>]
97f7daaffd9b6c1031302d7e551d5279fa0d0d72pquerna *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
527fc83e2bf315b2026a9ac6b1e6ce83143609bbcovener final name. [Davi Arnaut <davi haxent.com.br>]
527fc83e2bf315b2026a9ac6b1e6ce83143609bbcovener *) Worker and event MPMs: Remove improper scoreboard updates which were
527fc83e2bf315b2026a9ac6b1e6ce83143609bbcovener performed in the event of a fork() failure. [Chris Darroch]
99c8705f69fae71940ad9b091bd2f588a7b9f484minfrin *) Add support for fcgi:// proxies to mod_rewrite.
99c8705f69fae71940ad9b091bd2f588a7b9f484minfrin [Markus Schiegl <ms schiegl.com>]
99c8705f69fae71940ad9b091bd2f588a7b9f484minfrin *) Remove incorrect comments from scoreboard.h regarding conditional
9376e7dc573bb2721491c79b92f9c06fdfacebe6minfrin loading of worker_score structure with mod_status, and remove unused
9376e7dc573bb2721491c79b92f9c06fdfacebe6minfrin definitions relating to old life_status field.
9376e7dc573bb2721491c79b92f9c06fdfacebe6minfrin [Chris Darroch <chrisd pearsoncmg.com>]
edaefb8bf78debc86ef7de441c7983d8b05517e1minfrin *) Remove allocation of memory for unused array of lb_score pointers
edaefb8bf78debc86ef7de441c7983d8b05517e1minfrin in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
edaefb8bf78debc86ef7de441c7983d8b05517e1minfrin *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
edaefb8bf78debc86ef7de441c7983d8b05517e1minfrin [Garrett Rooney, Jim Jagielski, Paul Querna]
b5cbd7bc65a5c0eda246b0cd32e7d9ed124d66c4niq *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
b5cbd7bc65a5c0eda246b0cd32e7d9ed124d66c4niq [Chris Darroch <chrisd pearsoncmg.com>]
2ac474e42b9281e247e7082e30c50c5bef1f2cc3rjung *) mod_charset_lite: Remove Content-Length when output filter can
2ac474e42b9281e247e7082e30c50c5bef1f2cc3rjung invalidate it. Warn when input filter can invalidate it.
6ad55f63504cf5fe5205ed9495664519afeadcd9chrisd [Jeff Trawick]
6ad55f63504cf5fe5205ed9495664519afeadcd9chrisd *) Authz: Add the new module mod_authn_core that will provide common
809ec9d7cc8bc12d7dc6fafba24f3acad3e49d81chrisd authn directives such as 'AuthType', 'AuthName'. Move the directives
809ec9d7cc8bc12d7dc6fafba24f3acad3e49d81chrisd 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
809ec9d7cc8bc12d7dc6fafba24f3acad3e49d81chrisd into mod_authn_core. [Brad Nicholes]
809ec9d7cc8bc12d7dc6fafba24f3acad3e49d81chrisd *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
f436f5cf34615c3c7d49dd229560ba658033f9eachrisd into the new module mod_access_compat which can be loaded to provide
f436f5cf34615c3c7d49dd229560ba658033f9eachrisd support for these directives.
f436f5cf34615c3c7d49dd229560ba658033f9eachrisd [Brad Nicholes]
ce6098001014d149e90e56ab0e89c1b4aab30136chrisd *) Authz: Move the 'Require' directive from the core module as well as
ce6098001014d149e90e56ab0e89c1b4aab30136chrisd add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
7245e9b991db85d9d9a587fe5f4051f642ebdc3cchrisd and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
7245e9b991db85d9d9a587fe5f4051f642ebdc3cchrisd logic into the authorization processing. [Brad Nicholes]
7245e9b991db85d9d9a587fe5f4051f642ebdc3cchrisd *) Authz: Add the new module mod_authz_core which acts as the
38b062650152074931a68e933461762c5e233cfcniq authorization provider vector and contains common authz
38b062650152074931a68e933461762c5e233cfcniq directives. [Brad Nicholes]
9257af3c6aaeaf201fccb3e3c87cf8c41783fdb7rpluem *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
9257af3c6aaeaf201fccb3e3c87cf8c41783fdb7rpluem 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
63de18ba5e922ffaab500317d7d1d0ad6b27b7e2covener *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
63de18ba5e922ffaab500317d7d1d0ad6b27b7e2covener host-based access control provided by mod_authz_host and invoked
91ef999a69527d2a64983681c92aaef9270697b4rpluem through the 'Require' directive. [Brad Nicholes]
91ef999a69527d2a64983681c92aaef9270697b4rpluem *) Authz: Convert all of the authz modules from hook based to
cf95511601acd18c75339ef5d90a298e070617ccminfrin provider based. [Brad Nicholes]
cf95511601acd18c75339ef5d90a298e070617ccminfrin *) mod_cache: Add CacheMinExpire directive to set the minimum time in
cf95511601acd18c75339ef5d90a298e070617ccminfrin seconds to cache a document.
e82c197ca8872669af89367746826fe6b9955bb3niq *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
baef4b5261d84ad9bacb2f4e745b33f35534c25aniq *) Fix typo in ProxyStatus syntax error message.
742ec45ed2ac00ab03080e898332352220cc1f13niq *) Asynchronous write completion for the Event MPM. [Brian Pane]
a5e068c4aa3d0084a41e178c7c0c1b1ae2f28125jim *) Added an End-Of-Request bucket type. The logging of a request and
742ec45ed2ac00ab03080e898332352220cc1f13niq the freeing of its pool are now done when the EOR bucket is destroyed.
f82568a780e35e8786958c49a1259434e2088b9cniq This has the effect of delaying the logging until right after the last
f82568a780e35e8786958c49a1259434e2088b9cniq of the response is sent; ap_core_output_filter() calls the access logger
f82568a780e35e8786958c49a1259434e2088b9cniq indirectly when it destroys the EOR bucket. [Brian Pane]
56b7c92bac48127bda06d80bf94952258f7e0bd3minfrin *) Rewrite of logresolve support utility: IPv6 addresses are now supported
56b7c92bac48127bda06d80bf94952258f7e0bd3minfrin and the format of statistical output has changed. [Colm MacCarthaigh]
41abbbf0cbaef202fe1ba2dd671ea48990d6e012minfrin *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
41abbbf0cbaef202fe1ba2dd671ea48990d6e012minfrin *) Added new connection states for handler and write completion
6aa239b3d12f531ad9e305b1a81ad5fd671a3493minfrin [Brian Pane]
6aa239b3d12f531ad9e305b1a81ad5fd671a3493minfrin *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264.
6aa239b3d12f531ad9e305b1a81ad5fd671a3493minfrin [Justin Erenkrantz]
d05e6175473332a8433e4ac85edda0d5a33c94b5minfrin *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
d05e6175473332a8433e4ac85edda0d5a33c94b5minfrin allowing string-valued client certificate attributes to be used for
d05e6175473332a8433e4ac85edda0d5a33c94b5minfrin access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
fffe2d3830e52ed28703d042c5049b5e8fa047e2niq [Martin Kraemer, David Reid]
fffe2d3830e52ed28703d042c5049b5e8fa047e2niq [Apache 2.1.0-dev includes those bug fixes and changes with the
13d29a334cfa69f2995b70a48aeacacc1ac7125frpluem Apache 2.2.xx tree as documented, and except as noted, below.]
6951fc02abfd7642e45333902c14855836717fadrpluemChanges with Apache 2.2.x and later:
6951fc02abfd7642e45333902c14855836717fadrpluem *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
6951fc02abfd7642e45333902c14855836717fadrpluemChanges with Apache 2.0.x and later:
aced0f6381ba4b9ec6ca8b9f9253f5aeb1a0b1actdonovan *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
db455cbc662c98dbbf53175393c50086ff63370cchrisdChanges with Apache 1.3.x and later: