CHANGES revision c967bf3bc89e8aa60dbd30d9da388e448ddc1cc4
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore -*- coding: utf-8 -*-
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'AmoreChanges with Apache 2.5.0
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore *) mod_xml2enc: Fix problems with charset conversion altering the
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore Content-Length. [Micha Lenk <micha lenk info>]
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore *) core: New directive HttpProtocol which allows to disable HTTP/0.9
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore support. [Stefan Fritsch]
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore *) mod_allowhandlers: New module to forbid specific handlers for specific
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore directories. [Stefan Fritsch]
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore *) core: Be more correct about rejecting directives that cannot work in <If>
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore sections. [Stefan Fritsch]
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore *) core: Fix directives like LogLevel that need to know if they are invoked
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore at virtual host context or in Directory/Files/Location/If sections to
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore work properly in If sections that are not in a Directory/Files/Location.
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore [Stefan Fritsch]
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore *) mod_cache_disk: Resolve errors while revalidating disk-cached files on
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore Windows ("...rename tempfile to datafile failed..."). PR 38827
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore [Eric Covener]
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore *) mod_proxy: Add ability to configure the sticky session separator.
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore PR 53893. [<inu inusasha de>, Jim Jagielski]
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore *) mod_proxy_ftp: Fix segfaults on IPv4 requests to hosts with DNS AAAA records.
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore PR 40841. [Andrew Rucker Jones <arjones simultan dyndns org>,
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore <ast domdv de>, Jim Jagielski]
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore *) ap_expr: Add req_novary function that allows HTTP header lookups
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore without adding the name to the Vary header. [Stefan Fritsch]
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore *) mod_ssl: Change default for SSLCompression to off, as compression
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore causes security issues in most setups. (The so called "CRIME" attack).
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore [Stefan Fritsch]
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore *) syslog logging: Remove stray ", referer" at the end of some messages.
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore [Jeff Trawick]
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore *) configure: Fix processing of --disable-FEATURE for various features.
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore [Jeff Trawick]
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore *) "Iterate" directives: Report an error if no arguments are provided.
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore [Jeff Trawick]
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore *) htpasswd, htdbm: Optionally read passwords from stdin, as more
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore secure alternative to -b. PR 40243. [Adomas Paltanavicius <adomas
4297a3b0d0a35d80f86fff155e288e885a100e6dGarrett D'Amore paltanavicius gmail com>, Stefan Fritsch]
e.g. warn if password is truncated by crypt(). [Stefan Fritsch]
*) ab: add TLS1.1/TLS1.2 options to -f switch, and adapt output
[Jan Kaluza <jkaluza redhat.com>]
*) mod_lua: Add LuaInputFilter/LuaOutputFilter for creating content
*) mod_ssl: Catch missing or mismatched client cert/key pairs with
SSLProxyMachineCertificateFile/Path directives. PR 52212.
[Keith Burdis <keith burdis.org>, Joe Orton]
[Steinar Gunderson <sgunderson bigfoot.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: