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