0N/A -*- coding: utf-8 -*-
0N/AChanges with Apache 2.5.0
0N/A *) mod_proxy_connect: Don't keepalive the connection to the client if the
0N/A backend closes the connection. PR 54474. [Pavel Mateja <pavel netsafe cz>]
0N/A *) core: Add option to add valgrind suport. Use it to reduce false positive
0N/A warnings in mod_ssl. [Stefan Fritsch]
0N/A *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
0N/A Cache the result of the most recent password hash verification for every
0N/A keep-alive connection. This saves some expensive calculations.
0N/A *) http: Remove support for Request-Range header sent by Navigator 2-3 and
0N/A MSIE 3. [Stefan Fritsch]
0N/A *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
0N/A conformance or to only log the found problems. [Stefan Fritsch]
0N/A *) core: Correctly parse an IPv6 literal host specification in an absolute
0N/A URL in the request line. [Stefan Fritsch]
0N/A *) mod_ssl: add support for subjectAltName-based host name checking
0N/A in proxy mode. PR 54030. [Kaspar Brand]
0N/A *) mpm_event: Check that AsyncRequestWorkerFactor is not negative. PR 54254.
0N/A [Jackie Zhang <jackie qq zhang gmail com>]
0N/A *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
0N/A *) core: Add LogLevelOverride directive that allows to override the
0N/A loglevel for clients from certain IPs. This also works for things
0N/A like the SSL handshake where <If> LogLevel ... </If> is evaluated
0N/A too late. [Stefan Fritsch]
0N/A *) core: Add new directive Warning to issue warnings from a configuration
0N/A file. Both Warning and Error now generate a timestamped log message.
*) mod_status: Print out list of times since a Vhost was last used.
*) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
variables. [Stefan Fritsch]
*) core: New directive RegisterHttpMethod for registering non-standard
HTTP methods. [Stefan Fritsch]
*) core: New directive HttpProtocol which allows to disable HTTP/0.9
support. [Stefan Fritsch]
*) mod_allowhandlers: New module to forbid specific handlers for specific
directories. [Stefan Fritsch]
*) configure: Fix processing of --disable-FEATURE for various features.
*) mod_systemd: New module, for integration with systemd on Linux.
*) mod_cache_socache: New cache implementation backed by mod_socache
that replaces mod_mem_cache removed from httpd v2.2. [Graham
*) core: Add dirwalk_stat and pre_htaccess hooks, allowing mpm-itk
to be used without patches to httpd core. [Jeff Trawick]
filters in Lua [Daniel Gruno]
*) WinNT MPM: Store pid and generation for each thread in scoreboard
to allow tracking of threads from exiting children via mod_status
or other such mechanisms. [Jeff Trawick]
*) mod_ssl: Catch missing or mismatched client
cert/key pairs with
*) mod_lua: Allow scripts handled by the lua-script handler to return
a status code to the client (such as a 302 or a 500) [Daniel Gruno]
*) mod_lua: Decline handling 'lua-script' if the file doesn't exist,
rather than throwing an internal server error. [Daniel Gruno]
*) mod_lua: Add functions r:flush and r:sendfile as well as additional
request information to the request_rec structure. [Daniel Gruno]
*) mod_lua: Add a server scope for Lua states, which creates a pool of
states with managable minimum and maximum size. [Daniel Gruno]
*) core: Add post_perdir_config hook.
*) mod_lua: Add new directive, LuaMapHandler, for dynamically mapping
URIs to Lua scripts and functions using regular expressions.
*) mod_lua: Add new directive LuaCodeCache for controlling in-memory
caching of lua scripts. [Daniel Gruno]
- APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
- core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
- mod_cache: thundering herd lock directory
- mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
- mod_ldap: shared memory cache
- mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
*) mod_ssl: Add RFC 5878 support. [Ben Laurie]
*) suexec: Add --enable-suexec-capabilites support on Linux, to use
*) suexec: Add support for logging to syslog as an alternative to logging
to a file; configure --without-suexec-logfile --with-suexec-syslog.
*) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
*) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
be compiled by the build compiler instead of the host compiler.
Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
PR 51257. [Guenter Knauf]
*) core: In maintainer mode, replace apr_palloc with a version that
initializes the allocated memory with non-zero values, except if
AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
*) mod_policy: Add a new testing module to help server administrators
enforce a configurable level of protocol compliance on their
servers and application servers behind theirs. [Graham Leggett]
*) mod_firehose: Add a new debugging module able to record traffic
passing through the server in such a way that connections
and/or requests be reconstructed and replayed. [Graham Leggett]
[Apache 2.5.0-dev includes those bug fixes and changes with the
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: