CHANGES revision b8e5134b5779bf5505a9e5241cf8c930cc4aac5e
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu -*- coding: utf-8 -*-
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae BungiuChanges with Apache 2.3.12
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu necessary if a module (like mod_perl) registers additional modules late
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu in the startup phase. [Stefan Fritsch]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) core: Prevent segfault if DYNAMIC_MODULE_LIMIT is reached. PR 51072.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu [Torsten Förtsch <torsten foertsch gmx net>]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) WinNT MPM: Improve robustness under heavy load. [Jeff Trawick]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) MinGW build improvements. PR 49535. [John Vandenberg
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu <jayvdb gmail.com>, Jeff Trawick]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) core: Support module names with colons in loglevel configuration.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu [Torsten Förtsch <torsten foertsch gmx net>]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_ssl, ab: Support OpenSSL compiled without SSLv2 support.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu [Stefan Fritsch]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) core: Abort if the MPM is changed across restart. [Jeff Trawick]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_proxy_ajp: Add support for 'ProxyErrorOverride on'. PR 50945.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu [Peter Pramberger <peter pramberger.at>, Jim Jagielski]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_proxy_fcgi: Add support for 'ProxyErrorOverride on'. PR 50913.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu [Mark Montague <mark catseye.org>, Jim Jagielski]
a604cbad8e2202147b5c6bb9f2e06ae61162d654Felix Gabriel Mance *) core: Change the APIs of ap_cfg_getline() and ap_cfg_getc() to return an
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu error code. Abort with a nice error message if a config line is too long.
a604cbad8e2202147b5c6bb9f2e06ae61162d654Felix Gabriel Mance Partial fix for PR 50824. [Stefan Fritsch]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_info: Dump config to stdout during startup if -DDUMP_CONFIG is
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu specified. PR 31956. [Stefan Fritsch]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) Restore visibility of DEFAULT_PIDLOG to core and modules. MPM
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu helper function ap_remove_pid() added. [Jeff Trawick]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) Enable DEFAULT_REL_RUNTIMEDIR on Windows and NetWare. [various]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) Correct C++ incompatibility with http_log.h. [Stefan Fritsch, Jeff
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_log_config: Prevent segfault. PR 50861. [Torsten Förtsch
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) core: AllowEncodedSlashes new option NoDecode to allow encoded slashes
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu in request URL path info but not decode them. Change behavior of option
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu "On" to decode the encoded slashes as 2.0 and 2.2 do. PR 35256,
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu PR 46830. [Dan Poirier]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_ssl: Check SNI hostname against Host header case-insensitively.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu PR 49491. [Mayank Agrawal <magrawal.08 gmail.com>]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_ldap: Add LDAPConnectionPoolTTL to give control over lifetime
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu of bound backend LDAP connections. PR47634 [Eric Covener]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_cache: Make CacheEnable and CacheDisable configurable per
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu directory in addition to per server, making them work from within
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu a LocationMatch. [Graham Leggett]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) worker, event, prefork: Correct several issues when built as
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu DSOs; most notably, the scoreboard was reinitialized during graceful
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu restart, such that processes of the previous generation were not
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu observable. [Jeff Trawick]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae BungiuChanges with Apache 2.3.11
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_win32: Added shebang check for '! so that .vbs scripts work as CGI.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu Win32's cscript interpreter can only use a single quote as comment char.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu [Guenter Knauf]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_proxy: balancer-manager now uses POST instead of GET.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu [Jim Jagielski]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) core: new util function: ap_parse_form_data(). Previously,
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu this capability was tucked away in mod_request. [Jim Jagielski]
9475501a6acf48434052d9e6f4a05ed6681eaaabFrancisc Nicolae Bungiu *) core: new hook: ap_run_pre_read_request. [Jim Jagielski]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_cache: When a request other than GET or HEAD arrives, we must
9475501a6acf48434052d9e6f4a05ed6681eaaabFrancisc Nicolae Bungiu invalidate existing cache entities as per RFC2616 13.10. PR 15868.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu [Graham Leggett]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) modules: Fix many modules that were not correctly initializing if they
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu were not active during server startup but got enabled later during a
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu graceful restart. [Stefan Fritsch]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) core: Create new ap_state_query function that allows modules to determine
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu if the current configuration run is the initial one at server startup,
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu and if the server is started for testing/config dumping only.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu [Stefan Fritsch]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_proxy: Runtime configuration of many parameters for existing
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu balancers via the balancer-manager. [Jim Jagielski]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_proxy: Runtime addition of new workers (BalancerMember) for existing
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu balancers via the balancer-manager. [Jim Jagielski]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_cache: When a bad Expires date is present, we need to behave as if
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu the Expires is in the past, not as if the Expires is missing. PR 16521.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu [Co-Advisor <coad@measurement-factory.com>]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_cache: We must ignore quoted-string values that appear in a
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu Cache-Control header. PR 50199. [Graham Leggett]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_dav: Revert change to send 501 error if unknown Content-* header is
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu received for a PUT request. PR 42978. [Stefan Fritsch]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_cache: Respect s-maxage as described by RFC2616 14.9.3, which must
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu take precedence if present. PR 35247. [Graham Leggett]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_ssl: Fix a possible startup failure if multiple SSL vhosts
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu are configured with the same ServerName and private key file.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu [Masahiro Matsuya <mmatsuya redhat.com>, Joe Orton]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_socache_dc: Make module compile by fixing some typos.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu PR 50735 [Mark Montague <mark catseye.org>]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) prefork: Update MPM state in children during a graceful stop or
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu restart. PR 41743. [Andrew Punch <andrew.punch 247realmedia.com>]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_mime: Ignore leading dots when looking for mime extensions.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu PR 50434 [Stefan Fritsch]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) core: Add support to set variables with the 'Define' directive. The
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu variables that can then be used in the config using the ${VAR} syntax
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu known from envvar interpolation. [Stefan Fritsch]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_proxy_http: make adding of X-Forwarded-* headers configurable.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu ProxyAddHeaders defaults to On. [Vincent Deffontaines]
06acd8a23b2f06e7b2373d53f738cf56c7f03223Francisc Nicolae Bungiu *) mod_slotmem_shm: Increase memory alignment for slotmem data.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_ssl: Add config options for OCSP: SSLOCSPResponderTimeout,
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu SSLOCSPResponseMaxAge, SSLOCSPResponseTimeSkew.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu [Kaspar Brand <httpd-dev.2011 velox.ch>]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_ssl: Revamp output buffering to reduce network overhead for
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu output fragmented into many buckets, such as chunked HTTP responses.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) core: Apply <If> sections to all requests, not only to file base requests.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu Allow to use <If> inside <Directory>, <Location>, and <Files> sections.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu The merging of <If> sections now happens after the merging of <Location>
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu sections, even if an <If> section is embedded inside a <Directory> or
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu <Files> section. [Stefan Fritsch]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_proxy: Refactor usage of shared data by dropping the scoreboard
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu and using slotmem. Create foundation for dynamic growth/changes of
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu members within a balancer. Remove BalancerNonce in favor of a
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu per-balancer 'nonce' parameter. [Jim Jagielski]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_status: Don't show slots which are disabled by MaxClients as open.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu PR: 47022 [Jordi Prats <jordi prats gmail com>, Stefan Fritsch]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mpm_prefork: Fix ap_mpm_query results for AP_MPMQ_MAX_DAEMONS and
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu AP_MPMQ_MAX_THREADS.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_authz_core: Fix bug in merging logic if user-based and non-user-based
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu authorization directives were mixed. [Stefan Fritsch]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_authn_socache: change directive name from AuthnCacheProvider
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu to AuthnCacheProvideFor. The term "provider" is overloaded in
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu this module, and we should avoid confusion between the provider
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu of a backend (AuthnCacheSOCache) and the authn provider(s) for
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu which this module provides cacheing (AuthnCacheProvideFor).
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_proxy_http: Allocate the fake backend request from a child pool
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu of the backend connection, instead of misusing the pool of the frontend
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance request. Fixes a thread safety issue where buckets set aside in the
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance backend connection leak into other threads, and then disappear when
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance the frontend request is cleaned up, in turn causing corrupted buckets
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu to make other threads spin. [Graham Leggett]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_ssl: Change the format of the SSL_{CLIENT,SERVER}_{I,S}_DN variables
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu to be RFC 2253 compatible, convert non-ASCII characters to UTF8, and
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu escape other special characters with backslashes. The old format can
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu still be used with the LegacyDNStringFormat argument to SSLOptions.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) core, mod_rewrite: Make the REQUEST_SCHEME variable available to
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu scripts and mod_rewrite. [Stefan Fritsch]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_rewrite: Allow to use arbitrary boolean expressions (ap_expr) in
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu RewriteCond. [Stefan Fritsch]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_rewrite: Allow to unset environment variables using E=!VAR.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu PR 49512. [Mark Drayton <mark markdrayton info>, Stefan Fritsch]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_headers: Restore the 2.3.8 and earlier default for the first
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu argument of the Header directive ("onsuccess"). [Eric Covener]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) core: Disallow the mixing of relative and absolute Options PR 33708.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu [Sönke Tesch <st kino-fahrplan.de>]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) core: When exporting request headers to HTTP_* environment variables,
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu drop variables whose names contain invalid characters. Describe in the
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu docs how to restore the old behaviour. [Malte S. Stretz <mss apache org>]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) core: When selecting an IP-based virtual host, favor an exact match for
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu the port over a wildcard (or omitted) port instead of favoring the one
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu that came first in the configuration file. [Eric Covener]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) core: Overlapping virtual host address/port combinations now implicitly
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu enable name-based virtual hosting for that address. The NameVirtualHost
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu directive has no effect, and _default_ is interpreted the same as "*".
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) core: In the absence of any Options directives, the default is now
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu "FollowSymlinks" instead of "All". [Igor Galić]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) rotatelogs: Add -e option to write logs through to stdout for optional
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu further processing. [Graham Leggett]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_ssl: Correctly read full lines in input filter when the line is
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu incomplete during first read. PR 50481. [Ruediger Pluem]
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu *) mod_authz_core: Add AuthzSendForbiddenOnFailure directive to allow
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu sending '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if authorization
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu fails for an authenticated user. PR 40721. [Stefan Fritsch]
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel ManceChanges with Apache 2.3.10
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance *) mod_rewrite: Don't implicitly URL-escape the original query string
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance when no substitution has changed it. PR 50447. [Eric Covener]
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance *) core: Honor 'AcceptPathInfo OFF' during internal redirects,
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance such as per-directory mod_rewrite substitutions. PR 50349.
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance [Eric Covener]
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance *) mod_rewrite: Add 'RewriteOptions InheritBefore' to put the base
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance rules/conditions before the overridden rules/conditions. PR 39313.
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance [Jérôme Grandjanny <jerome.grandjanny cea.fr>]
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance *) mod_autoindex: add IndexIgnoreReset to reset the list of IndexIgnored
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance filenames in higher precedence configuration sections. PR 24243.
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance [Eric Covener]
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance *) mod_cgid: RLimit* directive support for mod_cgid. PR 42135
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance [Eric Covener]
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance *) core: Fail startup when the argument to ServerName looks like a glob
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance or a regular expression instead of a hostname (*?[]). PR 39863
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance *) mod_userdir: Add merging of enable, disable, and filename arguments
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance to UserDir directive, leaving enable/disable of userlists unmerged.
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance PR 44076 [Eric Covener]
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance *) httpd: When no -k option is provided on the httpd command line, the server
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance was starting without checking for an existing pidfile. PR 50350
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance [Eric Covener]
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance *) mod_proxy: Put the worker in error state if the SSL handshake with the
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance backend fails. PR 50332.
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance [Daniel Ruggeri <DRuggeri primary.net>, Ruediger Pluem]
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance *) mod_cache_disk: Fix Windows build which was broken after renaming
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance the module. [Gregg L. Smith]
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel ManceChanges with Apache 2.3.9
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance *) SECURITY: CVE-2010-1623 (cve.mitre.org)
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance Fix a denial of service attack against mod_reqtimeout.
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance [Stefan Fritsch]
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance *) mod_headers: Change default first argument of Header directive
86f318f607745d1f40cbf87048a13ac1c65100e6Felix Gabriel Mance from "onsuccess" to "always". [Eric Covener]
*) prefork/worker/event MPMS: default value (when no directive is present)
of MaxConnectionsPerChild/MaxRequestsPerChild is changed to 0 from 10000
interfering with authentication/authorization. [Paul Querna,
CacheMinExpire and CacheMaxExpire can be set per directory/location.
CacheReadTime can be set per directory/location. [Graham Leggett]
RequireAny/RequireAll containers: 'ssl' (equivalent to SSLRequireSSL),
link of the device/inode of the data file to the matching header
*) core/mod_unique_id: Add generate_log_id hook to allow to use
decision hit/miss/revalidate. Add optional support for an X-Cache
and/or an X-Cache-Detail header to add the cache status to the
<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: