CHANGES revision c12917da693bae4028a1d5a5e8224bceed8c739d
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend -*- coding: utf-8 -*-
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fendChanges with Apache 2.5.0
5d8c229294268bca44bd1400700b175c999f41feyoshiki *) core: Add option to add valgrind suport. Use it to reduce false positive
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend warnings in mod_ssl. [Stefan Fritsch]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) mod_lua: Add bindings for apr_dbd/mod_dbd database access
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend [Daniel Gruno]
0ce5630695a7aa568811a9dd0aceedd685f040dend *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend Cache the result of the most recent password hash verification for every
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend keep-alive connection. This saves some expensive calculations.
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend [Stefan Fritsch]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) http: Remove support for Request-Range header sent by Navigator 2-3 and
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend MSIE 3. [Stefan Fritsch]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend conformance or to only log the found problems. [Stefan Fritsch]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) core: Correctly parse an IPv6 literal host specification in an absolute
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend URL in the request line. [Stefan Fritsch]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) mod_ssl: add support for subjectAltName-based host name checking
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend in proxy mode. PR 54030. [Kaspar Brand]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254.
0ce5630695a7aa568811a9dd0aceedd685f040dend [Jackie Zhang <jackie qq zhang gmail com>]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) EventOpt MPM
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) core: Add LogLevelOverride directive that allows to override the
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend loglevel for clients from certain IPs. This also works for things
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend like the SSL handshake where <If> LogLevel ... </If> is evaluated
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend too late. [Stefan Fritsch]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) core: Add new directive Warning to issue warnings from a configuration
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend file. Both Warning and Error now generate a timestamped log message.
0ce5630695a7aa568811a9dd0aceedd685f040dend [Fabien Coelho]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) mod_status: Print out list of times since a Vhost was last used.
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend [Jim Jagielski]
5d8c229294268bca44bd1400700b175c999f41feyoshiki *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend variables. [Stefan Fritsch]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) core: New directive RegisterHttpMethod for registering non-standard
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend HTTP methods. [Stefan Fritsch]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) core: New directive HttpProtocol which allows to disable HTTP/0.9
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend support. [Stefan Fritsch]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) mod_allowhandlers: New module to forbid specific handlers for specific
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend directories. [Stefan Fritsch]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) configure: Fix processing of --disable-FEATURE for various features.
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend [Jeff Trawick]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) mod_systemd: New module, for integration with systemd on Linux.
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend [Jan Kaluza <jkaluza redhat.com>]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) mod_cache_socache: New cache implementation backed by mod_socache
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend that replaces mod_mem_cache removed from httpd v2.2. [Graham
0ce5630695a7aa568811a9dd0aceedd685f040dend *) core: Add dirwalk_stat and pre_htaccess hooks, allowing mpm-itk
0ce5630695a7aa568811a9dd0aceedd685f040dend to be used without patches to httpd core. [Jeff Trawick]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) mod_lua: Add LuaInputFilter/LuaOutputFilter for creating content
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend filters in Lua [Daniel Gruno]
f73f2c2fae0ded6c8273c28d025ba8aa8136a0fend *) WinNT MPM: Store pid and generation for each thread in scoreboard
0ce5630695a7aa568811a9dd0aceedd685f040dend to allow tracking of threads from exiting children via mod_status
0ce5630695a7aa568811a9dd0aceedd685f040dend or other such mechanisms. [Jeff Trawick]
*) mod_ssl: Catch missing or mismatched client cert/key pairs with
SSLProxyMachineCertificateFile/Path directives. PR 52212.
[Keith Burdis <keith burdis.org>, Joe Orton]
[Steinar Gunderson <sgunderson bigfoot.com>]
*) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
setuid/setgid capability bits rather than a setuid root binary.
[Matthew Steele <mdsteele google.com>]
passing through the server in such a way that connections and/or
Apache 2.4.xx tree as documented below, except as noted.]
Changes with Apache 2.4.x and later:
Changes with Apache 2.2.x and later:
Changes with Apache 2.0.x and later: