CHANGES revision d4562e99f620170ce0bedddc16887b900b34913b
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe -*- coding: utf-8 -*-
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquernaChanges with Apache 2.3.0
84fbf855118f318dd5e511d8e5b902cecc1177c0jim[ When backported to 2.2.x, remove entry from this file ]
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin *) mod_session_crypto: Initialise SSL in the post config hook.
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin [Ruediger Pluem, Graham Leggett]
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin *) mod_session_dbd: Add a session implementation capable of storing
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin session information in a SQL database via the dbd interface. Useful
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin for sites where session privacy is important. [Graham Leggett]
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin *) mod_session_crypto: Add a session encoding implementation capable
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin of encrypting and decrypting sessions wherever they may be stored.
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin Introduces a level of privacy when sessions are stored on the
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin browser. [Graham Leggett]
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin *) mod_session_cookie: Add a session implementation capable of storing
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin session information within cookies on the browser. Useful for high
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin volume sites where server bound sessions are too resource intensive.
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin [Graham Leggett]
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin *) mod_session: Add a generic session interface to unify the different
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin attempts at saving persistent sessions across requests.
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin [Graham Leggett]
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin *) core, authn/z: Avoid calling access control hooks for internal requests
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin with configurations which match those of initial request. Revert to
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin original behaviour (call access control hooks for internal requests
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin with URIs different from initial request) if any access control hooks or
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin providers are not registered as permitting this optimization.
e302f38fd646764ce1a1e1c578d794aef514a9e5sf Introduce wrappers for access control hook and provider registration
e302f38fd646764ce1a1e1c578d794aef514a9e5sf which can accept additional mode and flag data. [Chris Darroch]
b32d756dae79045a9bc90e0d0b85582f6f28eaf3sf *) http_filters: Don't spin if get an error when reading the
e302f38fd646764ce1a1e1c578d794aef514a9e5sf next chunk. PR 44381 [Ruediger Pluem]
9c233808c898095865fcc0a2dc1cf594d0d8faf3sf *) mod_dav: Return "method not allowed" if the destination URI of a WebDAV
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin copy / move operation is no DAV resource. PR 44734 [Ruediger Pluem]
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin *) Introduced ap_expr API for expression evaluation.
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin This is adapted from mod_include, which is the first module
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin to use the new API.
28587db43bc4bea96a36fbcffdd967e7b422bb97minfrin *) mod_authz_dbd: When redirecting after successful login/logout per
28587db43bc4bea96a36fbcffdd967e7b422bb97minfrin AuthzDBDRedirectQuery, do not report authorization failure, and use
5a2dcc476c33985b7681aa72256bcd7266057eddsf first row returned by database query instead of last row.
5a2dcc476c33985b7681aa72256bcd7266057eddsf [Chris Darroch]
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier *) mod_rewrite: Initialize hash needed by ap_register_rewrite_mapfunc early
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier enough. PR 44641 [Daniel Lescohier <daniel.lescohier cnet.com>]
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier *) mod_authn_dbd: Disambiguate and tidy database authentication
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier error messages. PR 43210. [Chris Darroch, Phil Endecott
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier <spam_from_apache_bugzilla chezphil.org>]
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier *) mod_cache: Handle If-Range correctly if the cached resource was stale.
f3a19422957c2e9eb827c8e38e5982f678591aa5minfrin PR 44579 [Ruediger Pluem]
b7a2f855b5e31abc24dab2eef28e9e2f985ae25brpluem *) mod_speling: remove regression from 1.3/2.0 behavior and
fa1c7ce09927decc1eecd1e9a35cc5331078a052covener drop dependency between mod_speling and AcceptPathInfo.
fa1c7ce09927decc1eecd1e9a35cc5331078a052covener PR 43562 [Jose Kahan <jose w3.org>]
84fbf855118f318dd5e511d8e5b902cecc1177c0jim *) mod_ldap: Correctly return all requested attribute values
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjim when some attributes have a null value.
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjim PR 44560 [Anders Kaseorg <anders kaseorg.com>]
fa0dc2a4f675a868378a52946e5b244d6bf41196sf *) core: check symlink ownership if both FollowSymlinks and
0807f6da6091b748ab47c21ba66252fe8da2a966sf SymlinksIfOwnerMatch are set [Nick Kew]
0807f6da6091b748ab47c21ba66252fe8da2a966sf *) core: fix origin checking in SymlinksIfOwnerMatch
b92a868b537899a51efd8c200c396fa51c63839dtrawick PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjim *) rotatelogs: Added '-f' option to force rotatelogs to create the
dc52cac281d8b311dc47d115ed979f923b667679rjung logfile as soon as started, and not wait until it reads the
dc52cac281d8b311dc47d115ed979f923b667679rjung first entry. [Jim Jagielski]
2534e869d2ba209bd0c43717ea80992e6de0c51djim *) mod_proxy: Do not try a direct connection if the connection via a
2534e869d2ba209bd0c43717ea80992e6de0c51djim remote proxy failed before and the request has a request body.
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna [Ruediger Pluem]
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna *) mod_substitute: The default is now flattening the buckets after
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna each substitution. This was mostly done to abide by the
02fd88c85a9850109753b87612955ad372de1575sf Principle Of Least Astonishment. The newly added 'q' flag allows for
02fd88c85a9850109753b87612955ad372de1575sf the quicker, more efficient bucket-splitting if the user so
02fd88c85a9850109753b87612955ad372de1575sf desires. [Jim Jagielski]
da48ae521bcc2751f8eb8dfb02f7aab0f46943c6sf *) Added 'disablereuse' option for ProxyPass which, essentially,
da48ae521bcc2751f8eb8dfb02f7aab0f46943c6sf disables connection pooling for the backend servers.
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim [Jim Jagielski]
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim *) Activate mod_cache, mod_file_cache and mod_disc_cache as part of the
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim 'most' set for '--enable-modules' and '--enable-shared-mods'. Include
ab7a123efe997d907274eb672ab2b36746bb3f57sf mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
ab7a123efe997d907274eb672ab2b36746bb3f57sf *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
ab7a123efe997d907274eb672ab2b36746bb3f57sf contain public function declarations which are useful for
a44d29a3794110c558c940bd903a1930d717a7d7sf third party module authors. PR 42431 [Dirk-Willem van Gulik].
a44d29a3794110c558c940bd903a1930d717a7d7sf *) mod_dir, mod_negotiation: pass the output filter information
a44d29a3794110c558c940bd903a1930d717a7d7sf to newly created sub requests; as these are later on used
70003ce816d7851e49ecb0cdc5137becd647ed18niq as true requests with an internal redirect. This allows for
70003ce816d7851e49ecb0cdc5137becd647ed18niq mod_cache et.al. to trap the results of the redirect.
b5e45168970cefb8b2d0bea709ea69790f3eab96niq [Dirk-Willem van Gulik, Ruediger Pluem]
815067bc5eff8fc218019e18ee5ea868372917cdsf *) ab: Use a 64 bit unsigned int instead of a signed long to count the
815067bc5eff8fc218019e18ee5ea868372917cdsf bytes transferred to avoid integer overflows. PR 44346 [Ruediger Pluem]
2534e869d2ba209bd0c43717ea80992e6de0c51djim *) mod_proxy_ajp: Do not retry request in the case that we either failed to
ff5e24709209b13601480827b0fecf32c428ff32rjung sent a part of the request body or if the request is not idempotent.
39d67f66729a7008c1e73d65a81e778ce819a227rjung PR 44334 [Ruediger Pluem]
da20b997bf4652f7597e0a7845db371aab2f7187rjung *) ProxyPassReverse is now balancer aware. [Jim Jagielski]
133cbcba0df4ba0e72f7eaaaebabe119f145f261niq *) rotatelogs: Don't leak memory when reopening the logfile.
133cbcba0df4ba0e72f7eaaaebabe119f145f261niq PR 40183 [Ruediger Pluem, Takashi Sato <serai lans-tv.com>]
c8dcde16853eef36b713d4633fac83b66e49aa5eniq *) mod_ldap: Add support (taking advantage of the new APR capability)
c8dcde16853eef36b713d4633fac83b66e49aa5eniq for ldap rebind callback while chasing referrals. This allows direct
c8dcde16853eef36b713d4633fac83b66e49aa5eniq searches on LDAP servers (in particular MS Active Directory 2003+)
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniq using referrals without the use of the global catalog.
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniq PRs 26538, 40268, and 42557 [Paul J. Reder]
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniq *) ab: Do not try to read non existing response bodies of HEAD requests.
927e277b4be750e06960b3d4f1c2b1ca146e0555niq PR 34275 [Takashi Sato <serai lans-tv.com>]
927e277b4be750e06960b3d4f1c2b1ca146e0555niq *) Support chroot on Unix-family platforms
83de39879307034216ce0af15a47a88a55af11e3rjung PR 43596 [Dimitar Pashev <mitko banksoft-bg.com>]
83de39879307034216ce0af15a47a88a55af11e3rjung *) mod_proxy_http: Return HTTP status codes instead of apr_status_t
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq values for errors encountered while forwarding the request body
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq PR 44165 [Eric Covener]
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq *) mod_ssl: Added server name indication support (SNI, RFC 4366).
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
0a4924de8350e2bbfa16a27f42ff0bc61aa52d43rjung can be created with test/make_sni.sh [Dirk-Willem van Gulik].
0a4924de8350e2bbfa16a27f42ff0bc61aa52d43rjung *) ApacheMonitor.exe: Introduce --kill argument for use by the
8e8568ec7d29f056a2a4942d1d50481e441c25d9covener installer. This will permit the installation tool to remove
4ea8055e720d18f386b8026b546e5836ecccba4arjung all running instances before attempting to remove the .exe.
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe [William Rowe]
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe *) mod_proxy: Lower memory consumption for short lived connections.
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe PR 44026. [Ruediger Pluem]
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe *) mod_proxy: Keep connections to the backend persistent in the HTTPS case.
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe [Ruediger Pluem]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) rotatelogs: Improve atomicity when using -l and cleaup code.
46fdfef7dfc745effe179387e1dcb8245d3804batrawick PR 44004 [Rainer Jung]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) mod_ssl: Add support for OCSP validation of client certificates.
46fdfef7dfc745effe179387e1dcb8245d3804batrawick PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) mod_unique_id: Fix timestamp value in UNIQUE_ID.
46fdfef7dfc745effe179387e1dcb8245d3804batrawick PR 37064 [Kobayashi <kobayashi firstserver.co.jp>]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) mod_serf: New module for Reverse Proxying. [Paul Querna]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) core: Add the option to keep aside a request body up to a certain
46fdfef7dfc745effe179387e1dcb8245d3804batrawick size that would otherwise be discarded, to be consumed by filters
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe such as mod_include. When enabled for a directory, POST requests
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe to shtml files can be passed through to embedded scripts as POST
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe requests, rather being downgraded to GET requests. [Graham Leggett]
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
f55c048e33a905f9f771b3aed309373bdf547944jorton *) scoreboard: Correctly declare ap_time_process_request.
cddaaa6378c5082e8dff0d11dc21cf6c4928ecbcjorton *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
cddaaa6378c5082e8dff0d11dc21cf6c4928ecbcjorton from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
cddaaa6378c5082e8dff0d11dc21cf6c4928ecbcjorton provide the unusual legacy lookup. [William Rowe]
9b2bd9e83cbb6f5debb2edba59a0c12089eb37c3minfrin *) mpm winnt: fix null pointer dereference
9b2bd9e83cbb6f5debb2edba59a0c12089eb37c3minfrin PR 42572 [Davi Arnaut]
9b2bd9e83cbb6f5debb2edba59a0c12089eb37c3minfrin *) core: reinstate location walk to fix config for subrequests
9b2bd9e83cbb6f5debb2edba59a0c12089eb37c3minfrin PR 41960 [Jose Kahan <jose w3.org>]
a89e2c1651aab7734345fa3a6712a757708535ferjung *) mod_log_config: Add format options for %p so that the actual local
a89e2c1651aab7734345fa3a6712a757708535ferjung or remote port can be logged. PR 43415. [Adam Hasselbalch Hansen
a89e2c1651aab7734345fa3a6712a757708535ferjung <ahh@one.com>, Ruediger Pluem, Jeff Trawick]
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung parameters to the environment. Improve portability to
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung EBCDIC machines by using apr_toupper(). [Martin Kraemer]
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung to authorize an authenticated user via a "require ldap-group X" directive
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung where the user is not in group X, but is in a subgroup contained in X.
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung PR 42891 [Paul J. Reder]
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung *) ab: Add -r option to continue after socket receive errors.
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung [Filip Hanik <devlist hanik.com>]
23bc6974af15e69a9aa4b5b3fc06b800b53ca234sf *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
23bc6974af15e69a9aa4b5b3fc06b800b53ca234sf for SDKs that define LDAP_NO_LIMIT to something other than -1.
298eb744831be682f749ffe1c01c88d82adf215esf [David Jones <oscaremma gmail.com>]
298eb744831be682f749ffe1c01c88d82adf215esf *) apxs: Enhance -q flag to print all known variables and their values
298eb744831be682f749ffe1c01c88d82adf215esf when invoked without variable name(s).
298eb744831be682f749ffe1c01c88d82adf215esf [William Rowe, Sander Temme]
298eb744831be682f749ffe1c01c88d82adf215esf *) apxs: Eliminate run-time check for mod_so. PR 40653.
298eb744831be682f749ffe1c01c88d82adf215esf [David M. Lee <dmlee crossroads.com>]
b9aa9ca00496f67eb755d67764775ff23ac7eb03covener *) beos MPM: Create pmain pool and run modules' child_init hooks when
b9aa9ca00496f67eb755d67764775ff23ac7eb03covener entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
f2386b627177c7a80d38fed6ec0aed3c086909c1covener [Chris Darroch]
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin cleanups registered in modules' child_init hooks are performed.
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin [Chris Darroch]
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin *) mod_dbd: Stash DBD connections in request_config of initial request
1a668f25bc6b4b111822caaba70bb9289d64ade5niq only, or else sub-requests and internal redirections may cause
1a668f25bc6b4b111822caaba70bb9289d64ade5niq entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
7a6c86627922e38fa227943b9f888f96109681e5covener *) Fix issue which could cause error messages to be written to access logs
7a6c86627922e38fa227943b9f888f96109681e5covener on Win32. PR 40476. [Tom Donovan <Tom.Donovan acm.org>]
7a6c86627922e38fa227943b9f888f96109681e5covener *) The LockFile directive, which specifies the location of
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovener the accept() mutex lockfile, is deprecated. Instead, the
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovener AcceptMutex directive now takes an optional lockfile
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovener location parameter, ala SSLMutex. [Jim Jagielski]
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovener *) mod_authn_dbd: Export any additional columns queried in the SQL select
8068423ee2d80a7c42b2325a71c24ac9485327cecovener into the environment with the name AUTHENTICATE_<COLUMN>. This brings
8068423ee2d80a7c42b2325a71c24ac9485327cecovener mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
8068423ee2d80a7c42b2325a71c24ac9485327cecovener *) mod_dbd: Key the storage of prepared statements on the hex string
8068423ee2d80a7c42b2325a71c24ac9485327cecovener value of server_rec, rather than the server name, as the server name
7703bad94964cc64022e08e2d1ae2c5fbfe2d3c6covener may change (eg when the server name is set) at any time, causing
7703bad94964cc64022e08e2d1ae2c5fbfe2d3c6covener weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
7703bad94964cc64022e08e2d1ae2c5fbfe2d3c6covener *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
689ee47a7329cf0d0ce4c5a98670b33fcf00d81btrawick *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
689ee47a7329cf0d0ce4c5a98670b33fcf00d81btrawick the first bucket from the brigade, finds it not to be a FILE
5a2f24f5e41d52e59e1c11e90cd423b8967d4184trawick bucket and barfs. The fix is to pass a bucket rather than a brigade.
5a2f24f5e41d52e59e1c11e90cd423b8967d4184trawick [Niklas Edmundsson <nikke acc.umu.se>]
19ce7effbcc8a735f1a883f9266e086fde2adb63poirier *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
19ce7effbcc8a735f1a883f9266e086fde2adb63poirier *) ap_get_server_version() has been removed. Third-party modules must
5d58d0bc1ce35e0ee814b6c2dc21a5286e460b87covener now use ap_get_server_banner() or ap_get_server_description().
8eac2273e3d5f2dc8464fada76fcfbf33a938a2fcovener [Jeff Trawick]
8eac2273e3d5f2dc8464fada76fcfbf33a938a2fcovener *) All MPMs: Introduce a check_config phase between pre_config and
8eac2273e3d5f2dc8464fada76fcfbf33a938a2fcovener open_logs, to allow modules to review interdependent configuration
c6124d7fde07b58d51785d0f1cb509026eeaa138jim directive values and adjust them while messages can still be logged
c6124d7fde07b58d51785d0f1cb509026eeaa138jim to the console. Handle relevant MPM directives during this phase
c6124d7fde07b58d51785d0f1cb509026eeaa138jim and format messages for both the console and the error log, as
c6124d7fde07b58d51785d0f1cb509026eeaa138jim appropriate. [Chris Darroch]
680e7b4c70df00b695883c824947ca6ec15d69ecsf *) mod_proxy: don't URLencode tilde in path component
680e7b4c70df00b695883c824947ca6ec15d69ecsf [Stijn Hoop <stijn sandcat.nl>]
3a49a6c98ef80c71830e66e7f8f46083001b494ctrawick *) mpm_winnt: Fix return values from wait_for_many_objects.
d46dfdce9351f52a971777948d9b02f8fc668ff8niq The return value is index to the signaled thread in the
6fee4e2faa2e45fe2636d01e35d03c2cf0c9d431minfrin creted_threads array. We can not use WAIT_TIMEOUT because
6fee4e2faa2e45fe2636d01e35d03c2cf0c9d431minfrin his value is defined as 258, thus limiting the MaxThreads
6fee4e2faa2e45fe2636d01e35d03c2cf0c9d431minfrin to that value. [Mladen Turk]
03aa31ad82759363ba1a55589e517b16308ef635minfrin *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
03aa31ad82759363ba1a55589e517b16308ef635minfrin to circumvent the symbolic link checks imposed by FollowSymLinks and
03aa31ad82759363ba1a55589e517b16308ef635minfrin SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
9fe23388f983cb652b5d68e2bd92aa9f0568c574minfrin *) mod_proxy: Support environment variable interpolation in reverse
9fe23388f983cb652b5d68e2bd92aa9f0568c574minfrin proxying directives. [Nick Kew]
e9eabac76b50e8f00d0c391f6070d0f42db77aa2wrowe *) core: Add the filename of the configuration file to the warning message
e9eabac76b50e8f00d0c391f6070d0f42db77aa2wrowe about the useless use of AllowOverride. PR 39992.
e9eabac76b50e8f00d0c391f6070d0f42db77aa2wrowe [Darryl Miles <darryl darrylmiles.org>]
e9eabac76b50e8f00d0c391f6070d0f42db77aa2wrowe *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
433d36fd71af86369719893afe09877be4cb4f3asf configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
433d36fd71af86369719893afe09877be4cb4f3asf The default is none as this is far greater debugging resolution than
433d36fd71af86369719893afe09877be4cb4f3asf the typical administrator is prepared to untangle. [William Rowe]
14e5a8cc15b1dcc26ad5420973304e53a9e5406bsf *) mod_disk_cache: If possible, check if the size of an object to cache is
14e5a8cc15b1dcc26ad5420973304e53a9e5406bsf within the configured boundaries before actually saving data.
46fdfef7dfc745effe179387e1dcb8245d3804batrawick [Niklas Edmundsson <nikke acc.umu.se>]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) mod_cache: Convert all values to seconds before comparing them when
46fdfef7dfc745effe179387e1dcb8245d3804batrawick checking whether to send a Warning header for a stale response.
46fdfef7dfc745effe179387e1dcb8245d3804batrawick PR 39713. [Owen Taylor <otaylor redhat.com>]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
46fdfef7dfc745effe179387e1dcb8245d3804batrawick final name. [Davi Arnaut <davi haxent.com.br>]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) Worker and event MPMs: Remove improper scoreboard updates which were
46fdfef7dfc745effe179387e1dcb8245d3804batrawick performed in the event of a fork() failure. [Chris Darroch]
573f949c582f06bd738a96196f40b646b6d540b8rpluem *) Add support for fcgi:// proxies to mod_rewrite.
573f949c582f06bd738a96196f40b646b6d540b8rpluem [Markus Schiegl <ms schiegl.com>]
c44902d07eab7deb803a59e959f57cf3b7d56655poirier *) Remove incorrect comments from scoreboard.h regarding conditional
c44902d07eab7deb803a59e959f57cf3b7d56655poirier loading of worker_score structure with mod_status, and remove unused
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener definitions relating to old life_status field.
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener [Chris Darroch <chrisd pearsoncmg.com>]
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener *) Remove allocation of memory for unused array of lb_score pointers
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
4ac05f9625e37cc421f4ea548422827b4de163d7niq [Garrett Rooney, Jim Jagielski, Paul Querna]
4ac05f9625e37cc421f4ea548422827b4de163d7niq *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
4ac05f9625e37cc421f4ea548422827b4de163d7niq [Chris Darroch <chrisd pearsoncmg.com>]
6999a76d8eb5ef6b4b295e51df0b2fb6064bd373covener *) mod_charset_lite: Remove Content-Length when output filter can
6999a76d8eb5ef6b4b295e51df0b2fb6064bd373covener invalidate it. Warn when input filter can invalidate it.
6999a76d8eb5ef6b4b295e51df0b2fb6064bd373covener [Jeff Trawick]
ead0b57bbeaec5acb14f931b5641962f429dabc9trawick *) Authz: Add the new module mod_authn_core that will provide common
ead0b57bbeaec5acb14f931b5641962f429dabc9trawick authn directives such as 'AuthType', 'AuthName'. Move the directives
77d6f9d5c2a5cab805e9ace265628f3d791b937dniq 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
77d6f9d5c2a5cab805e9ace265628f3d791b937dniq into mod_authn_core. [Brad Nicholes]
a9d359cdeb1cee65cdb9fab5e19ffb4846172183trawick *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
77d6f9d5c2a5cab805e9ace265628f3d791b937dniq into the new module mod_access_compat which can be loaded to provide
9f35dd32eedd781d218a85f0315ea5526a8adc84minfrin support for these directives.
9f35dd32eedd781d218a85f0315ea5526a8adc84minfrin [Brad Nicholes]
9f35dd32eedd781d218a85f0315ea5526a8adc84minfrin *) Authz: Move the 'Require' directive from the core module as well as
5dc4220fc22561537ce1421a03e11846a5b719ebminfrin add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
5dc4220fc22561537ce1421a03e11846a5b719ebminfrin and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
5dc4220fc22561537ce1421a03e11846a5b719ebminfrin logic into the authorization processing. [Brad Nicholes]
5dc4220fc22561537ce1421a03e11846a5b719ebminfrin *) Authz: Add the new module mod_authz_core which acts as the
bd27541a0c96caa881f17a490e23cdd220d480c8poirier authorization provider vector and contains common authz
a9d359cdeb1cee65cdb9fab5e19ffb4846172183trawick directives. [Brad Nicholes]
68c4447ba8e057cf38cbbec918e0549b817f20b4minfrin *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
68c4447ba8e057cf38cbbec918e0549b817f20b4minfrin 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
68c4447ba8e057cf38cbbec918e0549b817f20b4minfrin *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
68c4447ba8e057cf38cbbec918e0549b817f20b4minfrin host-based access control provided by mod_authz_host and invoked
e33d0698670fead33dbd7c907363053b9e2be454minfrin through the 'Require' directive. [Brad Nicholes]
e33d0698670fead33dbd7c907363053b9e2be454minfrin *) Authz: Convert all of the authz modules from hook based to
e33d0698670fead33dbd7c907363053b9e2be454minfrin provider based. [Brad Nicholes]
cf8a8738330694e60bad421fcc8361d80b0e9124minfrin *) mod_cache: Add CacheMinExpire directive to set the minimum time in
cf8a8738330694e60bad421fcc8361d80b0e9124minfrin seconds to cache a document.
cf8a8738330694e60bad421fcc8361d80b0e9124minfrin [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
a9d359cdeb1cee65cdb9fab5e19ffb4846172183trawick *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
4ea8055e720d18f386b8026b546e5836ecccba4arjung *) Fix typo in ProxyStatus syntax error message.
fd80868005a61e747bc45b39df83cae7abb3d151pgollucci [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
fd80868005a61e747bc45b39df83cae7abb3d151pgollucci *) Asynchronous write completion for the Event MPM. [Brian Pane]
60a8830541cd85d23a42ccb1639bc4744de9d526poirier *) Added an End-Of-Request bucket type. The logging of a request and
60a8830541cd85d23a42ccb1639bc4744de9d526poirier the freeing of its pool are now done when the EOR bucket is destroyed.
60a8830541cd85d23a42ccb1639bc4744de9d526poirier This has the effect of delaying the logging until right after the last
5ae15cd9d22fb3bdfd2eb0b9761c4ef07fbf2f96minfrin of the response is sent; ap_core_output_filter() calls the access logger
5ae15cd9d22fb3bdfd2eb0b9761c4ef07fbf2f96minfrin indirectly when it destroys the EOR bucket. [Brian Pane]
5ae15cd9d22fb3bdfd2eb0b9761c4ef07fbf2f96minfrin *) Rewrite of logresolve support utility: IPv6 addresses are now supported
69fc9805c344b2dd5fd49a4f75cbf55dedeac7d6minfrin and the format of statistical output has changed. [Colm MacCarthaigh]
69fc9805c344b2dd5fd49a4f75cbf55dedeac7d6minfrin *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) Added new connection states for handler and write completion
46fdfef7dfc745effe179387e1dcb8245d3804batrawick [Brian Pane]
ca0a943242b488c162aa89874498e0316f7b2f2eminfrin *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264.
e1c6c1dac26c35ecebe158438bb0c56afbb9bfb0sf [Justin Erenkrantz]
dd90cc3ba2a09e7be46c9d8f5faad90edf18134fsf *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
38451a13fb80b89e704792ebc0e6f9e5e5877d7dsf allowing string-valued client certificate attributes to be used for
38451a13fb80b89e704792ebc0e6f9e5e5877d7dsf access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
38451a13fb80b89e704792ebc0e6f9e5e5877d7dsf [Martin Kraemer, David Reid]
38451a13fb80b89e704792ebc0e6f9e5e5877d7dsf [Apache 2.1.0-dev includes those bug fixes and changes with the
505e342aefa9fbccc857f1bc653a310e25511946sf Apache 2.2.xx tree as documented, and except as noted, below.]
505e342aefa9fbccc857f1bc653a310e25511946sfChanges with Apache 2.2.x and later:
26734c75baf170a492ef6a82f07b24ee1af7d0b1sf *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
26734c75baf170a492ef6a82f07b24ee1af7d0b1sfChanges with Apache 2.0.x and later:
dda254ba84bdff5e236917af1b31693ca4360eabcovener *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
dda254ba84bdff5e236917af1b31693ca4360eabcovenerChanges with Apache 1.3.x and later: