CHANGES revision 2021e9833981f994f862e7157cb4b96cad797362
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe -*- coding: utf-8 -*-
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wroweChanges with Apache 2.5.0
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) WinNT MPM: Exit the child if the parent process crashes or is terminated.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Oracle Corporation]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) ldap: Support ldaps when using the Microsoft LDAP SDK.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe PR 54626. [Jean-Frederic Clere]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) worker MPM: Don't forcibly kill worker threads if the child process is
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe exiting gracefully. [Oracle Corporation]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_proxy: Add ap_connection_reusable() for checking if a connection
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe is reusable as of this point in processing. [Jeff Trawick]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_ssl: drop support for export-grade ciphers with ephemeral RSA
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe keys, and unconditionally disable aNULL, eNULL and EXP ciphers
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe (not overridable via SSLCipherSuite). [Kaspar Brand]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe to avoid performance problems when subgroups aren't in use. [Eric Covener]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_syslog: New module implementing syslog ap_error_log provider.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe Previously, this code was part of core, now it's in separate module.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Jan Kaluza]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe syslog support from core to new mod_syslog. [Jan Kaluza]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_proxy_fcgi: Handle reading protocol data that is split between
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe packets. [Jeff Trawick]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_proxy_fcgi: Remove 64K limit on encoded length of all envvars.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe An individual envvar with an encoded length of more than 16K will be
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe omitted. [Jeff Trawick]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core: draft-ietf-httpbis-p1-messaging-23 corrections regarding
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe TE/CL conflicts. [Yann Ylavic <ylavic.dev gmail com>, Jim Jagielski]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_proxy_fcgi: Use apr_socket_timeout_get instead of hard-coded
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe 30 seconds timeout. [Jan Kaluza]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe save the socket for reuse by the next worker as if it were an
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_cache: Avoid a crash with strcmp() when the hostname is not provided.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Graham Leggett]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_lua: Add rudimentary support for WebSocket interaction. This is
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe currently request-bound and only supports the WS protocol. [Daniel Gruno]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_lua: Add getcookie/setcookie for reading/writing HTTP cookies
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Daniel Gruno]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) WinNT MPM: Don't crash during child process initialization if the
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe Listen protocol is unrecognized. [Jeff Trawick]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_lua: Add a logging hook for modifying/skipping logs. [Daniel Gruno]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_status, mod_echo: Fix the display of client addresses.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe They were truncated to 31 characters which is not enough for IPv6 addresses.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe PR 54848 [Bernhard Schmidt <berni birkenwald de>]
b7f8d802ecaed65eada1fc31472d06d8460d5528igalic *) mod_lua: If the first yield() of a LuaOutputFilter returns a string, it should
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe be prefixed to the response as documented. [Eric Covener]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilter
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe is configured without mod_filter. [Eric Covener]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_lua: Register LuaOutputFilter scripts as changing the content and
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe content-length by default, when run my mod_filter. Previously,
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe growing or shrinking a response that started with Content-Length set
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe would require mod_filter and FilterProtocol change=yes. [Eric Covnener]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_lua: Return a 500 error if a LuaHook* script doesn't return a
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe numeric return code. [Eric Covener]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) Add experimental cmake-based build system for Windows. [Jeff Trawick,
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe Tom Donovan]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_authnz_fcgi: New module to enable FastCGI authorizer
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe applications to authenticate and/or authorize clients.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Jeff Trawick]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_auth_basic: Add AuthBasicUseDigestAlgorithm directive to
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe allow migration of passwords from digest to basic authentication.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Chris Darroch]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core: Add util_fcgi.h and associated definitions and support
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe routines for FastCGI, based largely on mod_proxy_fcgi.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Jeff Trawick]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Jeff Trawick]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_unique_id: Use output of the PRNG rather than IP address and
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe pid, avoiding sleep() call and possible DNS issues at startup,
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe plus improving randomness for IPv6-only hosts.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Jan Kaluza <jkaluza redhat.com>]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_authnz_ldap: Support primitive LDAP servers that do not accept
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe filter "none" to be specified in AuthLDAPURL. [Eric Covener]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_file_cache: mod_file_cache should be able to serve files that
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core: merge AllowEncodedSlashes from the base configuration into
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe virtual hosts. [Eric Covener]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Eric Covener]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Eric Covener]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_deflate: permit compilation of mod_deflate against a zlib that has
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe been configured with -D Z_PREFIX, which redefines the token "deflate".
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Eric Covener]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe previously limited to 64MB. [Jens Låås <jelaas gmail.com>]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_auth_digest: Use the secret when generating nonces in all cases and
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe not only when AuthName is used in .htaccess files (this change may cause
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe problems if used with round robin load balancers). Don't regenerate the
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe secret on graceful restarts. PR 54637 [Stefan Fritsch]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) ab: Add a new -l parameter in order not to check the length of the responses.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe This can be usefull with dynamic pages.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe PR9945, PR27888, PR42040 [<ccikrs1 cranbrook edu>]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_logio: new format-specifier %C (combined) which is the sum of received
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe and sent byte counts.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe PR54015 [Christophe Jaillet]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core: Remove apr_brigade_flatten(), buffering and duplicated code
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe from the HTTP_IN filter, parse chunks in a single pass with zero copy.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe Reduce memory usage by 48 bytes per request. [Graham Leggett]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core: Stop the HTTP_IN filter from attempting to write error buckets
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe to the output filters, which is bogus in the proxy case. Create a
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe clean mapping from APR codes to HTTP status codes, and use it where
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe needed. [Graham Leggett]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_proxy: Ensure network errors detected by the proxy are returned as
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe 504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core, mod_ssl: Enable the ability for a module to reverse the sense of
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe a poll event from a read to a write or vice versa. This is a step on
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe the way to allow mod_ssl taking full advantage of the event MPM.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Graham Leggett]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_ldap: LDAP connections used for authentication were not respecting
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe LDAPConnectionPoolTimeout. PR 54587
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core: ap_rgetline_core now pulls from r->proto_input_filters.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_proxy_html: process parsed comments immediately.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe Fixes bug where parsed comments may be lost. [Nick Kew]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core: Add option to add valgrind support. Use it to reduce false positive
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe warnings in mod_ssl. [Stefan Fritsch]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe Cache the result of the most recent password hash verification for every
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe keep-alive connection. This saves some expensive calculations.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Stefan Fritsch]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) http: Remove support for Request-Range header sent by Navigator 2-3 and
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe MSIE 3. [Stefan Fritsch]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe conformance or to only log the found problems. [Stefan Fritsch]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core: Correctly parse an IPv6 literal host specification in an absolute
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe URL in the request line. [Stefan Fritsch]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) EventOpt MPM
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core: Add LogLevelOverride directive that allows to override the
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe loglevel for clients from certain IPs. This also works for things
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe like the SSL handshake where <If> LogLevel ... </If> is evaluated
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe too late. [Stefan Fritsch]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core: Add new directive Warning to issue warnings from a configuration
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe file. Both Warning and Error now generate a timestamped log message.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Fabien Coelho]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe variables. [Stefan Fritsch]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core: New directive RegisterHttpMethod for registering non-standard
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe HTTP methods. [Stefan Fritsch]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core: New directive HttpProtocol which allows to disable HTTP/0.9
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe support. [Stefan Fritsch]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_allowhandlers: New module to forbid specific handlers for specific
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe directories. [Stefan Fritsch]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_systemd: New module, for integration with systemd on Linux.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Jan Kaluza <jkaluza redhat.com>]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) WinNT MPM: Store pid and generation for each thread in scoreboard
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe to allow tracking of threads from exiting children via mod_status
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe or other such mechanisms. [Jeff Trawick]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe mutexes (Mutex)
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe - mod_cache: thundering herd lock directory
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe - mod_ldap: shared memory cache
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Jeff Trawick]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) suexec: Add --enable-suexec-capabilites support on Linux, to use
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe setuid/setgid capability bits rather than a setuid root binary.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Joe Orton]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) suexec: Add support for logging to syslog as an alternative to logging
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe to a file; configure --without-suexec-logfile --with-suexec-syslog.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Joe Orton]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Matthew Steele <mdsteele google.com>]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe be compiled by the build compiler instead of the host compiler.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe PR 51257. [Guenter Knauf]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) core: In maintainer mode, replace apr_palloc with a version that
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe initializes the allocated memory with non-zero values, except if
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_policy: Add a new testing module to help server administrators
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe enforce a configurable level of protocol compliance on their
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe servers and application servers behind theirs. [Graham Leggett]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_firehose: Add a new debugging module able to record traffic
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe passing through the server in such a way that connections and/or
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe requests be reconstructed and replayed. [Graham Leggett]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_noloris
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) Simple MPM
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) mod_serf
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe [Apache 2.5.0-dev includes those bug fixes and changes with the
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe Apache 2.4.xx tree as documented below, except as noted.]
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wroweChanges with Apache 2.4.x and later:
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wroweChanges with Apache 2.2.x and later:
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wrowe *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
fc32fe886201ffcf1ca557bdf7d34a7468ab3374wroweChanges with Apache 2.0.x and later: