CHANGES revision a370a774825bc89fc6b0d8e45035a590e39b0bd6
f743002678eb67b99bbc29fee116b65d9530fec0wrowe -*- coding: utf-8 -*-
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankgChanges with Apache 2.5.0
c4e8006db0cf457c68876d7d4c30dcc451d8cba7jkaluza *) core: Support named groups and backreferences within the LocationMatch,
c4e8006db0cf457c68876d7d4c30dcc451d8cba7jkaluza DirectoryMatch, FilesMatch and ProxyMatch directives. [Graham Leggett]
652bacc79dd7f980249784cc8c4838e8f1de7e8acovener *) mod_authz_user: Support the expression parser within the require
652bacc79dd7f980249784cc8c4838e8f1de7e8acovener directives. [Graham Leggett]
652bacc79dd7f980249784cc8c4838e8f1de7e8acovener *) mod_authz_host: Support the expression parser within the require
f4db898517ccc6ef1a403630de56918286d3a47eminfrin directives. [Graham Leggett]
f4db898517ccc6ef1a403630de56918286d3a47eminfrin *) mod_authz_groupfile: Support the expression parser within the require
28a723b775c7666281298eab813c63ac42270f95humbedooh directives. [Graham Leggett]
28a723b775c7666281298eab813c63ac42270f95humbedooh *) mod_authz_dbm: Support the expression parser within the require
067698ad30941e38ef5d7f95f1c2736c2ebc5cb9humbedooh directives. [Graham Leggett]
067698ad30941e38ef5d7f95f1c2736c2ebc5cb9humbedooh *) mod_authz_dbd: Support the expression parser within the require
7a437ce535a5fac890296402ba483c2f41bb6500trawick directives. [Graham Leggett]
7a437ce535a5fac890296402ba483c2f41bb6500trawick *) mod_authnz_ldap: Support the expression parser within the require
d8a6de5eec06d4136839c8f7a56a6ab5acd2d3behumbedooh directives. [Graham Leggett]
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc *) mod_ssl: Remove the hardcoded algorithm-type dependency for the
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc SSLCertificateFile and SSLCertificateKeyFile directives, to enable
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc future algorithm agility, and deprecate the SSLCertificateChainFile
77ca16c5676da23155311e13cee61e7eaba9fa3ejailletc directive (obsoleted by SSLCertificateFile). [Kaspar Brand]
921d32d80d8271da08f12fc374a69cb36d1d63b3covener *) mod_proxy: Remove <Proxy ~ wildcard-url> syntax which:
921d32d80d8271da08f12fc374a69cb36d1d63b3covener - is equivalent to <ProxyMatch wildcard-url>
3e097af23e40c45aa32602545155f0964ab5c69dcovener - has never been documented
3e097af23e40c45aa32602545155f0964ab5c69dcovener - incorrectly checks parameters
faea99bb676ec50ece38da6b1879aa37546483a2covener [Christophe Jaillet]
faea99bb676ec50ece38da6b1879aa37546483a2covener *) FreeBSD: Disable IPv4-mapped listening sockets by default for versions
86a5604df726638a2b8085e993b4b79c4b3a5262covener 5+ instead of just for FreeBSD 5. PR 53824. [Jeff Trawick]
344f755169e100ea8ce51e847a0bf30a13b46917covener *) mod_auth_form: Add a debug message when the fields on a form are not
344f755169e100ea8ce51e847a0bf30a13b46917covener recognised. [Graham Leggett]
fcd5c4e9e126e867eb270ed2d4138348cb1e46e5trawick *) mod_ssl: Add -t -DDUMP_CA_CERTS option which dumps the filenames of all
fcd5c4e9e126e867eb270ed2d4138348cb1e46e5trawick configured SSL CA certificates to stdout the same way as DUMP_CERTS does.
fcd5c4e9e126e867eb270ed2d4138348cb1e46e5trawick [Jan Kaluza]
50cfe8bbbaf4279375802531268e2bf0155215fetrawick *) mod_cache_disk: Fix potential hangs on Windows when using mod_cache_disk.
50cfe8bbbaf4279375802531268e2bf0155215fetrawick PR55833. [Eric Covener]
5cb0075c38fc868730c4981e346845dad6c7ea58chrisd *) mod_headers: Allow the "value" parameter of Header and RequestHeader to
5cb0075c38fc868730c4981e346845dad6c7ea58chrisd contain an ap_expr expression if prefixed with "expr=". [Eric Covener]
5cb0075c38fc868730c4981e346845dad6c7ea58chrisd *) Add suspend_connection and resume_connection hooks to notify modules
ffaa9771884a8664f0e6267efbe9d26b40000461trawick when the thread/connection relationship changes. (Currently implemented
ffaa9771884a8664f0e6267efbe9d26b40000461trawick only for the Event MPM; should be implemented for all async MPMs.)
ffaa9771884a8664f0e6267efbe9d26b40000461trawick [Jeff Trawick]
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick *) mod_ssl: Don't flush when an EOS is received. Prepares mod_ssl
f87299dab99bc04b51a6b8cad51b6795db862c0atrawick to support write completion. [Graham Leggett]
4d12805e6c18253040223ea637acd6b3b3c18f60jorton *) prefork: Fix long delays when doing a graceful restart.
4d12805e6c18253040223ea637acd6b3b3c18f60jorton PR 54852 [Jim Jagielski, Arkadiusz Miskiewicz <arekm maven pl>]
4d12805e6c18253040223ea637acd6b3b3c18f60jorton *) core: Add parse_errorlog_arg callback to ap_errorlog_provider
4d12805e6c18253040223ea637acd6b3b3c18f60jorton to allow providers to check the ErrorLog argument. [Jan Kaluza]
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener *) core: Detect incomplete body in HTTP input filter and return
a4df2cd1e1391575a327c2a90ba4315f805a0a78covener APR_INCOMPLETE. PR 55475 [Yann Ylavic <ylavic dev gmail com>]
cb666b29f81df1d11d65002250153353568021fccovener *) mod_cgid: Use the servers Timeout for each read from a CGI script,
cb666b29f81df1d11d65002250153353568021fccovener allow override with new CGIDRequestTimeout directive. PR43494
cb666b29f81df1d11d65002250153353568021fccovener [Eric Covener, Toshikuni Fukaya <toshikuni-fukaya cybozu co jp>]
1c2cab00d988fc48cbe59032cf76cc0bab20d6f7covener *) core: Add missing Reason-Phrase in HTTP response headers.
6a80c3c6f4b8ea7ba5e89402b8b779b09ce020e0covener PR 54946. [Rainer Jung]
75a230a728338d84dcfe81edd375352f34de22d0covener *) core: ensure any abnormal exit is reported to stderr if it's a tty.
75a230a728338d84dcfe81edd375352f34de22d0covener PR 55670 [Nick Kew]
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener *) mod_proxy: Added support for unix domain sockets as the
1f50dc34ae069adeed20b2986e5ffdefa5c410e0covener backend server endpoint [Jim Jagielski, Blaise Tarr
63a5ea80bddcc84a462e40f402b4f330e0e05411covener <blaise tarr gmail com>]
63a5ea80bddcc84a462e40f402b4f330e0e05411covener *) mod_auth_form: Make sure the optional functions are loaded even when
63a5ea80bddcc84a462e40f402b4f330e0e05411covener the AuthFormProvider isn't specified. [Graham Leggett]
986f3ea2c314d4d4b3b937149853a0f23f6119aaminfrin *) mod_lua: Let the Inter-VM get/set functions work with a global
986f3ea2c314d4d4b3b937149853a0f23f6119aaminfrin shared memory pool instead of a per-process pool. [Daniel Gruno]
65a4e663b82f8bce28ac22ab2edfd7502de36998sf *) ldap: Support ldaps when using the Microsoft LDAP SDK.
65a4e663b82f8bce28ac22ab2edfd7502de36998sf PR 54626. [Jean-Frederic Clere]
c7de1955eb0eaeabf7042902476397692672d549sf *) mod_proxy: Add ap_connection_reusable() for checking if a connection
509622419be000045d461ef38fb97df778fdf81djailletc is reusable as of this point in processing. [Jeff Trawick]
509622419be000045d461ef38fb97df778fdf81djailletc *) mod_authnz_ldap: Change default value of AuthLDAPMaxSubGroupDepth to 0
509622419be000045d461ef38fb97df778fdf81djailletc to avoid performance problems when subgroups aren't in use. [Eric Covener]
0b9de55d178312ec929dbe417dd61199b269991djailletc *) mod_syslog: New module implementing syslog ap_error_log provider.
0b9de55d178312ec929dbe417dd61199b269991djailletc Previously, this code was part of core, now it's in separate module.
0b9de55d178312ec929dbe417dd61199b269991djailletc [Jan Kaluza]
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin *) core: Add ap_errorlog_provider to make ErrorLog logging modular. Move
74e7f6c55fd67b10cb400b3f6d1dc718a303d944minfrin syslog support from core to new mod_syslog. [Jan Kaluza]
a511a29faf2ff7ead3b67680154a624effb31aafminfrin *) core: draft-ietf-httpbis-p1-messaging-23 corrections regarding
a511a29faf2ff7ead3b67680154a624effb31aafminfrin TE/CL conflicts. [Yann Ylavic <ylavic.dev gmail com>, Jim Jagielski]
a511a29faf2ff7ead3b67680154a624effb31aafminfrin *) mod_proxy_fcgi: Use apr_socket_timeout_get instead of hard-coded
a511a29faf2ff7ead3b67680154a624effb31aafminfrin 30 seconds timeout. [Jan Kaluza]
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin *) WinNT MPM: If ap_run_pre_connection() fails or sets c->aborted, don't
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin save the socket for reuse by the next worker as if it were an
deec48c67d4786bc77112ffbf3a4e70b931097edminfrin APR_SO_DISCONNECTED socket. Restores 2.2 behavior. [Eric Covener]
6d601599d3d65df0410eae6e573e75b2dbfb1fb4minfrin *) mod_lua: Add a logging hook for modifying/skipping logs. [Daniel Gruno]
6d601599d3d65df0410eae6e573e75b2dbfb1fb4minfrin *) mod_status, mod_echo: Fix the display of client addresses.
4c02bab56a528a180bbe394d8b6e6fd9c1a3ac1esf They were truncated to 31 characters which is not enough for IPv6 addresses.
4c02bab56a528a180bbe394d8b6e6fd9c1a3ac1esf PR 54848 [Bernhard Schmidt <berni birkenwald de>]
4c02bab56a528a180bbe394d8b6e6fd9c1a3ac1esf *) mod_lua: If the first yield() of a LuaOutputFilter returns a string, it should
2c487ac43b583db869e743772a7a10b278aa2bcfminfrin be prefixed to the response as documented. [Eric Covener]
684e0cfc200f66287a93bbd1708d1dd8a92a7eefcovener *) mod_lua: Remove ETAG, Content-Length, and Content-MD5 when a LuaOutputFilter
5c43d2fb853f84497b5ece2d414ef9484aa87e5fsf is configured without mod_filter. [Eric Covener]
05a5a9c3e16f21566e1b61f4bd68025ce1b741ccjoes *) mod_lua: Register LuaOutputFilter scripts as changing the content and
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq content-length by default, when run my mod_filter. Previously,
26c5829347f6a355c00f1ba0301d575056b69536niq growing or shrinking a response that started with Content-Length set
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq would require mod_filter and FilterProtocol change=yes. [Eric Covnener]
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq *) mod_lua: Return a 500 error if a LuaHook* script doesn't return a
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq numeric return code. [Eric Covener]
ef82e8fa164e0a1f8b813f7deb6b7ead96018c94niq *) mod_authnz_fcgi: New module to enable FastCGI authorizer
413ee814748f37be168ff12407fa6dba0ceeabe6trawick applications to authenticate and/or authorize clients.
c12917da693bae4028a1d5a5e8224bceed8c739dsf [Jeff Trawick]
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf *) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers.
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf [Jeff Trawick]
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf *) mod_unique_id: Use output of the PRNG rather than IP address and
eafcc0ebf263d0ba69855b6e10958c4c1a2361bdsf pid, avoiding sleep() call and possible DNS issues at startup,
d7ffd2da16d58b1a0de212e4d56f7aebb72bef26sf plus improving randomness for IPv6-only hosts.
d7ffd2da16d58b1a0de212e4d56f7aebb72bef26sf [Jan Kaluza <jkaluza redhat.com>]
4576c1a9ef54cd1e5555ee07d016a7f559f80338sf *) mod_authnz_ldap: Support primitive LDAP servers that do not accept
4576c1a9ef54cd1e5555ee07d016a7f559f80338sf filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special
4576c1a9ef54cd1e5555ee07d016a7f559f80338sf filter "none" to be specified in AuthLDAPURL. [Eric Covener]
9811aed12bbc71783d2e544ccb5fecd193843eadsf *) mod_file_cache: mod_file_cache should be able to serve files that
9811aed12bbc71783d2e544ccb5fecd193843eadsf haven't had a Content-Type set via e.g. mod_mime. [Eric Covener]
1366443dc565c33e7b449ae428bbfc4c86f33935drh *) core: merge AllowEncodedSlashes from the base configuration into
88fac54d9d64f85bbdab5d7010816f4377f95bd7rjung virtual hosts. [Eric Covener]
bd3f5647b96d378d9c75c954e3f13582af32c643sf *) AIX: Install DSO's with "cp" instead of "install" in instdso.sh
bd3f5647b96d378d9c75c954e3f13582af32c643sf [Eric Covener]
bd3f5647b96d378d9c75c954e3f13582af32c643sf *) mod_ldap: Don't keep retrying if a new LDAP connection times out.
bd3f5647b96d378d9c75c954e3f13582af32c643sf [Eric Covener]
2a7beea91d46beb41f043a84eaad060047ee04aafabien *) mod_deflate: permit compilation of mod_deflate against a zlib that has
2a7beea91d46beb41f043a84eaad060047ee04aafabien been configured with -D Z_PREFIX, which redefines the token "deflate".
2a7beea91d46beb41f043a84eaad060047ee04aafabien [Eric Covener]
584a85dd4047e38d3ed3a29b6662fcc9d100ae4csf *) mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
584a85dd4047e38d3ed3a29b6662fcc9d100ae4csf previously limited to 64MB. [Jens Låås <jelaas gmail.com>]
f21e9e3d0bfb7a507ecc5bc963f2159d693503d1sf *) mod_auth_digest: Use the secret when generating nonces in all cases and
f21e9e3d0bfb7a507ecc5bc963f2159d693503d1sf not only when AuthName is used in .htaccess files (this change may cause
f6b9c755a0b793e8a3a3aebd327ca20a86478117sf problems if used with round robin load balancers). Don't regenerate the
f6b9c755a0b793e8a3a3aebd327ca20a86478117sf secret on graceful restarts. PR 54637 [Stefan Fritsch]
132ee6ac1c26d6e8953836316ba50734eefab47bsf *) core: Remove apr_brigade_flatten(), buffering and duplicated code
132ee6ac1c26d6e8953836316ba50734eefab47bsf from the HTTP_IN filter, parse chunks in a single pass with zero copy.
132ee6ac1c26d6e8953836316ba50734eefab47bsf Reduce memory usage by 48 bytes per request. [Graham Leggett]
85eacfc96a04547ef25aabbc06440039715084c2jorton *) core: Stop the HTTP_IN filter from attempting to write error buckets
85eacfc96a04547ef25aabbc06440039715084c2jorton to the output filters, which is bogus in the proxy case. Create a
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick clean mapping from APR codes to HTTP status codes, and use it where
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick needed. [Graham Leggett]
536d2e7cd1fdec1255b8c3bdf41fdc714c506a54trawick *) mod_proxy: Ensure network errors detected by the proxy are returned as
70caa242e6b90e0d6f0fabb56b8c5c2fb51717b3jorton 504 Gateway Timout as opposed to 502 Bad Gateway, in order to be
985a4368b93c3e9171a57897ad9454c8dbf4cdf6jorton compliant with RFC2616 14.9.4 Cache Revalidation and Reload Controls.
70caa242e6b90e0d6f0fabb56b8c5c2fb51717b3jorton *) mod_dav: mod_dav overrides dav_fs response on PUT failure. PR 35981
79c5787b92ac5f0e1cc82393816c77a006399316trawick [Basant Kumar Kukreja <basant.kukreja sun.com>, Alejandro Alvarez
79c5787b92ac5f0e1cc82393816c77a006399316trawick *) core, mod_ssl: Enable the ability for a module to reverse the sense of
c967bf3bc89e8aa60dbd30d9da388e448ddc1cc4trawick a poll event from a read to a write or vice versa. This is a step on
79c5787b92ac5f0e1cc82393816c77a006399316trawick the way to allow mod_ssl taking full advantage of the event MPM.
79c5787b92ac5f0e1cc82393816c77a006399316trawick [Graham Leggett]
79c5787b92ac5f0e1cc82393816c77a006399316trawick *) mod_ldap: LDAP connections used for authentication were not respecting
79c5787b92ac5f0e1cc82393816c77a006399316trawick LDAPConnectionPoolTimeout. PR 54587
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton *) core: ap_rgetline_core now pulls from r->proto_input_filters.
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton *) mod_proxy_html: process parsed comments immediately.
536e48c08d674acac5d44929318f2ad928edc361jorton Fixes bug where parsed comments may be lost. [Nick Kew]
e81785da447b469da66f218b3f0244aab507958djorton *) mod_proxy_html: introduce doctype for HTML 5 [Nick Kew]
3e4e54d4e3fc0123c63d57aa84ac7ad7a8c73ff8jorton *) mod_proxy_html: fix typo-bug processing "strict" vs "transitional"
53e9b27aba029b18be814df40bcf6f0428771d1efuankg *) core: Add option to add valgrind support. Use it to reduce false positive
53e9b27aba029b18be814df40bcf6f0428771d1efuankg warnings in mod_ssl. [Stefan Fritsch]
53e9b27aba029b18be814df40bcf6f0428771d1efuankg *) mod_authn_file, mod_authn_dbd, mod_authn_dbm, mod_authn_socache:
53e9b27aba029b18be814df40bcf6f0428771d1efuankg Cache the result of the most recent password hash verification for every
6bb524f1895f30265a1431afc460977d391cb36bsf keep-alive connection. This saves some expensive calculations.
6bb524f1895f30265a1431afc460977d391cb36bsf [Stefan Fritsch]
6bb524f1895f30265a1431afc460977d391cb36bsf *) http: Remove support for Request-Range header sent by Navigator 2-3 and
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin MSIE 3. [Stefan Fritsch]
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP
e6dd71992459d05a676b98b7963423dc5dc1e24aminfrin conformance or to only log the found problems. [Stefan Fritsch]
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin *) core: Correctly parse an IPv6 literal host specification in an absolute
23f1535d6a60817d2846bac0aea230ea475d7dccminfrin URL in the request line. [Stefan Fritsch]
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung *) mod_ssl: Add support for OpenSSL configuration commands [Stephen Henson]
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung *) EventOpt MPM
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung *) core: Add LogLevelOverride directive that allows to override the
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung loglevel for clients from certain IPs. This also works for things
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung like the SSL handshake where <If> LogLevel ... </If> is evaluated
ec7520b24cd80d34d82bbcaca153cbb23cc04bc0rjung too late. [Stefan Fritsch]
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick *) core: Add new directive Warning to issue warnings from a configuration
0827cb14e550f6f65018431c22c2c913631c8f25kbrand file. Both Warning and Error now generate a timestamped log message.
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick [Fabien Coelho]
6249dfa569d3b4f1f539665b979a80c6e335d93etrawick *) ap_expr: Add SERVER_PROTOCOL_VERSION, ..._MAJOR, and ..._MINOR
cfa64348224b66dd1c9979b809406c4d15b1c137fielding variables. [Stefan Fritsch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) core: New directive RegisterHttpMethod for registering non-standard
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim HTTP methods. [Stefan Fritsch]
74499a117b3b2cd9666715a14f90c0e5d1a4ee8ajim *) core: New directive HttpProtocol which allows to disable HTTP/0.9
cfa64348224b66dd1c9979b809406c4d15b1c137fielding support. [Stefan Fritsch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_allowhandlers: New module to forbid specific handlers for specific
[Jan Kaluza <jkaluza redhat.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: