CHANGES revision 63b9f1f5880391261705f696d7d65507bbe9ace3
f743002678eb67b99bbc29fee116b65d9530fec0wrowe -*- coding: utf-8 -*-
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankgChanges with Apache 2.5.0
15890c9306ba98f6fc243e15a3c4778ddc7d773erpluem
63b9f1f5880391261705f696d7d65507bbe9ace3covener *) mod_authnz_ldap: Return LDAP connections to the pool before the handler
63b9f1f5880391261705f696d7d65507bbe9ace3covener is run, instead of waiting until the end of the request. [Eric Covener]
63b9f1f5880391261705f696d7d65507bbe9ace3covener
87a26948305eab2bab8a4fb3f2a21f6725055790covener *) mod_ldap: Be more conservative with the last-used time for
87a26948305eab2bab8a4fb3f2a21f6725055790covener LDAPConnectionPoolTTL. PR54587 [Eric Covener]
87a26948305eab2bab8a4fb3f2a21f6725055790covener
4efd27d2bd53a819a194f8a942f8881c1927755eylavic *) mod_deflate: Don't fail when flushing inflated data to the user-agent
4efd27d2bd53a819a194f8a942f8881c1927755eylavic and that coincides with the end of stream ("Zlib error flushing inflate
4efd27d2bd53a819a194f8a942f8881c1927755eylavic buffer"). PR 56196. [Christoph Fausak <christoph fausak glueckkanja.com>]
4efd27d2bd53a819a194f8a942f8881c1927755eylavic
983528026996668ea295be95aedb9c7a346af470ylavic *) mod_proxy: Don't limit the size of the connectable Unix Domain Socket
983528026996668ea295be95aedb9c7a346af470ylavic paths. [Christophe Jaillet, Yann Ylavic]
983528026996668ea295be95aedb9c7a346af470ylavic
249ab52ef73a2b33446ae07904e3526b57251411ylavic *) mod_ssl: dump SSL IO/state for the write side of the connection(s),
249ab52ef73a2b33446ae07904e3526b57251411ylavic like reads (level TRACE4). [Yann Ylavic]
249ab52ef73a2b33446ae07904e3526b57251411ylavic
1f0836d4b1a203c7b375daae691beb95f6036205ylavic *) mod_proxy: Shutdown (eg. close notify) the backend connection before
1f0836d4b1a203c7b375daae691beb95f6036205ylavic closing. [Yann Ylavic]
1f0836d4b1a203c7b375daae691beb95f6036205ylavic
3b11e6ec1c5273d6a8968460db650e7ca99c49c0ylavic *) mpm_event[opt]: Send the SSL close notify alert when the KeepAliveTimeout
3b11e6ec1c5273d6a8968460db650e7ca99c49c0ylavic expires. PR54998. [Yann Ylavic]
3b11e6ec1c5273d6a8968460db650e7ca99c49c0ylavic
01402a0fbec8bd11f6c10d8ef9c9cceac68bb787ylavic *) mod_ssl: Ensure that the SSL close notify alert is flushed to the client.
01402a0fbec8bd11f6c10d8ef9c9cceac68bb787ylavic PR54998. [Tim Kosse <tim.kosse filezilla-project.org>, Yann Ylavic]
01402a0fbec8bd11f6c10d8ef9c9cceac68bb787ylavic
49dacedb6c387b786b7911082ff35121a45f414bcovener *) mod_log_config: Add GlobalLog to allow a globally defined log to
49dacedb6c387b786b7911082ff35121a45f414bcovener be inherited by virtual hosts that define a CustomLog.
49dacedb6c387b786b7911082ff35121a45f414bcovener [Edward Lu <Chaosed0 gmail.com>]
49dacedb6c387b786b7911082ff35121a45f414bcovener
3c990331fc6702119e4f5b8ba9eae3021aea5265jim *) MPMs: Support SO_REUSEPORT to create multiple duplicated listener
3c990331fc6702119e4f5b8ba9eae3021aea5265jim records for scalability. [Yingqi Lu <yingqi.lu@intel.com>,
3c990331fc6702119e4f5b8ba9eae3021aea5265jim Jeff Trawick, Jim Jagielski]
3c990331fc6702119e4f5b8ba9eae3021aea5265jim
fc42512879dd0504532f52fe5d0d0383dda96a1eniq *) mod_proxy_html: support automatic detection of doctype and processing
fc42512879dd0504532f52fe5d0d0383dda96a1eniq of FPIs. PR56285 [Micha Lenk <micha lenk info>, Nick Kew]
fc42512879dd0504532f52fe5d0d0383dda96a1eniq
0451df5dc50fa5d8b3e07d92ee6a92e36a1181a5niq *) mod_proxy_html: skip documents shorter than 4 bytes
0451df5dc50fa5d8b3e07d92ee6a92e36a1181a5niq PR 56286 [Micha Lenk <micha lenk info>]
0451df5dc50fa5d8b3e07d92ee6a92e36a1181a5niq
da0442c0440caef34706e2c2f3af05cb65921cc0jailletc *) mod_proxy_fdpass: Fix computation of the size of 'struct sockaddr_un'
983528026996668ea295be95aedb9c7a346af470ylavic when passed to 'connect()'.
da0442c0440caef34706e2c2f3af05cb65921cc0jailletc [Graham Dumpleton <grahamd apache org>]
da0442c0440caef34706e2c2f3af05cb65921cc0jailletc
06b8f183140c8e02e0974e938a05078b511d1603covener *) core: Add ap_mpm_resume_suspended() API to allow a suspended connection
06b8f183140c8e02e0974e938a05078b511d1603covener to resume. PR56333
06b8f183140c8e02e0974e938a05078b511d1603covener [Artem <artemciy gmail.com>, Edward Lu <Chaosed0 gmail.com>]
15890c9306ba98f6fc243e15a3c4778ddc7d773erpluem
259878293a997ff49f5ddfc53d3739cbdc25444ecovener *) core: Add ap_mpm_register_socket_callback_timeout() API. [Eric Covener]
259878293a997ff49f5ddfc53d3739cbdc25444ecovener
259878293a997ff49f5ddfc53d3739cbdc25444ecovener *) mod_proxy_wstunnel: Honor ProxyWebsocketIdleTimeout in asynchronous
259878293a997ff49f5ddfc53d3739cbdc25444ecovener processing mode. [Eric Covener]
15890c9306ba98f6fc243e15a3c4778ddc7d773erpluem
b54b024c06a19926832d77d40ba35ad8c41e4d3dminfrin *) mod_authnz_ldap: Fail explicitly when the filter is too long. Remove
b54b024c06a19926832d77d40ba35ad8c41e4d3dminfrin unnecessary apr_pstrdup() and strlen(). [Graham Leggett]
b54b024c06a19926832d77d40ba35ad8c41e4d3dminfrin
65967d05f839dbf27cf91d91fa79585eeae19660minfrin *) Add the ldap-search option to mod_authnz_ldap, allowing authorization
65967d05f839dbf27cf91d91fa79585eeae19660minfrin to be based on arbitrary expressions that do not include the username.
65967d05f839dbf27cf91d91fa79585eeae19660minfrin [Graham Leggett]
65967d05f839dbf27cf91d91fa79585eeae19660minfrin
8152945ae46857b170cb227e79bb799f4fc7710dminfrin *) Add the ldap function to the expression API, allowing LDAP filters and
8152945ae46857b170cb227e79bb799f4fc7710dminfrin distinguished names based on expressions to be escaped correctly to
8152945ae46857b170cb227e79bb799f4fc7710dminfrin guard against LDAP injection. [Graham Leggett]
8152945ae46857b170cb227e79bb799f4fc7710dminfrin
75f5c2db254c0167a0e396254460de09b775d203trawick *) Add module mod_ssl_ct, which provides an implementation of Certificate
75f5c2db254c0167a0e396254460de09b775d203trawick Transparency (RFC 6962) for httpd. [Jeff Trawick]
75f5c2db254c0167a0e396254460de09b775d203trawick
11f1871b90149f8af3bf4e884dcc404436686967ylavic *) mod_proxy: Preserve original request headers even if they differ
11f1871b90149f8af3bf4e884dcc404436686967ylavic from the ones to be forwarded to the backend. PR 45387.
11f1871b90149f8af3bf4e884dcc404436686967ylavic [Yann Ylavic]
11f1871b90149f8af3bf4e884dcc404436686967ylavic
11aca81b7631c2d33b1fc87741e6be5559c913e9ylavic *) mod_proxy: When ping/pong is configured for a worker, don't send or
11aca81b7631c2d33b1fc87741e6be5559c913e9ylavic forward "100 Continue" (interim) response to the client if it does
11aca81b7631c2d33b1fc87741e6be5559c913e9ylavic not expect one. [Yann Ylavic]
11aca81b7631c2d33b1fc87741e6be5559c913e9ylavic
4f0358189bfa57b8e75bd6b94db264302a8f336amrumph *) mod_remoteip: Prevent an external proxy from presenting an internal
4f0358189bfa57b8e75bd6b94db264302a8f336amrumph proxy. PR 55962. [Mike Rumph]
4f0358189bfa57b8e75bd6b94db264302a8f336amrumph
5716f9c6daa92dde5f2f9d11ed63f7c9549c223atrawick *) mod_ssl: Add hooks to allow other modules to perform processing at
5716f9c6daa92dde5f2f9d11ed63f7c9549c223atrawick several stages of initialization and connection handling. See
5716f9c6daa92dde5f2f9d11ed63f7c9549c223atrawick mod_ssl_openssl.h. [Jeff Trawick]
5716f9c6daa92dde5f2f9d11ed63f7c9549c223atrawick
54d750a84a175d8e338880514d440773eb986b50covener *) mod_proxy_wstunnel: Avoid sending error responses down an upgraded
54d750a84a175d8e338880514d440773eb986b50covener websockets connection as it is being close down. [Eric Covener]
54d750a84a175d8e338880514d440773eb986b50covener
54d750a84a175d8e338880514d440773eb986b50covener *) mod_proxy_wstunnel: Allow the administrator to cap the amount
54d750a84a175d8e338880514d440773eb986b50covener of time a synchronous websockets connection stays idle with
54d750a84a175d8e338880514d440773eb986b50covener ProxyWebsocketIdleTimeout. [Eric Covener]
54d750a84a175d8e338880514d440773eb986b50covener
54d750a84a175d8e338880514d440773eb986b50covener *) mod_proxy_wstunnel: Change to opt-in for asynchronous support, adding
7a3aa12f0eda24793ee26d6a179bd53132e9dae8covener directives ProxyWebsocketAsync and ProxyWebsocketAsyncDelay.
54d750a84a175d8e338880514d440773eb986b50covener [Eric Covener]
54d750a84a175d8e338880514d440773eb986b50covener
83b50288fa7d306324bba68832011ea08f5c7832covener *) mod_proxy_wstunnel: Stop leaking websockets backend connections under
4e30ef014533a7e93c92d88306291f5e49c9692ftrawick event MPM (trunk-only). [Eric Covener]
83b50288fa7d306324bba68832011ea08f5c7832covener
5f066f496cd9f20a2a701255bc67d44e7cb46daetrawick *) mod_proxy_http: Add detach_backend hook (potentially usable
5f066f496cd9f20a2a701255bc67d44e7cb46daetrawick in other proxy scheme handlers). [Jeff Trawick]
5f066f496cd9f20a2a701255bc67d44e7cb46daetrawick
2e15620d724fb8e3a5be183b917359a2fd6e9468covener *) mod_deflate: Add DeflateAlterETag to control how the ETag
2e15620d724fb8e3a5be183b917359a2fd6e9468covener is modified. The 'NoChange' parameter mimics 2.2.x behavior.
2e15620d724fb8e3a5be183b917359a2fd6e9468covener PR 45023, PR 39727. [Eric Covener]
2e15620d724fb8e3a5be183b917359a2fd6e9468covener
1b988c41ee505962781d110a3e4c2c90f1ea0aa4covener *) mod_rewrite: Add 'BNF' (backreferences-no-plus) flag to RewriteRule to
1b988c41ee505962781d110a3e4c2c90f1ea0aa4covener allow spaces in backreferences to be encoded as %20 instead of '+'.
1b988c41ee505962781d110a3e4c2c90f1ea0aa4covener [Eric Covener]
1b988c41ee505962781d110a3e4c2c90f1ea0aa4covener
b8efdc95bec9cf089aa1be0bfd07d46aa1137a7acovener *) mod_rewrite: Support an optional list of characters to escape in the
b8efdc95bec9cf089aa1be0bfd07d46aa1137a7acovener argument for the 'B' (escape backreferences) flag. [Eric Covener]
b8efdc95bec9cf089aa1be0bfd07d46aa1137a7acovener
c12b284247f00b5696adabb0b855ce0669465764ylavic *) mod_ssl: Add SSLOCSPUseRequestNonce directive to control whether or not
c12b284247f00b5696adabb0b855ce0669465764ylavic OCSP requests should use a nonce to be checked against the responder's
c12b284247f00b5696adabb0b855ce0669465764ylavic one. PR 56233. [ Yann Ylavic ]
c12b284247f00b5696adabb0b855ce0669465764ylavic
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]
f06e7c4b1bce6b6491e5de0b7998d3f5696b293dchrisd
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
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener *) mod_rewrite: Protect against looping with the [N] flag by enforcing a
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener default limit of 10000 iterations, and allowing each rule to change its
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener limit. [Eric Covener]
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener
7b7430e701e9a31ce809da7c220bb8dfcf68c86etrawick *) mod_ssl: Fix config merging of SSLOCSPEnable and SSLOCSPOverrideResponder.
7b7430e701e9a31ce809da7c220bb8dfcf68c86etrawick [Jeff Trawick]
7b7430e701e9a31ce809da7c220bb8dfcf68c86etrawick
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz *) Add HttpContentLengthHeadZero and HttpExpectStrict directives.
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz [Yehuda Sadeh <yehuda inktank com>, Justin Erenkrantz]
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz
273e512f20f262e5e2aa8e0e83371d1929fb76adjkaluza *) mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all
273e512f20f262e5e2aa8e0e83371d1929fb76adjkaluza configured SSL CA certificates to stdout the same way as DUMP_CERTS does.
273e512f20f262e5e2aa8e0e83371d1929fb76adjkaluza [Jan Kaluza]
efe780dcf13b2b95effabf897d694d8f23feac74trawick
fe83f60b41477b14a37edcfcd1f7f5c5a1ebfe44minfrin *) mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl
fe83f60b41477b14a37edcfcd1f7f5c5a1ebfe44minfrin to support write completion. [Graham Leggett]
fe83f60b41477b14a37edcfcd1f7f5c5a1ebfe44minfrin
993d1261a278d7322bccef219101220b7b4fb8c5jkaluza *) core: Add parse_errorlog_arg callback to ap_errorlog_provider
993d1261a278d7322bccef219101220b7b4fb8c5jkaluza to allow providers to check the ErrorLog argument. [Jan Kaluza]
993d1261a278d7322bccef219101220b7b4fb8c5jkaluza
ba050a6f942b9fa0e81ed73437588005c569655ccovener *) mod_cgid: Use the servers Timeout for each read from a CGI script,
ba050a6f942b9fa0e81ed73437588005c569655ccovener allow override with new CGIDRequestTimeout directive. PR43494
ba050a6f942b9fa0e81ed73437588005c569655ccovener [Eric Covener, Toshikuni Fukaya <toshikuni-fukaya cybozu co jp>]
ba050a6f942b9fa0e81ed73437588005c569655ccovener
135ddda3a989215d2bedbcf1529bfb269c3eda23niq *) core: ensure any abnormal exit is reported to stderr if it's a tty.
135ddda3a989215d2bedbcf1529bfb269c3eda23niq PR 55670 [Nick Kew]
135ddda3a989215d2bedbcf1529bfb269c3eda23niq
001a44c352f89c9ec332ffd3e0a6927dcd19432chumbedooh *) mod_lua: Let the Inter-VM get/set functions work with a global
001a44c352f89c9ec332ffd3e0a6927dcd19432chumbedooh shared memory pool instead of a per-process pool. [Daniel Gruno]
001a44c352f89c9ec332ffd3e0a6927dcd19432chumbedooh
efe780dcf13b2b95effabf897d694d8f23feac74trawick *) ldap: Support ldaps when using the Microsoft LDAP SDK.
793214f67dede32edfd9ee96c664ead04d175cbbjfclere PR 54626. [Jean-Frederic Clere]
cc5a4a08dc9783fcbc52ce86f11e01c281a43810minfrin
33124689065ade0dfc8c54d8ebb734f9439cb89btrawick *) mod_proxy: Add ap_connection_reusable() for checking if a connection
33124689065ade0dfc8c54d8ebb734f9439cb89btrawick is reusable as of this point in processing. [Jeff Trawick]
33124689065ade0dfc8c54d8ebb734f9439cb89btrawick
9b0076ddd1103e5fa9c1f9bafde4b06ce244fbaecovener *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
9b0076ddd1103e5fa9c1f9bafde4b06ce244fbaecovener to avoid performance problems when subgroups aren't in use. [Eric Covener]
9b0076ddd1103e5fa9c1f9bafde4b06ce244fbaecovener
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza *) mod_syslog: New module implementing syslog ap_error_log provider.
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza Previously, this code was part of core, now it's in separate module.
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza [Jan Kaluza]
249d09d51808cb7981af99762c3b3736ca126cd5jkaluza
56589be3d7a3e9343370df240010c6928cc78b39jkaluza *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
56589be3d7a3e9343370df240010c6928cc78b39jkaluza syslog support from core to new mod_syslog. [Jan Kaluza]
56589be3d7a3e9343370df240010c6928cc78b39jkaluza
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc *) mod_status, mod_echo: Fix the display of client addresses.
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc They were truncated to 31 characters which is not enough for IPv6 addresses.
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc PR 54848 [Bernhard Schmidt <berni birkenwald de>]
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick *) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick [Jeff Trawick]
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick
4d12805e6c18253040223ea637acd6b3b3c18f60jorton *) mod_unique_id: Use output of the PRNG rather than IP address and
4d12805e6c18253040223ea637acd6b3b3c18f60jorton pid, avoiding sleep() call and possible DNS issues at startup,
4d12805e6c18253040223ea637acd6b3b3c18f60jorton plus improving randomness for IPv6-only hosts.
4d12805e6c18253040223ea637acd6b3b3c18f60jorton [Jan Kaluza <jkaluza redhat.com>]
4d12805e6c18253040223ea637acd6b3b3c18f60jorton
e5d909f2b06bd880fb3675cd49363df981caa631trawick *) mod_authnz_ldap: Support primitive LDAP servers that do not accept
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener filter "none" to be specified in AuthLDAPURL. [Eric Covener]
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener
cb666b29f81df1d11d65002250153353568021fccovener *) mod_file_cache: mod_file_cache should be able to serve files that
cb666b29f81df1d11d65002250153353568021fccovener haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
cb666b29f81df1d11d65002250153353568021fccovener
6a80c3c6f4b8ea7ba5e89402b8b779b09ce020e0covener *) core: merge AllowEncodedSlashes from the base configuration into
1c2cab00d988fc48cbe59032cf76cc0bab20d6f7covener virtual hosts. [Eric Covener]
6a80c3c6f4b8ea7ba5e89402b8b779b09ce020e0covener
75a230a728338d84dcfe81edd375352f34de22d0covener *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
75a230a728338d84dcfe81edd375352f34de22d0covener [Eric Covener]
75a230a728338d84dcfe81edd375352f34de22d0covener
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener [Eric Covener]
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener
63a5ea80bddcc84a462e40f402b4f330e0e05411covener *) mod_deflate: permit compilation of mod_deflate against a zlib that has
63a5ea80bddcc84a462e40f402b4f330e0e05411covener been configured with -D Z_PREFIX, which redefines the token "deflate".
63a5ea80bddcc84a462e40f402b4f330e0e05411covener [Eric Covener]
63a5ea80bddcc84a462e40f402b4f330e0e05411covener
65a4e663b82f8bce28ac22ab2edfd7502de36998sf *) mod_auth_digest: Use the secret when generating nonces in all cases and
65a4e663b82f8bce28ac22ab2edfd7502de36998sf not only when AuthName is used in .htaccess files (this change may cause
65a4e663b82f8bce28ac22ab2edfd7502de36998sf problems if used with round robin load balancers). Don't regenerate the
65a4e663b82f8bce28ac22ab2edfd7502de36998sf secret on graceful restarts. PR 54637 [Stefan Fritsch]
c7de1955eb0eaeabf7042902476397692672d549sf
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin *) core: Remove apr_brigade_flatten(), buffering and duplicated code
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin from the HTTP_IN filter, parse chunks in a single pass with zero copy.
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin Reduce memory usage by 48 bytes per request. [Graham Leggett]
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin
a511a29faf2ff7ead3b67680154a624effb31aafminfrin *) core: Stop the HTTP_IN filter from attempting to write error buckets
a511a29faf2ff7ead3b67680154a624effb31aafminfrin to the output filters, which is bogus in the proxy case. Create a
a511a29faf2ff7ead3b67680154a624effb31aafminfrin clean mapping from APR codes to HTTP status codes, and use it where
a511a29faf2ff7ead3b67680154a624effb31aafminfrin needed. [Graham Leggett]
a511a29faf2ff7ead3b67680154a624effb31aafminfrin
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin *) mod_proxy: Ensure network errors detected by the proxy are returned as
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin 504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
deec48c67d4786bc77112ffbf3a4e70b931097edminfrin
6d601599d3d65df0410eae6e573e75b2dbfb1fb4minfrin *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
6d601599d3d65df0410eae6e573e75b2dbfb1fb4minfrin [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
6d601599d3d65df0410eae6e573e75b2dbfb1fb4minfrin <alejandro.alvarez.ayllon cern.ch>]
6d601599d3d65df0410eae6e573e75b2dbfb1fb4minfrin
684e0cfc200f66287a93bbd1708d1dd8a92a7eefcovener *) mod_ldap: LDAP connections used for authentication were not respecting
684e0cfc200f66287a93bbd1708d1dd8a92a7eefcovener LDAPConnectionPoolTimeout. PR 54587
5c43d2fb853f84497b5ece2d414ef9484aa87e5fsf
05a5a9c3e16f21566e1b61f4bd68025ce1b741ccjoes *) core: ap_rgetline_core now pulls from r->proto_input_filters.
05a5a9c3e16f21566e1b61f4bd68025ce1b741ccjoes
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq *) mod_proxy_html: process parsed comments immediately.
26c5829347f6a355c00f1ba0301d575056b69536niq Fixes bug where parsed comments may be lost. [Nick Kew]
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq HTML/XHTML [Nick Kew]
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq
413ee814748f37be168ff12407fa6dba0ceeabe6trawick *) core: Add option to add valgrind support. Use it to reduce false positive
c12917da693bae4028a1d5a5e8224bceed8c739dsf warnings in mod_ssl. [Stefan Fritsch]
c12917da693bae4028a1d5a5e8224bceed8c739dsf
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf Cache the result of the most recent password hash verification for every
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf keep-alive connection. This saves some expensive calculations.
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf [Stefan Fritsch]
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf
d7ffd2da16d58b1a0de212e4d56f7aebb72bef26sf *) http: Remove support for Request-Range header sent by Navigator 2-3 and
d7ffd2da16d58b1a0de212e4d56f7aebb72bef26sf MSIE 3. [Stefan Fritsch]
d7ffd2da16d58b1a0de212e4d56f7aebb72bef26sf
4576c1a9ef54cd1e5555ee07d016a7f559f80338sf *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
4576c1a9ef54cd1e5555ee07d016a7f559f80338sf conformance or to only log the found problems. [Stefan Fritsch]
4576c1a9ef54cd1e5555ee07d016a7f559f80338sf
9811aed12bbc71783d2e544ccb5fecd193843eadsf *) core: Correctly parse an IPv6 literal host specification in an absolute
9811aed12bbc71783d2e544ccb5fecd193843eadsf URL in the request line. [Stefan Fritsch]
9811aed12bbc71783d2e544ccb5fecd193843eadsf
88fac54d9d64f85bbdab5d7010816f4377f95bd7rjung *) EventOpt MPM
88fac54d9d64f85bbdab5d7010816f4377f95bd7rjung
bd3f5647b96d378d9c75c954e3f13582af32c643sf *) core: Add LogLevelOverride directive that allows to override the
bd3f5647b96d378d9c75c954e3f13582af32c643sf loglevel for clients from certain IPs. This also works for things
bd3f5647b96d378d9c75c954e3f13582af32c643sf like the SSL handshake where <If> LogLevel ... </If> is evaluated
bd3f5647b96d378d9c75c954e3f13582af32c643sf too late. [Stefan Fritsch]
bd3f5647b96d378d9c75c954e3f13582af32c643sf
2a7beea91d46beb41f043a84eaad060047ee04aafabien *) core: Add new directive Warning to issue warnings from a configuration
2a7beea91d46beb41f043a84eaad060047ee04aafabien file. Both Warning and Error now generate a timestamped log message.
2a7beea91d46beb41f043a84eaad060047ee04aafabien [Fabien Coelho]
2a7beea91d46beb41f043a84eaad060047ee04aafabien
584a85dd4047e38d3ed3a29b6662fcc9d100ae4csf *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
584a85dd4047e38d3ed3a29b6662fcc9d100ae4csf variables. [Stefan Fritsch]
584a85dd4047e38d3ed3a29b6662fcc9d100ae4csf
f21e9e3d0bfb7a507ecc5bc963f2159d693503d1sf *) core: New directive RegisterHttpMethod for registering non-standard
f21e9e3d0bfb7a507ecc5bc963f2159d693503d1sf HTTP methods. [Stefan Fritsch]
f21e9e3d0bfb7a507ecc5bc963f2159d693503d1sf
f6b9c755a0b793e8a3a3aebd327ca20a86478117sf *) core: New directive HttpProtocol which allows to disable HTTP/0.9
f6b9c755a0b793e8a3a3aebd327ca20a86478117sf support. [Stefan Fritsch]
f6b9c755a0b793e8a3a3aebd327ca20a86478117sf
132ee6ac1c26d6e8953836316ba50734eefab47bsf *) mod_allowhandlers: New module to forbid specific handlers for specific
132ee6ac1c26d6e8953836316ba50734eefab47bsf directories. [Stefan Fritsch]
132ee6ac1c26d6e8953836316ba50734eefab47bsf
85eacfc96a04547ef25aabbc06440039715084c2jorton *) mod_systemd: New module, for integration with systemd on Linux.
85eacfc96a04547ef25aabbc06440039715084c2jorton [Jan Kaluza <jkaluza redhat.com>]
85eacfc96a04547ef25aabbc06440039715084c2jorton
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick *) WinNT MPM: Store pid and generation for each thread in scoreboard
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick to allow tracking of threads from exiting children via mod_status
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick or other such mechanisms. [Jeff Trawick]
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick
79c5787b92ac5f0e1cc82393816c77a006399316trawick *) The following now respect DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
79c5787b92ac5f0e1cc82393816c77a006399316trawick - APIs: ap_log_pid(), ap_remove_pid, ap_read_pid()
79c5787b92ac5f0e1cc82393816c77a006399316trawick - core: the scoreboard (ScoreBoardFile), pid file (PidFile), and
79c5787b92ac5f0e1cc82393816c77a006399316trawick mutexes (Mutex)
c967bf3bc89e8aa60dbd30d9da388e448ddc1cc4trawick - mod_cache: thundering herd lock directory
79c5787b92ac5f0e1cc82393816c77a006399316trawick - mod_lbmethod_heartbeat, mod_heartmonitor: heartbeat storage file
79c5787b92ac5f0e1cc82393816c77a006399316trawick - mod_ldap: shared memory cache
79c5787b92ac5f0e1cc82393816c77a006399316trawick - mod_socache_shmcb, mod_socache_dbm: shared memory or dbm for cache
79c5787b92ac5f0e1cc82393816c77a006399316trawick [Jeff Trawick]
79c5787b92ac5f0e1cc82393816c77a006399316trawick
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton *) suexec: Add --enable-suexec-capabilites support on Linux, to use
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton setuid/setgid capability bits rather than a setuid root binary.
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton [Joe Orton]
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton
536e48c08d674acac5d44929318f2ad928edc361jorton *) suexec: Add support for logging to syslog as an alternative to logging
536e48c08d674acac5d44929318f2ad928edc361jorton to a file; configure --without-suexec-logfile --with-suexec-syslog.
e81785da447b469da66f218b3f0244aab507958djorton [Joe Orton]
e81785da447b469da66f218b3f0244aab507958djorton
3e4e54d4e3fc0123c63d57aa84ac7ad7a8c73ff8jorton *) mod_ssl: Add support for TLS Next Protocol Negotiation. PR 52210.
3e4e54d4e3fc0123c63d57aa84ac7ad7a8c73ff8jorton [Matthew Steele <mdsteele google.com>]
3e4e54d4e3fc0123c63d57aa84ac7ad7a8c73ff8jorton
53e9b27aba029b18be814df40bcf6f0428771d1efuankg *) cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will
53e9b27aba029b18be814df40bcf6f0428771d1efuankg be compiled by the build compiler instead of the host compiler.
53e9b27aba029b18be814df40bcf6f0428771d1efuankg Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.
53e9b27aba029b18be814df40bcf6f0428771d1efuankg PR 51257. [Guenter Knauf]
53e9b27aba029b18be814df40bcf6f0428771d1efuankg
6bb524f1895f30265a1431afc460977d391cb36bsf *) core: In maintainer mode, replace apr_palloc with a version that
6bb524f1895f30265a1431afc460977d391cb36bsf initializes the allocated memory with non-zero values, except if
ca61ccd0c306c2c72df153688ba1b49f3eceed80sf AP_DEBUG_NO_ALLOC_POISON is defined. [Stefan Fritsch]
6bb524f1895f30265a1431afc460977d391cb36bsf
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin *) mod_policy: Add a new testing module to help server administrators
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin enforce a configurable level of protocol compliance on their
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin servers and application servers behind theirs. [Graham Leggett]
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin *) mod_firehose: Add a new debugging module able to record traffic
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin passing through the server in such a way that connections and/or
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin requests be reconstructed and replayed. [Graham Leggett]
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung *) mod_noloris
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung *) APREQ
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung *) Simple MPM
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung *) mod_serf
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick [Apache 2.5.0-dev includes those bug fixes and changes with the
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick Apache 2.4.xx tree as documented below, except as noted.]
0827cb14e550f6f65018431c22c2c913631c8f25kbrand
6249dfa569d3b4f1f539665b979a80c6e335d93etrawickChanges with Apache 2.4.x and later:
ae600ca541efc686b34f8b1f21bd3d0741d37674covener
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?view=markup
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajimChanges with Apache 2.2.x and later:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajimChanges with Apache 2.0.x and later:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
cfa64348224b66dd1c9979b809406c4d15b1c137fielding