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