CHANGES revision e42e58d225104194ba5e894eb616be1ce2258e13
f743002678eb67b99bbc29fee116b65d9530fec0wrowe -*- coding: utf-8 -*-
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankgChanges with Apache 2.5.0
16f23f109da3b82fdca8695789bec9f06e2e3383humbedooh *) mod_proxy_html: Do not delete the wrong data from HTML code when a
16f23f109da3b82fdca8695789bec9f06e2e3383humbedooh "http-equiv" meta tag specifies a Content-Type behind any other
16f23f109da3b82fdca8695789bec9f06e2e3383humbedooh "http-equiv" meta tag. PR 56287 [Micha Lenk <micha lenk info>]
baa68b1df0c1b8e3f94f340451307f0ac5a82a66covener *) mod_expires: don't add Expires header to error responses (4xx/5xx),
baa68b1df0c1b8e3f94f340451307f0ac5a82a66covener be they generated or forwarded. PR 55669. [ Yann Ylavic ]
1e1539a1e7d64b1af92636b81aac5aa50ee3163bminfrin *) mod_rewrite: Support an optional list of characters to escape in the
d1d392803d0049f8fe7b33f79a38e38fc5d9411etrawick argument for the 'B' (escape backreferences) flag. [Eric Covener]
d1d392803d0049f8fe7b33f79a38e38fc5d9411etrawick *) mod_ssl: Add SSLOCSPUseRequestNonce directive to control whether or not
e376bf3218f6c09106a849c142aa68e999db0ff4mrumph OCSP requests should use a nonce to be checked against the responder's
e376bf3218f6c09106a849c142aa68e999db0ff4mrumph one. PR 56233. [ Yann Ylavic ]
e1f43cac62f6960a6945e1fb6e3288ef7082ac53rpluem *) mod_reqtimeout: Resolve unexpected timeouts on keepalive requests
e1f43cac62f6960a6945e1fb6e3288ef7082ac53rpluem under the Event MPM. PR56216. [Frank Meier <frank meier ergon ch>]
e1f43cac62f6960a6945e1fb6e3288ef7082ac53rpluem *) mod_lua: Add r:wspeek for checking if there is any data waiting on the line
f09f2c08cbc0f542308ca1b001a36a0caf05dfc5mrumph [Daniel Gruno]
f09f2c08cbc0f542308ca1b001a36a0caf05dfc5mrumph *) mod_proxy: Do not try to parse the regular expressions passed by
a4bcadc43f29245972e9e8745a5114610065329ccovener ProxyPassMatch as URL as they do not follow their syntax.
a4bcadc43f29245972e9e8745a5114610065329ccovener PR 56074. [Ruediger Pluem]
f06e7c4b1bce6b6491e5de0b7998d3f5696b293dchrisd *) mod_dir: Default to 2.2-like behavior and skip execution when method is
f06e7c4b1bce6b6491e5de0b7998d3f5696b293dchrisd neither GET nor POST, such as for DAV requests. PR 54914. [Chris Darroch]
179565be4043d7e5f9161aa75271fa0a001866d9covener *) mod_rewrite: Rename the handler that does per-directory internal
179565be4043d7e5f9161aa75271fa0a001866d9covener redirects to "rewrite-redirect-handler" from "redirect-handler" so
179565be4043d7e5f9161aa75271fa0a001866d9covener it is less ambiguous and less likely to be reused. [Eric Covener]
111436a32ba1254291e4883292fb116d15fe8f64covener *) mod_rewrite: Protect against looping with the [N] flag by enforcing a
111436a32ba1254291e4883292fb116d15fe8f64covener default limit of 10000 iterations, and allowing each rule to change its
111436a32ba1254291e4883292fb116d15fe8f64covener limit. [Eric Covener]
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener *) mod_ssl: Fix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener [Jeff Trawick]
7b7430e701e9a31ce809da7c220bb8dfcf68c86etrawick *) Add HttpContentLengthHeadZero and HttpExpectStrict directives.
7b7430e701e9a31ce809da7c220bb8dfcf68c86etrawick [Yehuda Sadeh <yehuda inktank com>, Justin Erenkrantz]
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz *) FreeBSD: Disable IPv4-mapped listening sockets by default for versions
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz 5+ instead of just for FreeBSD 5. PR 53824. [Jeff Trawick]
a370a774825bc89fc6b0d8e45035a590e39b0bd6minfrin *) mod_auth_form: Add a debug message when the fields on a form are not
a370a774825bc89fc6b0d8e45035a590e39b0bd6minfrin recognised. [Graham Leggett]
60998c490ad3334eb07ae63b23b479ac564dec94kbrand *) mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all
60998c490ad3334eb07ae63b23b479ac564dec94kbrand configured SSL CA certificates to stdout the same way as DUMP_CERTS does.
60998c490ad3334eb07ae63b23b479ac564dec94kbrand [Jan Kaluza]
60998c490ad3334eb07ae63b23b479ac564dec94kbrand *) mod_headers: Allow the "value" parameter of Header and RequestHeader to
d522f82d7ada07a0cedb8dc6b71eacf3477d7188trawick contain an ap_expr expression if prefixed with "expr=". [Eric Covener]
d522f82d7ada07a0cedb8dc6b71eacf3477d7188trawick *) Add suspend_connection and resume_connection hooks to notify modules
1e1539a1e7d64b1af92636b81aac5aa50ee3163bminfrin when the thread/connection relationship changes. (Currently implemented
1e1539a1e7d64b1af92636b81aac5aa50ee3163bminfrin only for the Event MPM; should be implemented for all async MPMs.)
1e1539a1e7d64b1af92636b81aac5aa50ee3163bminfrin [Jeff Trawick]
273e512f20f262e5e2aa8e0e83371d1929fb76adjkaluza *) mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl
273e512f20f262e5e2aa8e0e83371d1929fb76adjkaluza to support write completion. [Graham Leggett]
81849cd8925f6ffaf57412aaaac8a6df0d33cbb6covener *) core: Add parse_errorlog_arg callback to ap_errorlog_provider
81849cd8925f6ffaf57412aaaac8a6df0d33cbb6covener to allow providers to check the ErrorLog argument. [Jan Kaluza]
c8e4ae58e7b9eb27e5158d6980770d5064c50ba7trawick *) mod_cgid: Use the servers Timeout for each read from a CGI script,
c8e4ae58e7b9eb27e5158d6980770d5064c50ba7trawick allow override with new CGIDRequestTimeout directive. PR43494
c8e4ae58e7b9eb27e5158d6980770d5064c50ba7trawick [Eric Covener, Toshikuni Fukaya <toshikuni-fukaya cybozu co jp>]
c8e4ae58e7b9eb27e5158d6980770d5064c50ba7trawick *) core: Add missing Reason-Phrase in HTTP response headers.
fe83f60b41477b14a37edcfcd1f7f5c5a1ebfe44minfrin PR 54946. [Rainer Jung]
fe83f60b41477b14a37edcfcd1f7f5c5a1ebfe44minfrin *) core: ensure any abnormal exit is reported to stderr if it's a tty.
7f6bfe455bd605a6401d2fcc9423972a24266b16jim PR 55670 [Nick Kew]
7f6bfe455bd605a6401d2fcc9423972a24266b16jim *) mod_auth_form: Make sure the optional functions are loaded even when
993d1261a278d7322bccef219101220b7b4fb8c5jkaluza the AuthFormProvider isn't specified. [Graham Leggett]
993d1261a278d7322bccef219101220b7b4fb8c5jkaluza *) mod_lua: Let the Inter-VM get/set functions work with a global
3b995de5609b15115a0764e6979ba43071a2988fjim shared memory pool instead of a per-process pool. [Daniel Gruno]
3b995de5609b15115a0764e6979ba43071a2988fjim *) ldap: Support ldaps when using the Microsoft LDAP SDK.
ba050a6f942b9fa0e81ed73437588005c569655ccovener PR 54626. [Jean-Frederic Clere]
ba050a6f942b9fa0e81ed73437588005c569655ccovener *) mod_proxy: Add ap_connection_reusable() for checking if a connection
ba050a6f942b9fa0e81ed73437588005c569655ccovener is reusable as of this point in processing. [Jeff Trawick]
ba050a6f942b9fa0e81ed73437588005c569655ccovener *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
ba050a6f942b9fa0e81ed73437588005c569655ccovener to avoid performance problems when subgroups aren't in use. [Eric Covener]
135ddda3a989215d2bedbcf1529bfb269c3eda23niq *) mod_syslog: New module implementing syslog ap_error_log provider.
135ddda3a989215d2bedbcf1529bfb269c3eda23niq Previously, this code was part of core, now it's in separate module.
166b66614fb67e1b95c200433925787457657a0ajim [Jan Kaluza]
166b66614fb67e1b95c200433925787457657a0ajim *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
166b66614fb67e1b95c200433925787457657a0ajim syslog support from core to new mod_syslog. [Jan Kaluza]
1122585e1e00bb81e9d0f054bf5c318cec23aa7dminfrin *) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
1122585e1e00bb81e9d0f054bf5c318cec23aa7dminfrin save the socket for reuse by the next worker as if it were an
001a44c352f89c9ec332ffd3e0a6927dcd19432chumbedooh APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener]
001a44c352f89c9ec332ffd3e0a6927dcd19432chumbedooh *) mod_status, mod_echo: Fix the display of client addresses.
efe780dcf13b2b95effabf897d694d8f23feac74trawick They were truncated to 31 characters which is not enough for IPv6 addresses.
793214f67dede32edfd9ee96c664ead04d175cbbjfclere PR 54848 [Bernhard Schmidt <berni birkenwald de>]
33124689065ade0dfc8c54d8ebb734f9439cb89btrawick *) mod_authnz_fcgi: New module to enable FastCGI authorizer
33124689065ade0dfc8c54d8ebb734f9439cb89btrawick applications to authenticate and/or authorize clients.
33124689065ade0dfc8c54d8ebb734f9439cb89btrawick [Jeff Trawick]
9b0076ddd1103e5fa9c1f9bafde4b06ce244fbaecovener *) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
9b0076ddd1103e5fa9c1f9bafde4b06ce244fbaecovener [Jeff Trawick]
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza *) mod_unique_id: Use output of the PRNG rather than IP address and
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza pid, avoiding sleep() call and possible DNS issues at startup,
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza plus improving randomness for IPv6-only hosts.
56589be3d7a3e9343370df240010c6928cc78b39jkaluza [Jan Kaluza <jkaluza redhat.com>]
56589be3d7a3e9343370df240010c6928cc78b39jkaluza *) mod_authnz_ldap: Support primitive LDAP servers that do not accept
6001d914962deabb83a46251001612e969bdf67ajim filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
6001d914962deabb83a46251001612e969bdf67ajim filter "none" to be specified in AuthLDAPURL. [Eric Covener]
652bacc79dd7f980249784cc8c4838e8f1de7e8acovener *) mod_file_cache: mod_file_cache should be able to serve files that
652bacc79dd7f980249784cc8c4838e8f1de7e8acovener haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
652bacc79dd7f980249784cc8c4838e8f1de7e8acovener *) core: merge AllowEncodedSlashes from the base configuration into
d8a6de5eec06d4136839c8f7a56a6ab5acd2d3behumbedooh virtual hosts. [Eric Covener]
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc [Eric Covener]
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
50cfe8bbbaf4279375802531268e2bf0155215fetrawick [Eric Covener]
50cfe8bbbaf4279375802531268e2bf0155215fetrawick *) mod_deflate: permit compilation of mod_deflate against a zlib that has
50cfe8bbbaf4279375802531268e2bf0155215fetrawick been configured with -D Z_PREFIX, which redefines the token "deflate".
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick [Eric Covener]
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick *) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
4d12805e6c18253040223ea637acd6b3b3c18f60jorton previously limited to 64MB. [Jens Låås <jelaas gmail.com>]
4d12805e6c18253040223ea637acd6b3b3c18f60jorton *) mod_auth_digest: Use the secret when generating nonces in all cases and
4d12805e6c18253040223ea637acd6b3b3c18f60jorton not only when AuthName is used in .htaccess files (this change may cause
4d12805e6c18253040223ea637acd6b3b3c18f60jorton problems if used with round robin load balancers). Don't regenerate the
e5d909f2b06bd880fb3675cd49363df981caa631trawick secret on graceful restarts. PR 54637 [Stefan Fritsch]
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener *) core: Remove apr_brigade_flatten(), buffering and duplicated code
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener from the HTTP_IN filter, parse chunks in a single pass with zero copy.
cb666b29f81df1d11d65002250153353568021fccovener Reduce memory usage by 48 bytes per request. [Graham Leggett]
cb666b29f81df1d11d65002250153353568021fccovener *) core: Stop the HTTP_IN filter from attempting to write error buckets
6a80c3c6f4b8ea7ba5e89402b8b779b09ce020e0covener to the output filters, which is bogus in the proxy case. Create a
1c2cab00d988fc48cbe59032cf76cc0bab20d6f7covener clean mapping from APR codes to HTTP status codes, and use it where
6a80c3c6f4b8ea7ba5e89402b8b779b09ce020e0covener needed. [Graham Leggett]
75a230a728338d84dcfe81edd375352f34de22d0covener *) mod_proxy: Ensure network errors detected by the proxy are returned as
75a230a728338d84dcfe81edd375352f34de22d0covener 504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
63a5ea80bddcc84a462e40f402b4f330e0e05411covener [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
63a5ea80bddcc84a462e40f402b4f330e0e05411covener *) core, mod_ssl: Enable the ability for a module to reverse the sense of
986f3ea2c314d4d4b3b937149853a0f23f6119aaminfrin a poll event from a read to a write or vice versa. This is a step on
986f3ea2c314d4d4b3b937149853a0f23f6119aaminfrin the way to allow mod_ssl taking full advantage of the event MPM.
986f3ea2c314d4d4b3b937149853a0f23f6119aaminfrin [Graham Leggett]
65a4e663b82f8bce28ac22ab2edfd7502de36998sf *) mod_ldap: LDAP connections used for authentication were not respecting
65a4e663b82f8bce28ac22ab2edfd7502de36998sf LDAPConnectionPoolTimeout. PR 54587
c7de1955eb0eaeabf7042902476397692672d549sf *) core: ap_rgetline_core now pulls from r->proto_input_filters.
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin *) mod_proxy_html: process parsed comments immediately.
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin Fixes bug where parsed comments may be lost. [Nick Kew]
a511a29faf2ff7ead3b67680154a624effb31aafminfrin *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
a511a29faf2ff7ead3b67680154a624effb31aafminfrin *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin *) core: Add option to add valgrind support. Use it to reduce false positive
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin warnings in mod_ssl. [Stefan Fritsch]
deec48c67d4786bc77112ffbf3a4e70b931097edminfrin *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
6d601599d3d65df0410eae6e573e75b2dbfb1fb4minfrin Cache the result of the most recent password hash verification for every
6d601599d3d65df0410eae6e573e75b2dbfb1fb4minfrin keep-alive connection. This saves some expensive calculations.
6d601599d3d65df0410eae6e573e75b2dbfb1fb4minfrin [Stefan Fritsch]
4c02bab56a528a180bbe394d8b6e6fd9c1a3ac1esf *) http: Remove support for Request-Range header sent by Navigator 2-3 and
4c02bab56a528a180bbe394d8b6e6fd9c1a3ac1esf MSIE 3. [Stefan Fritsch]
4c02bab56a528a180bbe394d8b6e6fd9c1a3ac1esf *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
2c487ac43b583db869e743772a7a10b278aa2bcfminfrin conformance or to only log the found problems. [Stefan Fritsch]
684e0cfc200f66287a93bbd1708d1dd8a92a7eefcovener *) core: Correctly parse an IPv6 literal host specification in an absolute
5c43d2fb853f84497b5ece2d414ef9484aa87e5fsf URL in the request line. [Stefan Fritsch]
05a5a9c3e16f21566e1b61f4bd68025ce1b741ccjoes *) EventOpt MPM
26c5829347f6a355c00f1ba0301d575056b69536niq *) core: Add LogLevelOverride directive that allows to override the
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq loglevel for clients from certain IPs. This also works for things
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq like the SSL handshake where <If> LogLevel ... </If> is evaluated
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq too late. [Stefan Fritsch]
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq *) core: Add new directive Warning to issue warnings from a configuration
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq file. Both Warning and Error now generate a timestamped log message.
413ee814748f37be168ff12407fa6dba0ceeabe6trawick [Fabien Coelho]
c12917da693bae4028a1d5a5e8224bceed8c739dsf *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf variables. [Stefan Fritsch]
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf *) core: New directive RegisterHttpMethod for registering non-standard
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf HTTP methods. [Stefan Fritsch]
d7ffd2da16d58b1a0de212e4d56f7aebb72bef26sf *) core: New directive HttpProtocol which allows to disable HTTP/0.9
d7ffd2da16d58b1a0de212e4d56f7aebb72bef26sf support. [Stefan Fritsch]
4576c1a9ef54cd1e5555ee07d016a7f559f80338sf *) mod_allowhandlers: New module to forbid specific handlers for specific
4576c1a9ef54cd1e5555ee07d016a7f559f80338sf directories. [Stefan Fritsch]
9811aed12bbc71783d2e544ccb5fecd193843eadsf *) mod_systemd: New module, for integration with systemd on Linux.
9811aed12bbc71783d2e544ccb5fecd193843eadsf [Jan Kaluza <jkaluza redhat.com>]
88fac54d9d64f85bbdab5d7010816f4377f95bd7rjung *) WinNT MPM: Store pid and generation for each thread in scoreboard
88fac54d9d64f85bbdab5d7010816f4377f95bd7rjung to allow tracking of threads from exiting children via mod_status
bd3f5647b96d378d9c75c954e3f13582af32c643sf or other such mechanisms. [Jeff Trawick]
bd3f5647b96d378d9c75c954e3f13582af32c643sf *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
bd3f5647b96d378d9c75c954e3f13582af32c643sf - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
bd3f5647b96d378d9c75c954e3f13582af32c643sf - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
2a7beea91d46beb41f043a84eaad060047ee04aafabien mutexes (Mutex)
2a7beea91d46beb41f043a84eaad060047ee04aafabien - mod_cache: thundering herd lock directory
2a7beea91d46beb41f043a84eaad060047ee04aafabien - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
2a7beea91d46beb41f043a84eaad060047ee04aafabien - mod_ldap: shared memory cache
584a85dd4047e38d3ed3a29b6662fcc9d100ae4csf - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
584a85dd4047e38d3ed3a29b6662fcc9d100ae4csf [Jeff Trawick]
f21e9e3d0bfb7a507ecc5bc963f2159d693503d1sf *) suexec: Add --enable-suexec-capabilites support on Linux, to use
f21e9e3d0bfb7a507ecc5bc963f2159d693503d1sf setuid/setgid capability bits rather than a setuid root binary.
f21e9e3d0bfb7a507ecc5bc963f2159d693503d1sf [Joe Orton]
f6b9c755a0b793e8a3a3aebd327ca20a86478117sf *) suexec: Add support for logging to syslog as an alternative to logging
f6b9c755a0b793e8a3a3aebd327ca20a86478117sf to a file; configure --without-suexec-logfile --with-suexec-syslog.
132ee6ac1c26d6e8953836316ba50734eefab47bsf [Joe Orton]
132ee6ac1c26d6e8953836316ba50734eefab47bsf *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
85eacfc96a04547ef25aabbc06440039715084c2jorton [Matthew Steele <mdsteele google.com>]
85eacfc96a04547ef25aabbc06440039715084c2jorton *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick be compiled by the build compiler instead of the host compiler.
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick PR 51257. [Guenter Knauf]
79c5787b92ac5f0e1cc82393816c77a006399316trawick *) core: In maintainer mode, replace apr_palloc with a version that
79c5787b92ac5f0e1cc82393816c77a006399316trawick initializes the allocated memory with non-zero values, except if
79c5787b92ac5f0e1cc82393816c77a006399316trawick AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
c967bf3bc89e8aa60dbd30d9da388e448ddc1cc4trawick *) mod_policy: Add a new testing module to help server administrators
79c5787b92ac5f0e1cc82393816c77a006399316trawick enforce a configurable level of protocol compliance on their
79c5787b92ac5f0e1cc82393816c77a006399316trawick servers and application servers behind theirs. [Graham Leggett]
79c5787b92ac5f0e1cc82393816c77a006399316trawick *) mod_firehose: Add a new debugging module able to record traffic
79c5787b92ac5f0e1cc82393816c77a006399316trawick passing through the server in such a way that connections and/or
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton requests be reconstructed and replayed. [Graham Leggett]
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton *) mod_noloris
e81785da447b469da66f218b3f0244aab507958djorton *) Simple MPM
3e4e54d4e3fc0123c63d57aa84ac7ad7a8c73ff8jorton *) mod_serf
3e4e54d4e3fc0123c63d57aa84ac7ad7a8c73ff8jorton [Apache 2.5.0-dev includes those bug fixes and changes with the
53e9b27aba029b18be814df40bcf6f0428771d1efuankg Apache 2.4.xx tree as documented below, except as noted.]
53e9b27aba029b18be814df40bcf6f0428771d1efuankgChanges with Apache 2.4.x and later:
53e9b27aba029b18be814df40bcf6f0428771d1efuankg *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
6bb524f1895f30265a1431afc460977d391cb36bsfChanges with Apache 2.2.x and later:
6bb524f1895f30265a1431afc460977d391cb36bsf *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrinChanges with Apache 2.0.x and later: