CHANGES revision cfd376e3e25eb609c30773a0897c97b2a9a76130
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin -*- coding: utf-8 -*-
3e14f97f673e8a630f076077de35afdd43dc1587Roger A. FaulknerChanges with Apache 2.3.12
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: Prevent segfault if DYNAMIC_MODULE_LIMIT is reached. PR 51072.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Torsten Förtsch <torsten foertsch gmx net>]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) WinNT MPM: Improve robustness under heavy load. [Jeff Trawick]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) MinGW build improvements. PR 49535. [John Vandenberg
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <jayvdb gmail.com>, Jeff Trawick]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: Support module names with colons in loglevel configuration.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Torsten Förtsch <torsten foertsch gmx net>]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_ssl, ab: Support OpenSSL compiled without SSLv2 support.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: Abort if the MPM is changed across restart. [Jeff Trawick]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_proxy_ajp: Add support for 'ProxyErrorOverride on'. PR 50945.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Peter Pramberger <peter pramberger.at>, Jim Jagielski]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_proxy_fcgi: Add support for 'ProxyErrorOverride on'. PR 50913.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Mark Montague <mark catseye.org>, Jim Jagielski]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: Change the APIs of ap_cfg_getline() and ap_cfg_getc() to return an
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin error code. Abort with a nice error message if a config line is too long.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Partial fix for PR 50824. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_info: Dump config to stdout during startup if -DDUMP_CONFIG is
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin specified. PR 31956. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) Restore visibility of DEFAULT_PIDLOG to core and modules. MPM
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin helper function ap_remove_pid() added. [Jeff Trawick]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) Enable DEFAULT_REL_RUNTIMEDIR on Windows and NetWare. [various]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) Correct C++ incompatibility with http_log.h. [Stefan Fritsch, Jeff
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_log_config: Prevent segfault. PR 50861. [Torsten Förtsch
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: AllowEncodedSlashes new option NoDecode to allow encoded slashes
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin in request URL path info but not decode them. Change behavior of option
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin "On" to decode the encoded slashes as 2.0 and 2.2 do. PR 35256,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin PR 46830. [Dan Poirier]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_ssl: Check SNI hostname against Host header case-insensitively.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin PR 49491. [Mayank Agrawal <magrawal.08 gmail.com>]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_ldap: Add LDAPConnectionPoolTTL to give control over lifetime
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin of bound backend LDAP connections. PR47634 [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cache: Make CacheEnable and CacheDisable configurable per
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin directory in addition to per server, making them work from within
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin a LocationMatch. [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) worker, event, prefork: Correct several issues when built as
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin DSOs; most notably, the scoreboard was reinitialized during graceful
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin restart, such that processes of the previous generation were not
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin observable. [Jeff Trawick]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinChanges with Apache 2.3.11
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_win32: Added shebang check for '! so that .vbs scripts can work as CGI.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Win32's cscript interpreter can only use a single quote as comment char.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Guenter Knauf]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_proxy: balancer-manager now uses POST instead of GET.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Jim Jagielski]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: new util function: ap_parse_form_data(). Previously,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin this capability was tucked away in mod_request. [Jim Jagielski]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: new hook: ap_run_pre_read_request. [Jim Jagielski]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cache: When a request other than GET or HEAD arrives, we must
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin invalidate existing cache entities as per RFC2616 13.10. PR 15868.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) modules: Fix many modules that were not correctly initializing if they
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin were not active during server startup but got enabled later during a
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin graceful restart. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: Create new ap_state_query function that allows modules to determine
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin if the current configuration run is the initial one at server startup,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin and if the server is started for testing/config dumping only.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_proxy: Runtime configuration of many parameters for existing
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin balancers via the balancer-manager. [Jim Jagielski]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_proxy: Runtime addition of new workers (BalancerMember) for existing
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin balancers via the balancer-manager. [Jim Jagielski]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cache: When a bad Expires date is present, we need to behave as if
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin the Expires is in the past, not as if the Expires is missing. PR 16521.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Co-Advisor <coad@measurement-factory.com>]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cache: We must ignore quoted-string values that appear in a
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Cache-Control header. PR 50199. [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_dav: Revert change to send 501 error if unknown Content-* header is
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin received for a PUT request. PR 42978. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cache: Respect s-maxage as described by RFC2616 14.9.3, which must
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin take precedence if present. PR 35247. [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_ssl: Fix a possible startup failure if multiple SSL vhosts
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin are configured with the same ServerName and private key file.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Masahiro Matsuya <mmatsuya redhat.com>, Joe Orton]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_socache_dc: Make module compile by fixing some typos.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin PR 50735 [Mark Montague <mark catseye.org>]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) prefork: Update MPM state in children during a graceful stop or
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin restart. PR 41743. [Andrew Punch <andrew.punch 247realmedia.com>]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_mime: Ignore leading dots when looking for mime extensions.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin PR 50434 [Stefan Fritsch]
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin *) core: Add support to set variables with the 'Define' directive. The
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin variables that can then be used in the config using the ${VAR} syntax
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin known from envvar interpolation. [Stefan Fritsch]
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin *) mod_proxy_http: make adding of X-Forwarded-* headers configurable.
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin ProxyAddHeaders defaults to On. [Vincent Deffontaines]
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin *) mod_slotmem_shm: Increase memory alignment for slotmem data.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Rainer Jung]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_ssl: Add config options for OCSP: SSLOCSPResponderTimeout,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin SSLOCSPResponseMaxAge, SSLOCSPResponseTimeSkew.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Kaspar Brand <httpd-dev.2011 velox.ch>]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_ssl: Revamp output buffering to reduce network overhead for
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin output fragmented into many buckets, such as chunked HTTP responses.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Joe Orton]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: Apply <If> sections to all requests, not only to file base requests.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Allow to use <If> inside <Directory>, <Location>, and <Files> sections.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin The merging of <If> sections now happens after the merging of <Location>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin sections, even if an <If> section is embedded inside a <Directory> or
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <Files> section. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_proxy: Refactor usage of shared data by dropping the scoreboard
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin and using slotmem. Create foundation for dynamic growth/changes of
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin members within a balancer. Remove BalancerNonce in favor of a
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin per-balancer 'nonce' parameter. [Jim Jagielski]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_status: Don't show slots which are disabled by MaxClients as open.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin PR: 47022 [Jordi Prats <jordi prats gmail com>, Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mpm_prefork: Fix ap_mpm_query results for AP_MPMQ_MAX_DAEMONS and
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin AP_MPMQ_MAX_THREADS.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_authz_core: Fix bug in merging logic if user-based and non-user-based
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin authorization directives were mixed. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_authn_socache: change directive name from AuthnCacheProvider
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin to AuthnCacheProvideFor. The term "provider" is overloaded in
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin this module, and we should avoid confusion between the provider
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin of a backend (AuthnCacheSOCache) and the authn provider(s) for
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin which this module provides cacheing (AuthnCacheProvideFor).
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Nick Kew]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_proxy_http: Allocate the fake backend request from a child pool
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin of the backend connection, instead of misusing the pool of the frontend
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin request. Fixes a thread safety issue where buckets set aside in the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin backend connection leak into other threads, and then disappear when
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin the frontend request is cleaned up, in turn causing corrupted buckets
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin to make other threads spin. [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_ssl: Change the format of the SSL_{CLIENT,SERVER}_{I,S}_DN variables
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin to be RFC 2253 compatible, convert non-ASCII characters to UTF8, and
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin escape other special characters with backslashes. The old format can
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin still be used with the LegacyDNStringFormat argument to SSLOptions.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core, mod_rewrite: Make the REQUEST_SCHEME variable available to
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin scripts and mod_rewrite. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_rewrite: Allow to use arbitrary boolean expressions (ap_expr) in
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin RewriteCond. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_rewrite: Allow to unset environment variables using E=!VAR.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin PR 49512. [Mark Drayton <mark markdrayton info>, Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_headers: Restore the 2.3.8 and earlier default for the first
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin argument of the Header directive ("onsuccess"). [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: Disallow the mixing of relative and absolute Options PR 33708.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Sönke Tesch <st kino-fahrplan.de>]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: When exporting request headers to HTTP_* environment variables,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin drop variables whose names contain invalid characters. Describe in the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin docs how to restore the old behaviour. [Malte S. Stretz <mss apache org>]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: When selecting an IP-based virtual host, favor an exact match for
34f9b3eef6fdadbda0a846aa4d68691ac40eace5Roland Mainz the port over a wildcard (or omitted) port instead of favoring the one
34f9b3eef6fdadbda0a846aa4d68691ac40eace5Roland Mainz that came first in the configuration file. [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: Overlapping virtual host address/port combinations now implicitly
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin enable name-based virtual hosting for that address. The NameVirtualHost
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin directive has no effect, and _default_ is interpreted the same as "*".
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: In the absence of any Options directives, the default is now
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin "FollowSymlinks" instead of "All". [Igor Galić]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) rotatelogs: Add -e option to write logs through to stdout for optional
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin further processing. [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_ssl: Correctly read full lines in input filter when the line is
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin incomplete during first read. PR 50481. [Ruediger Pluem]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_authz_core: Add AuthzSendForbiddenOnFailure directive to allow
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin sending '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if authorization
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin fails for an authenticated user. PR 40721. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinChanges with Apache 2.3.10
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_rewrite: Don't implicitly URL-escape the original query string
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin when no substitution has changed it. PR 50447. [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: Honor 'AcceptPathInfo OFF' during internal redirects,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin such as per-directory mod_rewrite substitutions. PR 50349.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_rewrite: Add 'RewriteOptions InheritBefore' to put the base
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin rules/conditions before the overridden rules/conditions. PR 39313.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_autoindex: add IndexIgnoreReset to reset the list of IndexIgnored
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin filenames in higher precedence configuration sections. PR 24243.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cgid: RLimit* directive support for mod_cgid. PR 42135
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: Fail startup when the argument to ServerName looks like a glob
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin or a regular expression instead of a hostname (*?[]). PR 39863
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_userdir: Add merging of enable, disable, and filename arguments
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin to UserDir directive, leaving enable/disable of userlists unmerged.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin PR 44076 [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) httpd: When no -k option is provided on the httpd command line, the server
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin was starting without checking for an existing pidfile. PR 50350
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_proxy: Put the worker in error state if the SSL handshake with the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin backend fails. PR 50332.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Daniel Ruggeri <DRuggeri primary.net>, Ruediger Pluem]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cache_disk: Fix Windows build which was broken after renaming
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin the module. [Gregg L. Smith]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinChanges with Apache 2.3.9
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) SECURITY: CVE-2010-1623 (cve.mitre.org)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Fix a denial of service attack against mod_reqtimeout.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_headers: Change default first argument of Header directive
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin from "onsuccess" to "always". [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_include: Add the onerror attribute to the include element,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin allowing an URL to be specified to include on error. [Graham
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cache_disk: mod_disk_cache renamed to mod_cache_disk, to be
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin consistent with the naming of other modules. [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_setenvif: Add SetEnvIfExpr directive to set env var depending on
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin expression. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_proxy: Fix ProxyPassInterpolateEnv directive. PR 50292.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) suEXEC: Add Suexec directive to disable suEXEC without renaming the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin binary (Suexec Off), or force startup failure if suEXEC is required
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin but not supported (Suexec On). Change SuexecUserGroup to fail
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin startup instead of just printing a warning if suEXEC is disabled.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Jeff Trawick]
7c2fbfb345896881c631598ee3852ce9ce33fb07April Chin *) core: Add Error directive for aborting startup or htaccess processing
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin with a specified error message. [Jeff Trawick]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_rewrite: Fix the RewriteEngine directive to work within a
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin location. Previously, once RewriteEngine was switched on globally,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin it was impossible to switch off. [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core, mod_include, mod_ssl: Move the expression parser derived from
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin mod_include back into mod_include. Replace ap_expr with a parser
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin derived from mod_ssl's parser. Make mod_ssl use the new parser. Rework
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin ap_expr's public interface and provide hooks for modules to add variables
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin and functions. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: Do the hook sorting earlier so that the hooks are properly sorted
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin for the pre_config hook and during parsing the config. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: In the absence of any AllowOverride directives, the default is now
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin "None" instead of "All". PR49823 [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_proxy: Don't allow ProxyPass or ProxyPassReverse in
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <Directory> or <Files>. PR47765 [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) prefork/worker/event MPMS: default value (when no directive is present)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin of MaxConnectionsPerChild/MaxRequestsPerChild is changed to 0 from 10000
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin to match default configuration and manual. PR47782 [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) proxy_connect: Don't give up in the middle of a CONNECT tunnel
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin when the child process is starting to exit. PR50220. [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_autoindex: Fix inheritance of mod_autoindex directives into
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin contexts that don't have any mod_autoindex directives. PR47766.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_rewrite: Add END flag for RewriteRule to prevent further rounds
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin of rewrite processing when a per-directory substitution occurs.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Eric Covener]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_ssl: Make sure to always log an error if loading of CA certificates
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin fails. PR 40312. [Paul Tiemann <issues apache org ourdetour com>]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_dav: Send 501 error if unknown Content-* header is received for a PUT
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin request (RFC 2616 9.6). PR 42978. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_dav: Send 400 error if malformed Content-Range header is received for
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin a put request (RFC 2616 14.16). PR 49825. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_proxy: Release the backend connection as soon as EOS is detected,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin so the backend isn't forced to wait for the client to eventually
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin acknowledge the data. [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_proxy: Optimise ProxyPass within a Location so that it is stored
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin per-directory, and chosen during the location walk. Make ProxyPass
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin work correctly from within a LocationMatch. [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: Fix segfault if per-module LogLevel is on virtual host
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin scope. PR 50117. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_proxy: Move the ProxyErrorOverride directive to have per
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin directory scope. [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_allowmethods: New module to deny certain HTTP methods without
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin interfering with authentication/authorization. [Paul Querna,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Igor Galić, Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_ssl: Log certificate information and improve error message if client
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin cert verification fails. PR 50093, PR 50094. [Lassi Tuura <lat cern ch>,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) htcacheclean: Teach htcacheclean to limit cache size by number of
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin inodes in addition to size of files. Prevents a cache disk from
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin running out of space when many small files are cached.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: Rename MaxRequestsPerChild to MaxConnectionsPerChild, which
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin describes more accurately what the directive does. The old name
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin still works but logs a warning. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cache: Optionally serve stale data when a revalidation returns a
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin 5xx response, controlled by the CacheStaleOnError directive.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) htcacheclean: Allow the listing of valid URLs within the cache, with
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin the option to list entry metadata such as sizes and times. [Graham
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cache: correctly parse quoted strings in cache headers.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin PR 50199 [Nick Kew]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cache: Allow control over the base URL of reverse proxied requests
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin using the CacheKeyBaseURL directive, so that the cache key can be
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin calculated from the endpoint URL instead of the server URL. [Graham
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cache: CacheLastModifiedFactor, CacheStoreNoStore, CacheStorePrivate,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin CacheStoreExpired, CacheIgnoreNoLastMod, CacheDefaultExpire,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin CacheMinExpire and CacheMaxExpire can be set per directory/location.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_disk_cache: CacheMaxFileSize, CacheMinFileSize, CacheReadSize and
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin CacheReadTime can be set per directory/location. [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: Speed up config parsing if using a very large number of config
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin files. PR 50002 [andrew cloudaccess net]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cache: Support the caching of HEAD requests. [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) htcacheclean: Allow the option to round up file sizes to a given
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin block size, improving the accuracy of disk usage. [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_ssl: Add authz providers for use with mod_authz_core and its
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin RequireAny/RequireAll containers: 'ssl' (equivalent to SSLRequireSSL),
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin 'ssl-verify-client' (for use with 'SSLVerifyClient optional'), and
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin 'ssl-require' (expressions with same syntax as SSLRequire).
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_ssl: Make the ssl expression parser thread-safe. It now requires
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin bison instead of yacc. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_disk_cache: Change on-disk header file format to support the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin link of the device/inode of the data file to the matching header
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin file, and to support the option of not writing a data file when
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin the data file is empty. [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core/mod_unique_id: Add generate_log_id hook to allow to use
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin the ID generated by mod_unique_id as error log ID for requests.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cache: Make sure that we never allow a 304 Not Modified response
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin that we asked for to leak to the client should the 304 response be
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin uncacheable. PR45341 [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cache: Add the cache_status hook to register the final cache
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin decision hit/miss/revalidate. Add optional support for an X-Cache
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin and/or an X-Cache-Detail header to add the cache status to the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin response. PR48241 [Graham Leggett]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_authz_host: Add 'local' provider that matches connections originating
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin on the local host. PR 19938. [Stefan Fritsch]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) Event MPM: Fix crash accessing pollset on worker thread when child
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin process is exiting. [Jeff Trawick]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) core: For process invocation (cgi, fcgid, piped loggers and so forth)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin pass the system library path (LD_LIBRARY_PATH or platform-specific
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin variables) along with the system PATH, by default. Both should be
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin overridden together as desired using PassEnv etc; see mod_env.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [William Rowe]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cache: Introduce CacheStoreExpired, to allow administrators to
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin capture a stale backend response, perform If-Modified-Since requests
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin against the backend, and serving from the cache all 304 responses.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin This restores pre-2.2.4 cache behavior. [William Rowe]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_rewrite: Introduce <=, >= string comparison operators, and integer
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin comparators -lt, -le, -eq, -ge, and -gt. To help bash users and drop
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin the ambiguity of the symlink test "-ltest", introduce -h or -L as
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin symlink test operators. [William Rowe]
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin *) mod_cache: Give the cache provider the opportunity to choose to cache
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin or not cache based on the buckets present in the brigade, such as the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin presence of a FILE bucket.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin [Graham Leggett]
<dan listening-station.net; trunk version Nick Kew]
[Daniel Ruggeri <DRuggeri primary.net>]
*) SECURITY: CVE-2010-1452 (cve.mitre.org)
*) core/mod_authz_core: Introduce new access_checker_ex hook that enables
IP address/env var/... [Stefan Fritsch]
PR 49616 [Andrey Chernov <ache nagual.pp.ru>]
*) SECURITY: CVE-2009-3555 (cve.mitre.org)
*) SECURITY: CVE-2009-3555 (cve.mitre.org)
configuration which requires renegotiation for per-directory/location
*) SECURITY: CVE-2010-0408 (cve.mitre.org)
*) SECURITY: CVE-2010-0425 (cve.mitre.org)
[Brett Gervasoni <brettg senseofsecurity.com>, Jeff Trawick]
APR Util 1.x crypto. [Rainer Jung]
mod_rewrite: Replace RewriteLog/RewriteLogLevel with trace log levels.
mod_ssl/mod_proxy*: Adjust loglevels to be less verbose at levels info
PR 49369 [Matthew Steele <mdsteele google.com>]
to use the HTTP username/pass instead of an anonymous or hard-coded
[Bryn Dole <dole blekko.com>]
to control/set the nonce used in the balancer-manager application.
code from a backend. PR 48939. [Daniel Ruggeri <DRuggeri primary.net>]
PR 48944. [Mark Drayton mark markdrayton.info]
[Dr Stephen Henson <steve openssl.org>, William Rowe]
[Ruediger Pluem, Mark Montague <markmont umich.edu>]
*) support/rotatelogs: Add -L option to create a link to the current
log file. PR 48761 [<lyndon orthanc.ca>, Dan Poirier]
*) mod_ldap: LDAPTrustedClientCert now accepts CA_DER/CA_BASE64 argument
PR 33112 [Joergen Thomsen <apache jth.net>]
*) support/rotatelogs: Support the simplest log rotation case, log
*) support/htcacheclean: Teach it how to write a pid file (modelled on
[Philippe Dutrueux <lilas evidian.com>, Rainer Jung]
*) apxs: Fix -A and -a options to ignore whitespace in httpd.conf
request. [Christian Folini <christian.folini netnea com>]
[Johannes Müller <joh_m gmx.de>, Stefan Fritsch]
*) SECURITY: CVE-2010-0434 (cve.mitre.org)
[Dodou Wang <wangdong.08 gmail.com>, Ruediger Pluem]
PR 41887 [Jan van den Berg <janvdberg gmail.com>]
PR 48416 [Dmitry Bakshaev <dab18 izhnet.ru>, Nick Kew]
(See util_mutex.h.) Build-time setting DEFAULT_LOCKFILE is no longer
*) SECURITY: CVE-2009-3095 (cve.mitre.org)
[Stefan Fritsch <sf fritsch.de>, Joe Orton]
*) SECURITY: CVE-2009-3094 (cve.mitre.org)
[Stefan Fritsch <sf fritsch.de>, Joe Orton]
instead of substrings. PR 28037. [Dan Franklin <dan dan-franklin.com>,
[Dr Stephen Henson <shenson oss-institute.org>]
PR 47178. [Philipp Hagemeister <oss phihag.de>]
Brian France <brian brianfrance.com>]
modules to avoid segmentation fault. PR 47951. [hirose31 gmail.com]
*) mod_logio/core: Report more accurate byte counts in mod_status if
for the default values of 1024 for LdapCacheEntries/LdapOpCacheEntries.
the request is a CONNECT request. [Bill Zajac <billz consultla.com>]
[Peter Grandi <pg_asf asf.for.sabi.co.uk>, Graham Leggett]
Log 408 errors in access log as was done in Apache 1.3.x.
PR 39785 [Nobutaka Mantani <nobutaka nobutaka.org>,
Stefan Fritsch <sf fritsch.de>, Dan Poirier]
Brian France <brian brianfrance.com>]
Brian France <brian brianfrance.com>]
[Stefan Fritsch <sf sfritsch.de>]
*) mod_session.c: Prevent a segfault when session is added but not
definition. [Stefan Fritsch sf sfritsch.de]
*) Add support for HTTP PUT to ab. [Jeff Barnes <jbarnesweb yahoo.com>]
PR 46971 [evanc nortel.com]
[Stefan Fritsch <sf sfritsch.de>]
for a file is missing. PR 47682 [Peter Poeml <poeml suse.de>]
*) SECURITY: CVE-2009-1890 (cve.mitre.org)
*) SECURITY: CVE-2009-1191 (cve.mitre.org)
by the client. PR 33098 [ Stefan Fritsch <sf sfritsch.de>]
PR 42175 [Jim Radford <radford blackbean.org>]
type. PR 45107. [Michael Ströder <michael stroeder.com>,
PR 44020 [Håkon Stordahl <hakon stordahl.org>]
CGI process. PR 47335 [Kornél Pál <kornelpal gmail.com>]
PR 46942 [Dan Poirier <poirier pobox.com>]
PR 44729 [Sönke Tesch <st kino-fahrplan.de>, Jim Jagielski]
PR 47177 [Carlos Garcia Braschi <cgbraschi gmail.com>]
PR 45082 [Vitaly Polonetsky <m_vitaly topixoft.com>]
[Marko Kevac <mkevac gmail.com>]
as A/UX, Next, and Tandem. [Jeff Trawick]
directory listing. PR 46789 [Dan Poirier <poirier pobox.com>]
of module state across unload/load. [Jeff Trawick]
[Dan Poirier <poirier pobox.com>]
[Geoff Keating <geoffk apple.com>]
with kqueue (BSD/OS X) and excessive CPU with event ports (Solaris).
a media type has not been configured via mime.types, AddType,
[Ryan Phillips <ryan-apache trolocsis.com>]
[<tlhackque yahoo.com>]
*) prefork: Fix child process hang during graceful restart/stop in
*) core/utils: Enhance ap_escape_html API to support escaping non-ASCII chars
PR 45529 [Bob Ionescu <bobsiegen googlemail.com>]
times out before returning status line/headers.
PR 39332 [Masaoki Kobayashi <masaoki techfirm.co.jp>]
[Theo Schlossnagle <jesus omniti.com>, Paul Querna]
modules/proxy/balancers [Jim Jagielski]
privileges and Unix user/group IDs [Nick Kew]
logic replicate 2.2.x authz logic, and replace <Satisfy*>, Reject,
*) unixd: turn existing code into a module, and turn the set user/group
Suggested By André Warnier <aw ice-sa.com> [Eric Covener]
*) mod_ssl: Send Content-Type application/ocsp-request for POST requests to
OSCP responders. PR 46014 [Dr Stephen Henson <steve openssl.org>]
*) New module mod_sed: filter Request/Response bodies through sed
null value. [David Shane Holden <dpejesh apache.org>]
both inside and outside the location/directory sections, as
form request with the type of application/x-www-form-urlencoded.
*) mod_authz_dbd: When redirecting after successful login/logout per
PR 44560 [Anders Kaseorg <anders kaseorg.com>]
mod_cache et.al. to trap the results of the redirect.
*) ApacheMonitor.exe: Introduce --kill argument for use by the
*) mod_ldap, mod_authnz_ldap: Add support for nested groups (i.e. the ability
[David M. Lee <dmlee crossroads.com>]
[Niklas Edmundsson <nikke acc.umu.se>]
[Niklas Edmundsson <nikke acc.umu.se>]
[Markus Schiegl <ms schiegl.com>]
*) Remove incorrect comments from scoreboard.h regarding conditional
[Chris Darroch <chrisd pearsoncmg.com>]
in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
[Chris Darroch <chrisd pearsoncmg.com>]
and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
*) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
Apache 2.2.xx tree as documented, and except as noted, below.]
Changes with Apache 2.2.x and later:
Changes with Apache 2.0.x and later: