CHANGES revision da20b997bf4652f7597e0a7845db371aab2f7187
5d92fff82718cd018f0b61a10b9ad4d2b8064c95rpluem -*- coding: utf-8 -*-
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna
415bb21f281e9b4f905d5893fede9165bdf1491bjimChanges with Apache 2.3.7
415bb21f281e9b4f905d5893fede9165bdf1491bjim
65f6e321663b3fd0f93d8b47b4df05f189de6cf1sf *) socache modules: return APR_NOTFOUND when a lookup is not found [Nick Kew]
65f6e321663b3fd0f93d8b47b4df05f189de6cf1sf
65f6e321663b3fd0f93d8b47b4df05f189de6cf1sf *) mod_authn_cache: new module [Nick Kew]
bcb2c4ef861e8f8260284631b6753e1088643c8asf
bcb2c4ef861e8f8260284631b6753e1088643c8asf *) core: Try to proceed with authorization even if authentication failed.
bcb2c4ef861e8f8260284631b6753e1088643c8asf This allows e.g. to authorize by user _or_ ip address. [Stefan Fritsch]
6defa5d20691765eb0b98daf5db4b1004353222esf
6defa5d20691765eb0b98daf5db4b1004353222esf *) configure: Add reallyall option for --enable-mods-shared. [Stefan Fritsch]
415bb21f281e9b4f905d5893fede9165bdf1491bjim
09359a90ff115fc5eeb96e1e5c78a58dd9fc59d3jim *) Fix Windows build when using VC6. [Gregg L. Smith <lists glewis com>]
09359a90ff115fc5eeb96e1e5c78a58dd9fc59d3jim
3e13c3c3e6517a04c8c20ffb8e62aadb3b13f8dfrjung *) mod_rewrite: Allow to set environment variables without explicitely
3e13c3c3e6517a04c8c20ffb8e62aadb3b13f8dfrjung giving a value. [Rainer Jung]
b8c9229249804470a885a1a43f7f2dad15fb06a3rjung
b8c9229249804470a885a1a43f7f2dad15fb06a3rjung *) mod_rewrite: Remove superfluous EOL from rewrite logging. [Rainer Jung]
b8c9229249804470a885a1a43f7f2dad15fb06a3rjung
ef3e19a9a27ca055dd20e971d5578f5510308023niqChanges with Apache 2.3.6
ef3e19a9a27ca055dd20e971d5578f5510308023niq
ef3e19a9a27ca055dd20e971d5578f5510308023niq *) SECURITY: CVE-2009-3555 (cve.mitre.org)
ef3e19a9a27ca055dd20e971d5578f5510308023niq mod_ssl: Comprehensive fix of the TLS renegotiation prefix injection
099d298d417b68b3d11fb5934c404c60f518d69csf attack when compiled against OpenSSL version 0.9.8m or later. Introduces
099d298d417b68b3d11fb5934c404c60f518d69csf the 'SSLInsecureRenegotiation' directive to reopen this vulnerability
099d298d417b68b3d11fb5934c404c60f518d69csf and offer unsafe legacy renegotiation with clients which do not yet
0d54de55e9fec3d9ac5989a5fe016f349b82ed05sf support the new secure renegotiation protocol, RFC 5746.
0d54de55e9fec3d9ac5989a5fe016f349b82ed05sf [Joe Orton, and with thanks to the OpenSSL Team]
0d54de55e9fec3d9ac5989a5fe016f349b82ed05sf
636d0d3e03f5f4f2fefae0f20c36e288755e79f6rjung *) SECURITY: CVE-2009-3555 (cve.mitre.org)
636d0d3e03f5f4f2fefae0f20c36e288755e79f6rjung mod_ssl: A partial fix for the TLS renegotiation prefix injection attack
636d0d3e03f5f4f2fefae0f20c36e288755e79f6rjung by rejecting any client-initiated renegotiations. Forcibly disable
3f5968bf1059aebe846e121a6f3748dd03471ce4sf keepalive for the connection if there is any buffered data readable. Any
3f5968bf1059aebe846e121a6f3748dd03471ce4sf configuration which requires renegotiation for per-directory/location
3f5968bf1059aebe846e121a6f3748dd03471ce4sf access control is still vulnerable, unless using OpenSSL >= 0.9.8l.
3f5968bf1059aebe846e121a6f3748dd03471ce4sf [Joe Orton, Ruediger Pluem, Hartmut Keil <Hartmut.Keil adnovum.ch>]
3f5968bf1059aebe846e121a6f3748dd03471ce4sf
3f5968bf1059aebe846e121a6f3748dd03471ce4sf *) SECURITY: CVE-2010-0408 (cve.mitre.org)
3f5968bf1059aebe846e121a6f3748dd03471ce4sf mod_proxy_ajp: Respond with HTTP_BAD_REQUEST when the body is not sent
3f5968bf1059aebe846e121a6f3748dd03471ce4sf when request headers indicate a request body is incoming; not a case of
ab86c68ce36c715e93f403dde41d0b9c1522c8b0sf HTTP_INTERNAL_SERVER_ERROR. [Niku Toivola <niku.toivola sulake.com>]
ab86c68ce36c715e93f403dde41d0b9c1522c8b0sf
ab86c68ce36c715e93f403dde41d0b9c1522c8b0sf *) SECURITY: CVE-2010-0425 (cve.mitre.org)
7c6f514f2ef9b98f58b8f8a5f534eb78a75f29f2jorton mod_isapi: Do not unload an isapi .dll module until the request
7c6f514f2ef9b98f58b8f8a5f534eb78a75f29f2jorton processing is completed, avoiding orphaned callback pointers.
7c6f514f2ef9b98f58b8f8a5f534eb78a75f29f2jorton [Brett Gervasoni <brettg senseofsecurity.com>, Jeff Trawick]
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf *) core: Filter init functions are now run strictly once per request
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf before handler invocation. The init functions are no longer run
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf for connection filters. PR 49328. [Joe Orton]
93d757f10e0823af718075b34363970c4af0e6cdsf
93d757f10e0823af718075b34363970c4af0e6cdsf *) core: Adjust the output filter chain correctly in an internal
93d757f10e0823af718075b34363970c4af0e6cdsf redirect from a subrequest, preserving filters from the main
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf request as necessary. PR 17629. [Joe Orton]
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf *) mod_cache: Explicitly allow cache implementations to cache a 206 Partial
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf Response if they so choose to do so. Previously an attempt to cache a 206
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf was arbitrarily allowed if the response contained an Expires or
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf Cache-Control header, and arbitrarily denied if both headers were missing.
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf [Graham Leggett]
78b046ee9f769d9609ea1157177d5467e4700c89covener
78b046ee9f769d9609ea1157177d5467e4700c89covener *) core: Add microsecond timestamp fractions, process id and thread id
78b046ee9f769d9609ea1157177d5467e4700c89covener to the error log. [Rainer Jung]
5d1aa7e499fc511e937db7a7ce671add9a4d6702sf
5d1aa7e499fc511e937db7a7ce671add9a4d6702sf *) configure: The "most" module set gets build by default. [Rainer Jung]
5d1aa7e499fc511e937db7a7ce671add9a4d6702sf
00f8426677a7975dc809e4ccb11241c543ec8a0esf *) configure: Building dynamic modules (DSO) by default. [Rainer Jung]
00f8426677a7975dc809e4ccb11241c543ec8a0esf
00f8426677a7975dc809e4ccb11241c543ec8a0esf *) configure: Fix broken VPATH build when using included APR.
3ef519991d73cff6763052b5a44c206bda01541dsf [Rainer Jung]
3ef519991d73cff6763052b5a44c206bda01541dsf
3ef519991d73cff6763052b5a44c206bda01541dsf *) mod_session_crypto: Fix configure problem when building
3ef519991d73cff6763052b5a44c206bda01541dsf with APR 2 and for VPATH builds with included APR.
3ef519991d73cff6763052b5a44c206bda01541dsf [Rainer Jung]
512bc8626ede860ea2ef329e6c2ffbd6ceba3903sf
512bc8626ede860ea2ef329e6c2ffbd6ceba3903sf *) mod_session_crypto: API compatibility with APR 2 crypto and
f82baabbe731507742af2f7ba41463dbbc7911e9sf APR Util 1.x crypto. [Rainer Jung]
f82baabbe731507742af2f7ba41463dbbc7911e9sf
f82baabbe731507742af2f7ba41463dbbc7911e9sf *) ab: Fix memory leak with -v2 and SSL. PR 49383.
26d07dbe57cb2c8f49df541329a1653635988dbbsf [Pavel Kankovsky <peak argo troja mff cuni cz>]
26d07dbe57cb2c8f49df541329a1653635988dbbsf
09359a90ff115fc5eeb96e1e5c78a58dd9fc59d3jim *) core: Add per-module and per-directory loglevel configuration.
686555019e71b355e835166dfefbec33f7fb6f90rjung Add some more trace logging.
686555019e71b355e835166dfefbec33f7fb6f90rjung mod_rewrite: Replace RewriteLog/RewriteLogLevel with trace log levels.
686555019e71b355e835166dfefbec33f7fb6f90rjung mod_ssl: Replace LogLevelDebugDump with trace log levels.
eda40bb2debf78c913552346127358797665cf7frjung mod_ssl/mod_proxy*: Adjust loglevels to be less verbose at levels info
eda40bb2debf78c913552346127358797665cf7frjung and debug.
eda40bb2debf78c913552346127358797665cf7frjung mod_dumpio: Replace DumpIOLogLevel with trace log levels.
eda40bb2debf78c913552346127358797665cf7frjung [Stefan Fritsch]
eda40bb2debf78c913552346127358797665cf7frjung
eda40bb2debf78c913552346127358797665cf7frjung *) mod_ldap: LDAP caching was suppressed (and ldap-status handler returns
53b3e9f9937ca992fb149d02d19223674c81c5a4rjung title page only) when any mod_ldap directives were used in VirtualHost
53b3e9f9937ca992fb149d02d19223674c81c5a4rjung context. [Eric Covener]
53b3e9f9937ca992fb149d02d19223674c81c5a4rjung
25cc406eca0c99de0dfbd6c8862bec2d5fb6c4farjung *) mod_disk_cache: Decline the opportunity to cache if the response is
25cc406eca0c99de0dfbd6c8862bec2d5fb6c4farjung a 206 Partial Content. This stops a reverse proxied partial response
25cc406eca0c99de0dfbd6c8862bec2d5fb6c4farjung from becoming cached, and then being served in subsequent responses.
5b43275cebfb0ff9961ac462f3a96f7fe612d327rjung [Graham Leggett]
5b43275cebfb0ff9961ac462f3a96f7fe612d327rjung
5b43275cebfb0ff9961ac462f3a96f7fe612d327rjung *) mod_deflate: avoid the risk of forwarding data before headers are set.
3bcb72c0b2797d2ec0b41bb9f4696e58be2c7043rjung PR 49369 [Matthew Steele <mdsteele google.com>]
3bcb72c0b2797d2ec0b41bb9f4696e58be2c7043rjung
3bcb72c0b2797d2ec0b41bb9f4696e58be2c7043rjung *) mod_authnz_ldap: Ensure nested groups are checked when the
4acb0cd5536553055c7c6996414cec00b0191e1djim top-level group doesn't have any direct non-group members
4acb0cd5536553055c7c6996414cec00b0191e1djim of attributes in AuthLDAPGroupAttribute. [Eric Covener]
dc610ff4888acc61dc6c8de2b8974a4dce9c074fsf
dc610ff4888acc61dc6c8de2b8974a4dce9c074fsf *) mod_authnz_ldap: Search or Comparison during authorization phase
dc610ff4888acc61dc6c8de2b8974a4dce9c074fsf can use the credentials from the authentication phase
b08558bf6a64f9501ad3eca34eaf4d978bd928cfsf (AuthLDAPSearchAsUSer,AuthLDAPCompareAsUser).
b08558bf6a64f9501ad3eca34eaf4d978bd928cfsf PR 48340 [Domenico Rotiroti, Eric Covener]
b08558bf6a64f9501ad3eca34eaf4d978bd928cfsf
70f553c56eda63b353598193c3afc238db9b3c78sf *) mod_authnz_ldap: Allow the initial DN search during authentication
70f553c56eda63b353598193c3afc238db9b3c78sf to use the HTTP username/pass instead of an anonymous or hard-coded
70f553c56eda63b353598193c3afc238db9b3c78sf LDAP id (AuthLDAPInitialBindAsUser, AuthLDAPInitialBindPattern).
3fa816e4832a1c70600bdfd6fc5ef60e9f1c18bbsf [Eric Covener]
3fa816e4832a1c70600bdfd6fc5ef60e9f1c18bbsf
3fa816e4832a1c70600bdfd6fc5ef60e9f1c18bbsf *) mod_authnz_ldap: Publish requested LDAP data with an AUTHORIZE_ prefix
0c2193f47081b894ed16f4fc371f44564d28b334jorton when this module is used for authorization. See AuthLDAPAuthorizePrefix.
950e3163cb42ba1e9c8f9d93f4505f580cbc71f4jorton PR 45584 [Eric Covener]
950e3163cb42ba1e9c8f9d93f4505f580cbc71f4jorton
0c2193f47081b894ed16f4fc371f44564d28b334jorton *) apxs -q: Stop filtering out ':' characters from the reported values.
55929f765b95e354092ac17238718e471c252ebbsf PR 45343. [Bill Cole]
55929f765b95e354092ac17238718e471c252ebbsf
2ce2fc3287632e20f1b8759aa17e571f68c6fe6dsf *) prefork MPM: Run cleanups for final request when process exits gracefully.
2ce2fc3287632e20f1b8759aa17e571f68c6fe6dsf PR 43857. [Tom Donovan]
2ce2fc3287632e20f1b8759aa17e571f68c6fe6dsf
49aa87d735a13ae3d04012ee0df91ddb51f7c36esf *) ab: fix number of requests sent by ab when keepalive is enabled. PR 48497.
49aa87d735a13ae3d04012ee0df91ddb51f7c36esf [Bryn Dole <dole blekko.com>]
49aa87d735a13ae3d04012ee0df91ddb51f7c36esf
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf *) Log an error for failures to read a chunk-size, and return 408 instead of
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf 413 when this is due to a read timeout. This change also fixes some cases
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf of two error documents being sent in the response for the same scenario.
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf [Eric Covener] PR49167
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf *) mod_proxy_balancer: Add new directive BalancerNonce to allow admin
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf to control/set the nonce used in the balancer-manager application.
0ab15ffa17f588723d0c310af78b505bf4e8a953sf [Jim Jagielski]
0ab15ffa17f588723d0c310af78b505bf4e8a953sf
0ab15ffa17f588723d0c310af78b505bf4e8a953sf *) mod_proxy_connect: Support port ranges in AllowConnect. PR 23673.
1dee19645438f8e3cb80fe86e1aaade04d093e45sf [Stefan Fritsch]
1dee19645438f8e3cb80fe86e1aaade04d093e45sf
1dee19645438f8e3cb80fe86e1aaade04d093e45sf *) Proxy balancer: support setting error status according to HTTP response
9f478b1ce1e6296ad7a244d9d2eaa6af79cfdfbfsf code from a backend. PR 48939. [Daniel Ruggeri <DRuggeri primary.net>]
9f478b1ce1e6296ad7a244d9d2eaa6af79cfdfbfsf
9f478b1ce1e6296ad7a244d9d2eaa6af79cfdfbfsf *) htcacheclean: Introduce the ability to clean specific URLs from the
9bec939825399ac2816ea0d912d2e3c3b2ed91f4sf cache, if provided as an optional parameter on the command line.
9bec939825399ac2816ea0d912d2e3c3b2ed91f4sf [Graham Leggett]
9bec939825399ac2816ea0d912d2e3c3b2ed91f4sf
5cca2a55e4a1cabdc2ca0db3bee456f27cf4c69eminfrin *) core: Introduce the IncludeStrict directive, which explicitly fails
5cca2a55e4a1cabdc2ca0db3bee456f27cf4c69eminfrin server startup if no files or directories match a wildcard path.
5cca2a55e4a1cabdc2ca0db3bee456f27cf4c69eminfrin [Graham Leggett]
33510984c759eb3da154ceb0db9b75fa0031d3b4sf
33510984c759eb3da154ceb0db9b75fa0031d3b4sf *) htcacheclean: Report additional statistics about entries deleted.
33510984c759eb3da154ceb0db9b75fa0031d3b4sf PR 48944. [Mark Drayton mark markdrayton.info]
33510984c759eb3da154ceb0db9b75fa0031d3b4sf
33510984c759eb3da154ceb0db9b75fa0031d3b4sf *) Introduce SSLFIPS directive to support OpenSSL FIPS_mode; permits all
33510984c759eb3da154ceb0db9b75fa0031d3b4sf builds of mod_ssl to use 'SSLFIPS off' for portability, but the proper
33510984c759eb3da154ceb0db9b75fa0031d3b4sf build of openssl is required for 'SSLFIPS on'. PR 46270.
33510984c759eb3da154ceb0db9b75fa0031d3b4sf [Dr Stephen Henson <steve openssl.org>, William Rowe]
33510984c759eb3da154ceb0db9b75fa0031d3b4sf
6b15044d54a096e6323ff1540f1a491e8de7622dsf *) mod_proxy_http: Log the port of the remote server in various messages.
6b15044d54a096e6323ff1540f1a491e8de7622dsf PR 48812. [Igor Galić <i galic brainsware org>]
6b15044d54a096e6323ff1540f1a491e8de7622dsf
287b17b746df229d6211c624b8a3e1edda21cecdsf *) mod_reqtimeout: Do not wrongly enforce timeouts for mod_proxy's backend
287b17b746df229d6211c624b8a3e1edda21cecdsf connections and other protocol handlers (like mod_ftp). [Stefan Fritsch]
287b17b746df229d6211c624b8a3e1edda21cecdsf
de2d327e43e0f17cdb64851beafecba96a0ed962sf *) mod_proxy_ajp: Really regard the operation a success, when the client
de2d327e43e0f17cdb64851beafecba96a0ed962sf aborted the connection. In addition adjust the log message if the client
de2d327e43e0f17cdb64851beafecba96a0ed962sf aborted the connection. [Ruediger Pluem]
de2d327e43e0f17cdb64851beafecba96a0ed962sf
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf *) mod_ssl: Add the 'SSLInsecureRenegotiation' directive, which
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf allows insecure renegotiation with clients which do not yet
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf support the secure renegotiation protocol. [Joe Orton]
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf *) mod_ssl: Fix a potential I/O hang if a long list of trusted CAs
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf is configured for client cert auth. PR 46952. [Joe Orton]
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf
b44565f239485673d9486068588a5fb3af008be9sf *) core: Only log a 408 if it is no keepalive timeout. PR 39785
b44565f239485673d9486068588a5fb3af008be9sf [Ruediger Pluem, Mark Montague <markmont umich.edu>]
b44565f239485673d9486068588a5fb3af008be9sf
b44565f239485673d9486068588a5fb3af008be9sf *) support/rotatelogs: Add -L option to create a link to the current
bf99d597a964add76124fc185892e04733a02969sf log file. PR 48761 [<lyndon orthanc.ca>, Dan Poirier]
bf99d597a964add76124fc185892e04733a02969sf
bf99d597a964add76124fc185892e04733a02969sf *) mod_ldap: Update LDAPTrustedClientCert to consistently be a per-directory
876167dba234e2c7065895c87b77a8c57bdcf754sf setting only, matching most of the documentation and examples.
876167dba234e2c7065895c87b77a8c57bdcf754sf PR 46541 [Paul Reder, Eric Covener]
876167dba234e2c7065895c87b77a8c57bdcf754sf
9d4ce88bcd21b01619a31c53db11a51c2a1e9717sf *) mod_ldap: LDAPTrustedClientCert now accepts CA_DER/CA_BASE64 argument
9d4ce88bcd21b01619a31c53db11a51c2a1e9717sf types previously allowed only in LDAPTrustedGlobalCert. [Eric Covener]
9d4ce88bcd21b01619a31c53db11a51c2a1e9717sf
2792ea4d5c772a6bc19dece2e098b8125bf7184cjim *) mod_negotiation: Preserve query string over multiviews negotiation.
2792ea4d5c772a6bc19dece2e098b8125bf7184cjim This buglet was fixed for type maps in 2.2.6, but the same issue
2792ea4d5c772a6bc19dece2e098b8125bf7184cjim affected multiviews and was overlooked.
2792ea4d5c772a6bc19dece2e098b8125bf7184cjim PR 33112 [Joergen Thomsen <apache jth.net>]
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin *) mod_ldap: Eliminate a potential crash with multiple LDAPTrustedClientCert
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin when some are not password-protected. [Eric Covener]
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin *) Fix startup segfault when the Mutex directive is used but no loaded
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin modules use httpd mutexes. PR 48787. [Jeff Trawick]
b3e63c395d671f14a096d7e888dbfd2caf93a663sf
b3e63c395d671f14a096d7e888dbfd2caf93a663sf *) Proxy: get the headers right in a HEAD request with
b3e63c395d671f14a096d7e888dbfd2caf93a663sf ProxyErrorOverride, by checking for an overridden error
b3e63c395d671f14a096d7e888dbfd2caf93a663sf before not after going into a catch-all code path.
6f88aef8511bf8ccf170bec41b82b6346c8b1ac7sf PR 41646. [Nick Kew, Stuart Children]
6f88aef8511bf8ccf170bec41b82b6346c8b1ac7sf
6f88aef8511bf8ccf170bec41b82b6346c8b1ac7sf *) support/rotatelogs: Support the simplest log rotation case, log
83c89da783ba8bdaef50ec1912443f7fad3556acjim truncation. Useful when the log is being processed in real time
83c89da783ba8bdaef50ec1912443f7fad3556acjim using a command like tail. [Graham Leggett]
83c89da783ba8bdaef50ec1912443f7fad3556acjim
5152ceef718c8d39291557205cb2a98f436ce87frjung *) support/htcacheclean: Teach it how to write a pid file (modelled on
5152ceef718c8d39291557205cb2a98f436ce87frjung httpd's writing of a pid file) so that it becomes possible to run
4acb0cd5536553055c7c6996414cec00b0191e1djim more than one instance of htcacheclean on the same machine.
9c67ffea79ab184351b5d554b57814e13285e758jim [Graham Leggett]
9c67ffea79ab184351b5d554b57814e13285e758jim
3eb3f27d2d93942bd4230c231aab4eb16a316384jim *) Log command line on startup, so there's a record of command line
3eb3f27d2d93942bd4230c231aab4eb16a316384jim arguments like -f. PR 48752. [Dan Poirier]
3eb3f27d2d93942bd4230c231aab4eb16a316384jim
0a2424312d9f02479a38e96dcbb170a77c218852rjung *) Introduce mod_reflector, a handler capable of reflecting POSTed
0a2424312d9f02479a38e96dcbb170a77c218852rjung request bodies back within the response through the output filter
6137a8d5cdc62f1d4dad8cbf720feaa35f42a596covener stack. Can be used to turn an output filter into a web service.
6137a8d5cdc62f1d4dad8cbf720feaa35f42a596covener [Graham Leggett]
6137a8d5cdc62f1d4dad8cbf720feaa35f42a596covener
80a98c87d804ac7c0ea52d3f3b4676e559b49087igalic *) mod_proxy_http: Make sure that when an ErrorDocument is served
80a98c87d804ac7c0ea52d3f3b4676e559b49087igalic from a reverse proxied URL, that the subrequest respects the status
80a98c87d804ac7c0ea52d3f3b4676e559b49087igalic of the original request. This brings the behaviour of proxy_handler
925a6d92173ab96cdb0a8976c7aac13ef809e218trawick in line with default_handler. PR 47106. [Graham Leggett]
925a6d92173ab96cdb0a8976c7aac13ef809e218trawick
925a6d92173ab96cdb0a8976c7aac13ef809e218trawick *) Support wildcards in both the directory and file components of
925a6d92173ab96cdb0a8976c7aac13ef809e218trawick the path specified by the Include directive. [Graham Leggett]
e19d3a1e487aa73e0850658d3773f748aefba7f7sf
e19d3a1e487aa73e0850658d3773f748aefba7f7sf *) mod_proxy, mod_proxy_http: Support remote https proxies
e19d3a1e487aa73e0850658d3773f748aefba7f7sf by using HTTP CONNECT. PR 19188.
e19d3a1e487aa73e0850658d3773f748aefba7f7sf [Philippe Dutrueux <lilas evidian.com>, Rainer Jung]
e19d3a1e487aa73e0850658d3773f748aefba7f7sf
b8e5134b5779bf5505a9e5241cf8c930cc4aac5esf *) apxs: Fix -A and -a options to ignore whitespace in httpd.conf
b8e5134b5779bf5505a9e5241cf8c930cc4aac5esf [Philip M. Gollucci]
b8e5134b5779bf5505a9e5241cf8c930cc4aac5esf
b8e5134b5779bf5505a9e5241cf8c930cc4aac5esf *) worker: Don't report server has reached MaxClients until it has.
b1677ce80314e41b74bdd8d50c13ac159f3c09f4sf Add message when server gets within MinSpareThreads of MaxClients.
b1677ce80314e41b74bdd8d50c13ac159f3c09f4sf PR 46996. [Dan Poirier]
b1677ce80314e41b74bdd8d50c13ac159f3c09f4sf
c447f5d2f2a21e8f2df49a113c4637b7f59a6feftrawick *) mod_session: Session expiry was being initialised, but not updated
c447f5d2f2a21e8f2df49a113c4637b7f59a6feftrawick on each session save, resulting in timed out sessions when there
31eeb74b832eea054c7a42081c1afdeccd987e5etrawick should not have been. Fixed. [Graham Leggett]
31eeb74b832eea054c7a42081c1afdeccd987e5etrawick
31eeb74b832eea054c7a42081c1afdeccd987e5etrawick *) mod_log_config: Add the R option to log the handler used within the
e9bf808f770605c1f54a9d0fb1c560115c91fd71sf request. [Christian Folini <christian.folini netnea com>]
e9bf808f770605c1f54a9d0fb1c560115c91fd71sf
e9bf808f770605c1f54a9d0fb1c560115c91fd71sf *) mod_include: Allow fine control over the removal of Last-Modified and
575cc52562c51c0c8bb8de0c6eaa55a60f7f895bsf ETag headers within the INCLUDES filter, making it possible to cache
575cc52562c51c0c8bb8de0c6eaa55a60f7f895bsf responses if desired. Fix the default value of the SSIAccessEnable
575cc52562c51c0c8bb8de0c6eaa55a60f7f895bsf directive. [Graham Leggett]
490993ea2eda52d4fdacff247eb2657296c86f71trawick
490993ea2eda52d4fdacff247eb2657296c86f71trawick *) Add new UnDefine directive to undefine a variable. PR 35350.
03502de2853fcebaf853ed3bcfd5033894c238bbjim [Stefan Fritsch]
03502de2853fcebaf853ed3bcfd5033894c238bbjim
03502de2853fcebaf853ed3bcfd5033894c238bbjim *) Make ap_pregsub(), used by AliasMatch and friends, use the same syntax
03502de2853fcebaf853ed3bcfd5033894c238bbjim for regex backreferences as mod_rewrite and mod_include: Remove the use
afee7998d5045107a7673f09bc3448a5dc1b6612jim of '&' as an alias for '$0' and allow to escape any character with a
afee7998d5045107a7673f09bc3448a5dc1b6612jim backslash. PR 48351. [Stefan Fritsch]
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf *) mod_authnz_ldap: If AuthLDAPCharsetConfig is set, also convert the
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf password to UTF-8. PR 45318.
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf [Johannes Müller <joh_m gmx.de>, Stefan Fritsch]
b38e1e2f118f67818f88faee827f4b3a2881e908sf
3d636d91428f2c0a74012c89a94ec7d5b40aa52esf *) ab: Fix calculation of requests per second in HTML output. PR 48594.
b38e1e2f118f67818f88faee827f4b3a2881e908sf [Stefan Fritsch]
33e53d7c6aa5d004d96ea11d7f3ca35b30e82544trawick
33e53d7c6aa5d004d96ea11d7f3ca35b30e82544trawick *) mod_authnz_ldap: Failures to map a username to a DN, or to check a user
20e0c71be778348516719e1e58a9f55c8e78c570trawick password now result in an informational level log entry instead of
027f7b141f164258b254c38319d06452b25d7660trawick warning level. [Eric Covener]
027f7b141f164258b254c38319d06452b25d7660trawick
977c4527be5a21182f24fc22a40a79d576a52f86trawickChanges with Apache 2.3.5
977c4527be5a21182f24fc22a40a79d576a52f86trawick
977c4527be5a21182f24fc22a40a79d576a52f86trawick *) SECURITY: CVE-2010-0434 (cve.mitre.org)
7fef9f66804ea10d5bf343cdd3d607465e8340cajim Ensure each subrequest has a shallow copy of headers_in so that the
7fef9f66804ea10d5bf343cdd3d607465e8340cajim parent request headers are not corrupted. Eliminates a problematic
7fef9f66804ea10d5bf343cdd3d607465e8340cajim optimization in the case of no request body. PR 48359
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier [Jake Scott, William Rowe, Ruediger Pluem]
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier *) Turn static function get_server_name_for_url() into public
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier ap_get_server_name_for_url() and use it where appropriate. This
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier fixes mod_rewrite generating invalid URLs for redirects to IPv6
7bd92b29516bc4bf7351d35aa447dbe68f1e8bb4jorton literal addresses. [Stefan Fritsch]
7bd92b29516bc4bf7351d35aa447dbe68f1e8bb4jorton
7bd92b29516bc4bf7351d35aa447dbe68f1e8bb4jorton *) mod_ldap: Introduce new config option LDAPTimeout to set the timeout
a81c0c1ae464b2063a21b45f80c9da8d89bb840ecovener for LDAP operations like bind and search. [Stefan Fritsch]
a81c0c1ae464b2063a21b45f80c9da8d89bb840ecovener
a81c0c1ae464b2063a21b45f80c9da8d89bb840ecovener *) mod_proxy, mod_proxy_ftp: Move ProxyFtpDirCharset from mod_proxy to
ffae06377667a5d8f9699ac7512134de7000a83dminfrin mod_proxy_ftp. [Takashi Sato]
ffae06377667a5d8f9699ac7512134de7000a83dminfrin
ffae06377667a5d8f9699ac7512134de7000a83dminfrin *) mod_proxy, mod_proxy_connect: Move AllowCONNECT from mod_proxy to
ffae06377667a5d8f9699ac7512134de7000a83dminfrin mod_proxy_connect. [Takashi Sato]
efc81fe729a2b7401028387da184b4a98f0b854atrawick
efc81fe729a2b7401028387da184b4a98f0b854atrawick *) mod_cache: Do an exact match of the keys defined by
efc81fe729a2b7401028387da184b4a98f0b854atrawick CacheIgnoreURLSessionIdentifiers against the querystring instead of
efc81fe729a2b7401028387da184b4a98f0b854atrawick a partial match. PR 48401.
9c67ffea79ab184351b5d554b57814e13285e758jim [Dodou Wang <wangdong.08 gmail.com>, Ruediger Pluem]
8f066564bfc0fd6ddc6ca4b2f2410615554597d1jim
8f066564bfc0fd6ddc6ca4b2f2410615554597d1jim *) mod_proxy_balancer: Fix crash in balancer-manager. [Rainer Jung]
d56f48e6d861159b42b8f6eadd66e9e03086ceb9fuankg
cfd376e3e25eb609c30773a0897c97b2a9a76130fuankg *) Core HTTP: disable keepalive when the Client has sent
cfd376e3e25eb609c30773a0897c97b2a9a76130fuankg Expect: 100-continue
cfd376e3e25eb609c30773a0897c97b2a9a76130fuankg but we respond directly with a non-100 response.
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim Keepalive here led to data from clients continuing being treated as
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim a new request.
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim PR 47087 [Nick Kew]
29ecbd9db1622e74964264d078336f7604d65093jim
29ecbd9db1622e74964264d078336f7604d65093jim *) Core: reject NULLs in request line or request headers.
29ecbd9db1622e74964264d078336f7604d65093jim PR 43039 [Nick Kew]
a503caacf7ab36d5bc42cb7c78256e1221642656jim
a503caacf7ab36d5bc42cb7c78256e1221642656jim *) Core: (re)-introduce -T commandline option to suppress documentroot
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin check at startup.
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin PR 41887 [Jan van den Berg <janvdberg gmail.com>]
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin *) mod_autoindex: support XHTML as equivalent to HTML in IndexOptions,
59d316b83d42d2a07e25c20d8c35a07b369618bdsf ScanHTMLTitles, ReadmeName, HeaderName
59d316b83d42d2a07e25c20d8c35a07b369618bdsf PR 48416 [Dmitry Bakshaev <dab18 izhnet.ru>, Nick Kew]
59d316b83d42d2a07e25c20d8c35a07b369618bdsf
59d316b83d42d2a07e25c20d8c35a07b369618bdsf *) Proxy: Fix ProxyPassReverse with relative URL
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf Derived (slightly erroneously) from PR 38864 [Nick Kew]
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf *) mod_headers: align Header Edit with Header Set when used on Content-Type
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf PR 48422 [Cyril Bonté <cyril.bonte free.fr>, Nick Kew>]
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim *) mod_headers: Enable multi-match-and-replace edit option
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim PR 47066 [Nick Kew]
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim *) mod_filter: enable it to act on non-200 responses.
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim PR 48377 [Nick Kew]
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim
3e2582713ed6883683272fbc628a27419d0ed543minfrinChanges with Apache 2.3.4
3e2582713ed6883683272fbc628a27419d0ed543minfrin
3e2582713ed6883683272fbc628a27419d0ed543minfrin *) Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,
3e2582713ed6883683272fbc628a27419d0ed543minfrin and WatchdogMutexPath with a single Mutex directive. Add APIs to
2c132b1e3610da2fb9e6b3594a313efa3ff29e22minfrin simplify setup and user customization of APR proc and global mutexes.
2c132b1e3610da2fb9e6b3594a313efa3ff29e22minfrin (See util_mutex.h.) Build-time setting DEFAULT_LOCKFILE is no longer
2c132b1e3610da2fb9e6b3594a313efa3ff29e22minfrin respected; set DEFAULT_REL_RUNTIMEDIR instead. [Jeff Trawick]
a46801e6532423aa7bd184471eb49158d7c9ae62sf
a46801e6532423aa7bd184471eb49158d7c9ae62sf *) http_core: KeepAlive no longer accepts other than On|Off.
a46801e6532423aa7bd184471eb49158d7c9ae62sf [Takashi Sato]
808a26d70f28498b9d7252a70d9fb23def781901minfrin
808a26d70f28498b9d7252a70d9fb23def781901minfrin *) mod_dav: Remove errno from dav_error interface. Calls to dav_new_error()
ef12246b88300687bf1faaf56d115dd8d8d82761jorton and dav_new_error_tag() must be adjusted to add an apr_status_t parameter.
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin [Jeff Trawick]
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin *) mod_authnz_ldap: Add AuthLDAPBindAuthoritative to allow Authentication to
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin try other providers in the case of an LDAP bind failure.
7d59a9f282af9dce031b61062a0d941641101237rpluem PR 46608 [Justin Erenkrantz, Joe Schaefer, Tony Stevenson]
7d59a9f282af9dce031b61062a0d941641101237rpluem
7d59a9f282af9dce031b61062a0d941641101237rpluem *) Build: fix --with-module to work as documented
e63e8b4b886d2144fed7946d0fbe8d27386be2dcjorton PR 43881 [Gez Saunders <gez.saunders virgin.net>]
e63e8b4b886d2144fed7946d0fbe8d27386be2dcjorton
e63e8b4b886d2144fed7946d0fbe8d27386be2dcjortonChanges with Apache 2.3.3
223c64b836fbc2bc8611da9604379dfe13f56abasf
223c64b836fbc2bc8611da9604379dfe13f56abasf *) SECURITY: CVE-2009-3095 (cve.mitre.org)
223c64b836fbc2bc8611da9604379dfe13f56abasf mod_proxy_ftp: sanity check authn credentials.
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf [Stefan Fritsch <sf fritsch.de>, Joe Orton]
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf *) SECURITY: CVE-2009-3094 (cve.mitre.org)
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf mod_proxy_ftp: NULL pointer dereference on error paths.
93cf7fc650197b941ae31a7c7e51e901b129e954igalic [Stefan Fritsch <sf fritsch.de>, Joe Orton]
93cf7fc650197b941ae31a7c7e51e901b129e954igalic *) mod_ssl: enable support for ECC keys and ECDH ciphers. Tested against
93cf7fc650197b941ae31a7c7e51e901b129e954igalic OpenSSL 1.0.0b3. [Vipul Gupta <vipul.gupta sun.com>, Sander Temme]
a1b1c78faf7969affb320f5c8eb270ffa21314c4rjung
a1b1c78faf7969affb320f5c8eb270ffa21314c4rjung *) mod_dav: Include uri when logging a PUT error due to connection abort.
a1b1c78faf7969affb320f5c8eb270ffa21314c4rjung PR 38149. [Stefan Fritsch]
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton *) mod_dav: Return 409 instead of 500 for a LOCK request if the parent
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton resource does not exist or is not a collection. PR 43465. [Stefan Fritsch]
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton *) mod_dav_fs: Return 409 instead of 500 for Litmus test case copy_nodestcoll
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton (a COPY request where the parent of the destination resource does not
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton exist). PR 39299. [Stefan Fritsch]
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf *) mod_dav_fs: Don't delete the whole file if a PUT with content-range failed.
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf PR 42896. [Stefan Fritsch]
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf *) mod_dav_fs: Make PUT create files atomically and no longer destroy the
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf old file if the transfer aborted. PR 39815. [Paul Querna, Stefan Fritsch]
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim *) mod_dav_fs: Remove inode keyed locking as this conflicts with atomically
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim creating files. On systems with inode numbers, this is a format change of
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim the DavLockDB. The old DavLockDB must be deleted on upgrade.
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim [Stefan Fritsch]
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim
397df70abe0bdd78a84fb6c38c02641bcfeadceasf *) mod_log_config: Make ${cookie}C correctly match whole cookie names
397df70abe0bdd78a84fb6c38c02641bcfeadceasf instead of substrings. PR 28037. [Dan Franklin <dan dan-franklin.com>,
397df70abe0bdd78a84fb6c38c02641bcfeadceasf Stefan Fritsch]
9b5fe1d4ec48643fb819bbce9dc80f93f444fb48sf
9b5fe1d4ec48643fb819bbce9dc80f93f444fb48sf *) vhost: A purely-numeric Host: header should not be treated as a port.
9b5fe1d4ec48643fb819bbce9dc80f93f444fb48sf PR 44979 [Nick Kew]
dd9f60fdfeb73f829fe0b260b7975b4b22be0838sf
dd9f60fdfeb73f829fe0b260b7975b4b22be0838sf *) mod_ldap: Avoid 500 errors with "Unable to set LDAP_OPT_REFHOPLIMIT option to 5"
dd9f60fdfeb73f829fe0b260b7975b4b22be0838sf when built against openldap by using SDK LDAP_OPT_REFHOPLIMIT defaults unless
135e1d6a301398168e3b2e5125508828591e1673niq LDAPReferralHopLimit is explicitly configured.
135e1d6a301398168e3b2e5125508828591e1673niq [Eric Covener]
135e1d6a301398168e3b2e5125508828591e1673niq
135e1d6a301398168e3b2e5125508828591e1673niq *) mod_charset_lite: Honor 'CharsetOptions NoImplicitAdd'.
135e1d6a301398168e3b2e5125508828591e1673niq [Eric Covener]
135e1d6a301398168e3b2e5125508828591e1673niq
135e1d6a301398168e3b2e5125508828591e1673niq *) mod_ssl: Add support for OCSP Stapling. PR 43822.
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin [Dr Stephen Henson <shenson oss-institute.org>]
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin *) mod_socache_shmcb: Allow parens in file name if cache size is given.
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin Fixes SSLSessionCache directive mis-parsing parens in pathname.
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin PR 47945. [Stefan Fritsch]
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin *) htpasswd: Improve out of disk space handling. PR 30877. [Stefan Fritsch]
1b1621900bd89ddc496d721c865a726f635ebd7esf
1b1621900bd89ddc496d721c865a726f635ebd7esf *) htpasswd: Use MD5 hash by default on all platforms. [Stefan Fritsch]
1b1621900bd89ddc496d721c865a726f635ebd7esf
1b1621900bd89ddc496d721c865a726f635ebd7esf *) mod_sed: Reduce memory consumption when processing very long lines.
1b1621900bd89ddc496d721c865a726f635ebd7esf PR 48024 [Basant Kumar Kukreja <basant.kukreja sun.com>]
4203a35c28d7c60adb7e9ef3be87aad34951c79asf
4203a35c28d7c60adb7e9ef3be87aad34951c79asf *) ab: Fix segfault in case the argument for -n is a very large number.
4203a35c28d7c60adb7e9ef3be87aad34951c79asf PR 47178. [Philipp Hagemeister <oss phihag.de>]
c094add0a23fe1120fd33711ba2e2d084f5629a1sf
c094add0a23fe1120fd33711ba2e2d084f5629a1sf *) Allow ProxyPreserveHost to work in <Proxy> sections. PR 34901.
c094add0a23fe1120fd33711ba2e2d084f5629a1sf [Stefan Fritsch]
12b26f433fd7d6fc9f76413d7c2cabf4fa5cb300sf
12b26f433fd7d6fc9f76413d7c2cabf4fa5cb300sf *) configure: Fix THREADED_MPMS so that mod_cgid is enabled again
12b26f433fd7d6fc9f76413d7c2cabf4fa5cb300sf for worker MPM. [Takashi Sato]
26f56d4a3c12077d605362e97490e34522fa4814covener
26f56d4a3c12077d605362e97490e34522fa4814covener *) mod_dav: Provide a mechanism to obtain the request_rec and pathname
26f56d4a3c12077d605362e97490e34522fa4814covener from the dav_resource. [Jari Urpalainen <jari.urpalainen nokia.com>,
2cef7e294acb5d8b8b5dcb21a55438da0b73f63figalic Brian France <brian brianfrance.com>]
2cef7e294acb5d8b8b5dcb21a55438da0b73f63figalic
2cef7e294acb5d8b8b5dcb21a55438da0b73f63figalic *) Build: Use install instead of cp if available on installing
2d2de64c25c1519122a76150a7daf2c05f53fd9asf modules to avoid segmentation fault. PR 47951. [hirose31 gmail.com]
2d2de64c25c1519122a76150a7daf2c05f53fd9asf
2d2de64c25c1519122a76150a7daf2c05f53fd9asf *) mod_cache: correctly consider s-maxage in cacheability
2d2de64c25c1519122a76150a7daf2c05f53fd9asf decisions. [Dan Poirier]
27c5ebb7d411a214f5b6b55a881086ce086d3dd3covener
27c5ebb7d411a214f5b6b55a881086ce086d3dd3covener *) mod_logio/core: Report more accurate byte counts in mod_status if
27c5ebb7d411a214f5b6b55a881086ce086d3dd3covener mod_logio is loaded. PR 25656. [Stefan Fritsch]
27c5ebb7d411a214f5b6b55a881086ce086d3dd3covener
7697b1b7376a532163c621e050b70c90dcb15d66covener *) mod_ldap: If LDAPSharedCacheSize is too small, try harder to purge
7697b1b7376a532163c621e050b70c90dcb15d66covener some cache entries and log a warning. Also increase the default
7697b1b7376a532163c621e050b70c90dcb15d66covener LDAPSharedCacheSize to 500000. This is a more realistic size suitable
7697b1b7376a532163c621e050b70c90dcb15d66covener for the default values of 1024 for LdapCacheEntries/LdapOpCacheEntries.
7697b1b7376a532163c621e050b70c90dcb15d66covener PR 46749. [Stefan Fritsch]
9e0536cd66a389bdaa758a825b8bbd8fea665a3eigalic
9e0536cd66a389bdaa758a825b8bbd8fea665a3eigalic *) mod_rewrite: Make sure that a hostname:port isn't fully qualified if
9e0536cd66a389bdaa758a825b8bbd8fea665a3eigalic the request is a CONNECT request. [Bill Zajac <billz consultla.com>]
862bbb262644e8aefae1bf352552b01908ecae0eminfrin
862bbb262644e8aefae1bf352552b01908ecae0eminfrin *) mod_cache: Teach CacheEnable and CacheDisable to work from within a
862bbb262644e8aefae1bf352552b01908ecae0eminfrin Location section, in line with how ProxyPass works. [Graham Leggett]
dd3b88790af9d18429c732ca7bc83ec4ef43d3ffrpluem
dd3b88790af9d18429c732ca7bc83ec4ef43d3ffrpluem *) mod_reqtimeout: New module to set timeouts and minimum data rates for
dd3b88790af9d18429c732ca7bc83ec4ef43d3ffrpluem receiving requests from the client. [Stefan Fritsch]
5bbabc874e3fcfbea08c199f7a79ee05b4817a70sf
5bbabc874e3fcfbea08c199f7a79ee05b4817a70sf *) core: Fix potential memory leaks by making sure to not destroy
5bbabc874e3fcfbea08c199f7a79ee05b4817a70sf bucket brigades that have been created by earlier filters.
8f066564bfc0fd6ddc6ca4b2f2410615554597d1jim [Stefan Fritsch]
aec9747aa70c1dce98e536e8eef5a6a0ab0f1d6cjim
aec9747aa70c1dce98e536e8eef5a6a0ab0f1d6cjim *) core, mod_deflate, mod_sed: Reduce memory usage by reusing bucket
7b7e8ba34e262064914ceedacd5f7d9201b6575ccovener brigades in several places. [Stefan Fritsch]
7b7e8ba34e262064914ceedacd5f7d9201b6575ccovener
7b7e8ba34e262064914ceedacd5f7d9201b6575ccovener *) mod_cache: Fix uri_meets_conditions() so that CacheEnable will
220bc4233b21982d7c51842a1774db0ba6172ca4covener match by scheme, or by a wildcarded hostname. PR 40169
220bc4233b21982d7c51842a1774db0ba6172ca4covener [Peter Grandi <pg_asf asf.for.sabi.co.uk>, Graham Leggett]
220bc4233b21982d7c51842a1774db0ba6172ca4covener
220bc4233b21982d7c51842a1774db0ba6172ca4covener *) suxec: Allow to log an error if exec fails by setting FD_CLOEXEC
6f2fbf354b34981f398cf0313aa44702ea2a7066covener on the log file instead of closing it. PR 10744. [Nicolas Rachinsky]
6f2fbf354b34981f398cf0313aa44702ea2a7066covener
6f2fbf354b34981f398cf0313aa44702ea2a7066covener *) mod_mime: Make RemoveType override the info from TypesConfig.
6f2fbf354b34981f398cf0313aa44702ea2a7066covener PR 38330. [Stefan Fritsch]
9e7c7a8fa19c33d1e90f8f7ffab69beacbe72566covener
9e7c7a8fa19c33d1e90f8f7ffab69beacbe72566covener *) mod_cache: Introduce the option to run the cache from within the
9e7c7a8fa19c33d1e90f8f7ffab69beacbe72566covener normal request handler, and to allow fine grained control over
9e7c7a8fa19c33d1e90f8f7ffab69beacbe72566covener where in the filter chain content is cached. [Graham Leggett]
a961006b347d6527ccaeab9cf019a4e68d26bfb0covener
a961006b347d6527ccaeab9cf019a4e68d26bfb0covener *) core: Treat timeout reading request as 408 error, not 400.
a961006b347d6527ccaeab9cf019a4e68d26bfb0covener Log 408 errors in access log as was done in Apache 1.3.x.
e3f43882b4f7ac7d1aa679be4b319cca04fd22eecovener PR 39785 [Nobutaka Mantani <nobutaka nobutaka.org>,
e3f43882b4f7ac7d1aa679be4b319cca04fd22eecovener Stefan Fritsch <sf fritsch.de>, Dan Poirier]
e3f43882b4f7ac7d1aa679be4b319cca04fd22eecovener
e3f43882b4f7ac7d1aa679be4b319cca04fd22eecovener *) mod_ssl: Reintroduce SSL_CLIENT_S_DN, SSL_CLIENT_I_DN, SSL_SERVER_S_DN,
8dea7832dea3789fe0b90c434c284bcaad96d40fcovener SSL_SERVER_I_DN back to the environment variables to be set by mod_ssl.
8dea7832dea3789fe0b90c434c284bcaad96d40fcovener [Peter Sylvester <peter.sylvester edelweb.fr>]
999661242470e4dc0258982d5f183efc2d157ae7covener
0bfcc4d046f6735af2f15981fb53e4c0680b4731covener *) mod_disk_cache: don't cache incomplete responses, per RFC 2616, 13.8.
b761a57b4e63006c287823270876ab40d3212160covener PR15866. [Dan Poirier]
b761a57b4e63006c287823270876ab40d3212160covener
b761a57b4e63006c287823270876ab40d3212160covener *) ab: ab segfaults in verbose mode on https sites
b761a57b4e63006c287823270876ab40d3212160covener PR46393. [Ryan Niebur]
5d92fff82718cd018f0b61a10b9ad4d2b8064c95rpluem
5d92fff82718cd018f0b61a10b9ad4d2b8064c95rpluem *) mod_dav: Allow other modules to become providers and add resource types
5d92fff82718cd018f0b61a10b9ad4d2b8064c95rpluem to the DAV response. [Jari Urpalainen <jari.urpalainen nokia.com>,
5d92fff82718cd018f0b61a10b9ad4d2b8064c95rpluem Brian France <brian brianfrance.com>]
01195d035ccef88e72009e9607157d5eddcb6b7drjung
01195d035ccef88e72009e9607157d5eddcb6b7drjung *) mod_dav: Allow other modules to add things to the DAV or Allow headers
aec9747aa70c1dce98e536e8eef5a6a0ab0f1d6cjim of an OPTIONS request. [Jari Urpalainen <jari.urpalainen nokia.com>,
84fbf855118f318dd5e511d8e5b902cecc1177c0jim Brian France <brian brianfrance.com>]
84fbf855118f318dd5e511d8e5b902cecc1177c0jim
0ed19acadd3d3dd593759173d87d2243e97914e2sf *) core: Lower memory usage of core output filter.
0ed19acadd3d3dd593759173d87d2243e97914e2sf [Stefan Fritsch <sf sfritsch.de>]
0ed19acadd3d3dd593759173d87d2243e97914e2sf
0ed19acadd3d3dd593759173d87d2243e97914e2sf *) mod_mime: Detect invalid use of MultiviewsMatch inside Location and
041b426f9b15072b59a32f132e6d04173ab3df68covener LocationMatch sections. PR47754. [Dan Poirier]
041b426f9b15072b59a32f132e6d04173ab3df68covener
041b426f9b15072b59a32f132e6d04173ab3df68covener *) mod_request: Make sure the KeptBodySize directive rejects values
cb838cc4d5fd559efd6c0579a0fcb8f6e5a7af22minfrin that aren't valid numbers. [Graham Leggett]
cb838cc4d5fd559efd6c0579a0fcb8f6e5a7af22minfrin
cb838cc4d5fd559efd6c0579a0fcb8f6e5a7af22minfrin *) mod_session_crypto: Sanity check should the potentially encrypted
cb838cc4d5fd559efd6c0579a0fcb8f6e5a7af22minfrin session cookie be too short. [Graham Leggett]
15ff8c621815e8337abc10638f2b2853ee6fd076minfrin
15ff8c621815e8337abc10638f2b2853ee6fd076minfrin *) mod_session.c: Prevent a segfault when session is added but not
15ff8c621815e8337abc10638f2b2853ee6fd076minfrin configured. [Graham Leggett]
21ccb6cd9272c9066a8f5bb3e7785f46115289desf
21ccb6cd9272c9066a8f5bb3e7785f46115289desf *) htcacheclean: 19 ways to fail, 1 error message. Fixed. [Graham Leggett]
21ccb6cd9272c9066a8f5bb3e7785f46115289desf
b0ac1e83f8582a9b5a72bff798ffb31a419c8adesf *) mod_auth_digest: Fail server start when nonce count checking
b0ac1e83f8582a9b5a72bff798ffb31a419c8adesf is configured without shared memory, or md5-sess algorithm is
b0ac1e83f8582a9b5a72bff798ffb31a419c8adesf configured. [Dan Poirier]
b682e60dd82772dba52ba77138e494f15c00a551trawick
b682e60dd82772dba52ba77138e494f15c00a551trawick *) mod_proxy_connect: The connect method doesn't work if the client is
b682e60dd82772dba52ba77138e494f15c00a551trawick connecting to the apache proxy through an ssl socket. Fixed.
b682e60dd82772dba52ba77138e494f15c00a551trawick PR29744. [Brad Boyer, Mark Cave-Ayland, Julian Gilbey, Fabrice Durand,
b682e60dd82772dba52ba77138e494f15c00a551trawick David Gence, Tim Dodge, Per Gunnar Hans, Emmanuel Elango,
b682e60dd82772dba52ba77138e494f15c00a551trawick Kevin Croft, Rudolf Cardinal]
79c754eb51681c3389cd966753e902c429f78939trawick
79c754eb51681c3389cd966753e902c429f78939trawick *) mod_ssl: The error message when SSLCertificateFile is missing should
79c754eb51681c3389cd966753e902c429f78939trawick at least give the name or position of the problematic virtual host
8651de219ec5f595af20afdc9da41ce72aaa50d5minfrin definition. [Stefan Fritsch sf sfritsch.de]
8651de219ec5f595af20afdc9da41ce72aaa50d5minfrin
8651de219ec5f595af20afdc9da41ce72aaa50d5minfrin *) mod_auth_digest: Fix null pointer when qop=none. [Dan Poirier]
8651de219ec5f595af20afdc9da41ce72aaa50d5minfrin
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf *) Add support for HTTP PUT to ab. [Jeff Barnes <jbarnesweb yahoo.com>]
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf *) mod_headers: generalise the envclause to support expression
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf evaluation with ap_expr parser [Nick Kew]
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf *) mod_cache: Introduce the thundering herd lock, a mechanism to keep
d5612bd28e194390b2c74fcf712d564b0e002684sf the flood of requests at bay that strike a backend webserver as
d5612bd28e194390b2c74fcf712d564b0e002684sf a cached entity goes stale. [Graham Leggett]
d5612bd28e194390b2c74fcf712d564b0e002684sf
4ea161d94782fa56f4b36d496f35ff8577c43065covener *) mod_auth_digest: Fix usage of shared memory and re-enable it.
4ea161d94782fa56f4b36d496f35ff8577c43065covener PR 16057 [Dan Poirier]
4ea161d94782fa56f4b36d496f35ff8577c43065covener
b588214d6e6fe09abe709e83e894921fbc7e25c8covener *) Preserve Port information over internal redirects
b588214d6e6fe09abe709e83e894921fbc7e25c8covener PR 35999 [Jonas Ringh <jonas.ringh cixit.se>]
b588214d6e6fe09abe709e83e894921fbc7e25c8covener
c64fc4e9830bb1ffdc3491aef5ed3be5b90c466bcovener *) Proxy: unable to connect to a backend is SERVICE_UNAVAILABLE,
c64fc4e9830bb1ffdc3491aef5ed3be5b90c466bcovener rather than BAD_GATEWAY or (especially) NOT_FOUND.
c64fc4e9830bb1ffdc3491aef5ed3be5b90c466bcovener PR 46971 [evanc nortel.com]
c64fc4e9830bb1ffdc3491aef5ed3be5b90c466bcovener
ae5efbbf49a7ca6d233209a4d011550989e22556covener *) Various modules: Do better checking of pollset operations in order to
ae5efbbf49a7ca6d233209a4d011550989e22556covener avoid segmentation faults if they fail. PR 46467
ae5efbbf49a7ca6d233209a4d011550989e22556covener [Stefan Fritsch <sf sfritsch.de>]
8c2bb916633b1eb3dccf91c776363bbc3a6145decovener
8c2bb916633b1eb3dccf91c776363bbc3a6145decovener *) mod_autoindex: Correctly create an empty cell if the description
8c2bb916633b1eb3dccf91c776363bbc3a6145decovener for a file is missing. PR 47682 [Peter Poeml <poeml suse.de>]
8c2bb916633b1eb3dccf91c776363bbc3a6145decovener
503bec4c591d28ac6cec7182294cdef2ec6a9829covener *) ab: Fix broken error messages after resolver or connect() failures.
503bec4c591d28ac6cec7182294cdef2ec6a9829covener [Jeff Trawick]
503bec4c591d28ac6cec7182294cdef2ec6a9829covener
503bec4c591d28ac6cec7182294cdef2ec6a9829covener *) SECURITY: CVE-2009-1890 (cve.mitre.org)
c00149c3cb27e0381362d07ccf2143574b4f600dsf Fix a potential Denial-of-Service attack against mod_proxy in a
c00149c3cb27e0381362d07ccf2143574b4f600dsf reverse proxy configuration, where a remote attacker can force a
c00149c3cb27e0381362d07ccf2143574b4f600dsf proxy process to consume CPU time indefinitely. [Nick Kew, Joe Orton]
766b0a4793197ccef3dfa202d1fee1e1f929ffa7sf
766b0a4793197ccef3dfa202d1fee1e1f929ffa7sf *) SECURITY: CVE-2009-1191 (cve.mitre.org)
766b0a4793197ccef3dfa202d1fee1e1f929ffa7sf mod_proxy_ajp: Avoid delivering content from a previous request which
97b692bfc8673c8858f03498f81a993ac0c04c01sf failed to send a request body. PR 46949 [Ruediger Pluem]
97b692bfc8673c8858f03498f81a993ac0c04c01sf
97b692bfc8673c8858f03498f81a993ac0c04c01sf *) htdbm: Fix possible buffer overflow if dbm database has very
5e6cf205d2b0c848e15c65dab9711805395a5108minfrin long values. PR 30586 [Dan Poirier]
5e6cf205d2b0c848e15c65dab9711805395a5108minfrin
5e6cf205d2b0c848e15c65dab9711805395a5108minfrin *) core: Return APR_EOF if request body is shorter than the length announced
5e6cf205d2b0c848e15c65dab9711805395a5108minfrin by the client. PR 33098 [ Stefan Fritsch <sf sfritsch.de>]
df419be6d7d4b68823efa05722375552af49c2b6minfrin
df419be6d7d4b68823efa05722375552af49c2b6minfrin *) mod_suexec: correctly set suexec_enabled when httpd is run by a
df419be6d7d4b68823efa05722375552af49c2b6minfrin non-root user and may have insufficient permissions.
df419be6d7d4b68823efa05722375552af49c2b6minfrin PR 42175 [Jim Radford <radford blackbean.org>]
c03e31374e50a227cb554a0f1d4a9056ce80d99asf
c03e31374e50a227cb554a0f1d4a9056ce80d99asf *) mod_ssl: Fix SSL_*_DN_UID variables to use the 'userID' attribute
c03e31374e50a227cb554a0f1d4a9056ce80d99asf type. PR 45107. [Michael Ströder <michael stroeder.com>,
40b22d3b20454959fe51fdc89907908d77701078minfrin Peter Sylvester <peter.sylvester edelweb.fr>]
40b22d3b20454959fe51fdc89907908d77701078minfrin
40b22d3b20454959fe51fdc89907908d77701078minfrin *) mod_proxy_http: fix case sensitivity checking transfer encoding
b4a00883f358625923365ca1560c96edec172a52sf PR 47383 [Ryuzo Yamamoto <ryuzo.yamamoto gmail.com>]
b4a00883f358625923365ca1560c96edec172a52sf
b4a00883f358625923365ca1560c96edec172a52sf *) mod_alias: ensure Redirect issues a valid URL.
b4a00883f358625923365ca1560c96edec172a52sf PR 44020 [HÃ¥kon Stordahl <hakon stordahl.org>]
0553e62d75ef12d9a6646bb874be1fbf9e4c1dfbsf
0553e62d75ef12d9a6646bb874be1fbf9e4c1dfbsf *) mod_dir: add FallbackResource directive, to enable admin to specify
0553e62d75ef12d9a6646bb874be1fbf9e4c1dfbsf an action to happen when a URL maps to no file, without resorting
87af9ffc3a42633fe12e11a0ff77bc099ecdca82sf to ErrorDocument or mod_rewrite. PR 47184 [Nick Kew]
f58bb3da705eb7ec926f4883597fc2eb1336a360minfrin
f58bb3da705eb7ec926f4883597fc2eb1336a360minfrin *) mod_cgid: Do not leak the listening Unix socket file descriptor to the
f58bb3da705eb7ec926f4883597fc2eb1336a360minfrin CGI process. PR 47335 [Kornél Pál <kornelpal gmail.com>]
f58bb3da705eb7ec926f4883597fc2eb1336a360minfrin
f58bb3da705eb7ec926f4883597fc2eb1336a360minfrin *) mod_rewrite: Remove locking for writing to the rewritelog.
be192cefa381d5bae6868034687471754cb43175sf PR 46942 [Dan Poirier <poirier pobox.com>]
be192cefa381d5bae6868034687471754cb43175sf
be192cefa381d5bae6868034687471754cb43175sf *) mod_alias: check sanity in Redirect arguments.
be192cefa381d5bae6868034687471754cb43175sf PR 44729 [Sönke Tesch <st kino-fahrplan.de>, Jim Jagielski]
f4a0825e91eec135b5e41c697439e9a13014fa2cminfrin
f4a0825e91eec135b5e41c697439e9a13014fa2cminfrin *) mod_proxy_http: fix Host: header for literal IPv6 addresses.
f4a0825e91eec135b5e41c697439e9a13014fa2cminfrin PR 47177 [Carlos Garcia Braschi <cgbraschi gmail.com>]
f4a0825e91eec135b5e41c697439e9a13014fa2cminfrin
5876f43a746f688a32b7201bced8591ddf19bd43minfrin *) mod_cache: Add CacheIgnoreURLSessionIdentifiers directive to ignore
5876f43a746f688a32b7201bced8591ddf19bd43minfrin defined session identifiers encoded in the URL when caching.
5876f43a746f688a32b7201bced8591ddf19bd43minfrin [Ruediger Pluem]
5876f43a746f688a32b7201bced8591ddf19bd43minfrin
bbba414c5bbf770e505778265bbe7a4a0e4fbdaaniq *) mod_rewrite: Fix the error string returned by RewriteRule.
bbba414c5bbf770e505778265bbe7a4a0e4fbdaaniq RewriteRule returned "RewriteCond: bad flag delimiters" when the 3rd
bbba414c5bbf770e505778265bbe7a4a0e4fbdaaniq argument of RewriteRule was not started with "[" or not ended with "]".
4aef34911af88f96c5b6d9b71a550a5a97bbc0b6minfrin PR 45082 [Vitaly Polonetsky <m_vitaly topixoft.com>]
4aef34911af88f96c5b6d9b71a550a5a97bbc0b6minfrin
4aef34911af88f96c5b6d9b71a550a5a97bbc0b6minfrin *) Windows: Fix usage message.
4aef34911af88f96c5b6d9b71a550a5a97bbc0b6minfrin [Rainer Jung]
4aef34911af88f96c5b6d9b71a550a5a97bbc0b6minfrin
4cefc38158672f5de8119886d9754cf0609a9371minfrin *) apachectl: When passing through arguments to httpd in
4cefc38158672f5de8119886d9754cf0609a9371minfrin non-SysV mode, use the "$@" syntax to preserve arguments.
4cefc38158672f5de8119886d9754cf0609a9371minfrin [Eric Covener]
4cefc38158672f5de8119886d9754cf0609a9371minfrin
4cefc38158672f5de8119886d9754cf0609a9371minfrin *) mod_dbd: add DBDInitSQL directive to enable SQL statements to
11d3c510dca5b5178ad4739ffc1567ef2155bda9minfrin be run when a connection is opened. PR 46827
11d3c510dca5b5178ad4739ffc1567ef2155bda9minfrin [Marko Kevac <mkevac gmail.com>]
11d3c510dca5b5178ad4739ffc1567ef2155bda9minfrin
d974a1624c0bb4f1c2e8b36fcf8ba1f12284ed8dsf *) mod_cgid: Improve handling of long AF_UNIX socket names (ScriptSock).
d974a1624c0bb4f1c2e8b36fcf8ba1f12284ed8dsf PR 47037. [Jeff Trawick]
d974a1624c0bb4f1c2e8b36fcf8ba1f12284ed8dsf
1a8c329935111a5059363efe927d631371b78414minfrin *) mod_proxy_ajp: Check more strictly that the backend follows the AJP
1a8c329935111a5059363efe927d631371b78414minfrin protocol. [Mladen Turk]
fac37c9794a18c24d187f4e0f97a9476c4344118minfrin
fac37c9794a18c24d187f4e0f97a9476c4344118minfrin *) mod_proxy_ajp: Forward remote port information by default.
fac37c9794a18c24d187f4e0f97a9476c4344118minfrin [Rainer Jung]
fc58f0ff708564b67cd578c626b6500d1cd63a51sf
fc58f0ff708564b67cd578c626b6500d1cd63a51sf *) Allow MPMs to be loaded dynamically, as with most other modules. Use
fc58f0ff708564b67cd578c626b6500d1cd63a51sf --enable-mpms-shared={list|"all"} to enable. This required changes to
fc58f0ff708564b67cd578c626b6500d1cd63a51sf the MPM interfaces. Removed: mpm.h, mpm_default.h (as an installed
fc58f0ff708564b67cd578c626b6500d1cd63a51sf header), APACHE_MPM_DIR, MPM_NAME, ap_threads_per_child,
fc58f0ff708564b67cd578c626b6500d1cd63a51sf ap_max_daemons_limit, ap_my_generation, etc. ap_mpm_query() can't be
4e5fe1d203ddf3956a77be3c797c01fd4be8b211sf called until after the register-hooks phase. [Jeff Trawick]
4e5fe1d203ddf3956a77be3c797c01fd4be8b211sf
4e5fe1d203ddf3956a77be3c797c01fd4be8b211sf *) mod_ssl: Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives
dcb4802d9ea9fc4ba89671e8f8faa70c9535b202minfrin to enable stricter checking of remote server certificates.
dcb4802d9ea9fc4ba89671e8f8faa70c9535b202minfrin [Ruediger Pluem]
dcb4802d9ea9fc4ba89671e8f8faa70c9535b202minfrin
dcb4802d9ea9fc4ba89671e8f8faa70c9535b202minfrin *) ab: Fix a 100% CPU loop on platforms where a failed non-blocking connect
dcb4802d9ea9fc4ba89671e8f8faa70c9535b202minfrin returns EINPROGRESS and a subsequent poll() returns only POLLERR.
ce4dc40a4e87991087488f70d96d3447d7557294sf Observed on HP-UX. [Eric Covener]
ce4dc40a4e87991087488f70d96d3447d7557294sf
0119f1301a880cf39c0aad0fa2a77240af964691sf *) Remove broken support for BeOS, TPF, and even older platforms such
ce4dc40a4e87991087488f70d96d3447d7557294sf as A/UX, Next, and Tandem. [Jeff Trawick]
9db0b0ee6ffade769db57b37a06b3f4849b5d367minfrin
9db0b0ee6ffade769db57b37a06b3f4849b5d367minfrin *) mod_proxy_ftp: Add ProxyFtpListOnWildcard directive to allow files with
9db0b0ee6ffade769db57b37a06b3f4849b5d367minfrin globbing characters to be retrieved instead of converted into a
9db0b0ee6ffade769db57b37a06b3f4849b5d367minfrin directory listing. PR 46789 [Dan Poirier <poirier pobox.com>]
033d82412cc4af9d939b7e1645425b9e7f4ebf60minfrin
033d82412cc4af9d939b7e1645425b9e7f4ebf60minfrin *) Provide ap_retained_data_create()/ap_retained_data_get() for preservation
033d82412cc4af9d939b7e1645425b9e7f4ebf60minfrin of module state across unload/load. [Jeff Trawick]
033d82412cc4af9d939b7e1645425b9e7f4ebf60minfrin
033d82412cc4af9d939b7e1645425b9e7f4ebf60minfrin *) mod_substitute: Fix a memory leak. PR 44948
1b390add6886fb1c0acdea82be0ef0920f1158casf [Dan Poirier <poirier pobox.com>]
1b390add6886fb1c0acdea82be0ef0920f1158casf
1b390add6886fb1c0acdea82be0ef0920f1158casfChanges with Apache 2.3.2
5fd471ec540a088d143a223096d35661bf87c15btrawick
5fd471ec540a088d143a223096d35661bf87c15btrawick *) mod_mime_magic: Fix detection of compressed content. [Rainer Jung]
5fd471ec540a088d143a223096d35661bf87c15btrawick
f2472b79d241967fa28f8284470b1c5cafee7b12wrowe *) mod_negotiation: Escape pathes of filenames in 406 responses to avoid
f2472b79d241967fa28f8284470b1c5cafee7b12wrowe HTML injections and HTTP response splitting. PR 46837.
f2472b79d241967fa28f8284470b1c5cafee7b12wrowe [Geoff Keating <geoffk apple.com>]
f2472b79d241967fa28f8284470b1c5cafee7b12wrowe
f2472b79d241967fa28f8284470b1c5cafee7b12wrowe *) mod_ssl: add support for type-safe STACK constructs in OpenSSL
f2472b79d241967fa28f8284470b1c5cafee7b12wrowe development HEAD. PR 45521. [Kaspar Brand, Sander Temme]
c9201c790435060b1322d86949183085ca5f6c0cwrowe
c9201c790435060b1322d86949183085ca5f6c0cwrowe *) ab: Fix maintenance of the pollset to resolve EALREADY errors
c9201c790435060b1322d86949183085ca5f6c0cwrowe with kqueue (BSD/OS X) and excessive CPU with event ports (Solaris).
c9201c790435060b1322d86949183085ca5f6c0cwrowe PR 44584. Use APR_POLLSET_NOCOPY for better performance with some
c9201c790435060b1322d86949183085ca5f6c0cwrowe pollset implementations. [Jeff Trawick]
c9201c790435060b1322d86949183085ca5f6c0cwrowe
38bd9dba7627c6b2f331cd0731c272ee6bd876b1wrowe *) mod_disk_cache: The module now turns off sendfile support if
38bd9dba7627c6b2f331cd0731c272ee6bd876b1wrowe 'EnableSendfile off' is defined globally. [Lars Eilebrecht]
38bd9dba7627c6b2f331cd0731c272ee6bd876b1wrowe
38bd9dba7627c6b2f331cd0731c272ee6bd876b1wrowe *) mod_deflate: Adjust content metadata before bailing out on 304
c1ba97f41a4526d84fb7a1596afe3dd11e065a2cminfrin responses so that the metadata does not differ from 200 response.
c1ba97f41a4526d84fb7a1596afe3dd11e065a2cminfrin [Roy T. Fielding]
c1ba97f41a4526d84fb7a1596afe3dd11e065a2cminfrin
c1ba97f41a4526d84fb7a1596afe3dd11e065a2cminfrin *) mod_deflate: Fix creation of invalid Etag headers. We now make sure
c1ba97f41a4526d84fb7a1596afe3dd11e065a2cminfrin that the Etag value is properly quoted when adding the gzip marker.
97cc46935ec496b83fef9d6feb094d706c895b3bsf PR 39727, 45023. [Lars Eilebrecht, Roy T. Fielding]
4ed33a14c26d78bbe6bd0b9d5091cdb184e348basf
4ed33a14c26d78bbe6bd0b9d5091cdb184e348basf *) Added 20x22 icons for ODF, SVG, and XML documents. PR 37185.
4ed33a14c26d78bbe6bd0b9d5091cdb184e348basf [Peter Harlow]
97cc46935ec496b83fef9d6feb094d706c895b3bsf
72e3829dbd019a63b1091987fc6e7b1c028b089cminfrin *) Disabled DefaultType directive and removed ap_default_type()
72e3829dbd019a63b1091987fc6e7b1c028b089cminfrin from core. We now exclude Content-Type from responses for which
72e3829dbd019a63b1091987fc6e7b1c028b089cminfrin a media type has not been configured via mime.types, AddType,
1081aff66582e2cac722fb3b6f09da4f524b5962minfrin ForceType, or some other mechanism. PR 13986. [Roy T. Fielding]
1081aff66582e2cac722fb3b6f09da4f524b5962minfrin
1081aff66582e2cac722fb3b6f09da4f524b5962minfrin *) mod_rewrite: Add IPV6 variable to RewriteCond
1081aff66582e2cac722fb3b6f09da4f524b5962minfrin [Ryan Phillips <ryan-apache trolocsis.com>]
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin *) core: Enhance KeepAliveTimeout to support a value in milliseconds.
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin PR 46275. [Takashi Sato]
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin
9474e446514b06765775eb0c1ec6645e2c5e50f6minfrin *) rotatelogs: Allow size units B, K, M, G and combination of
9474e446514b06765775eb0c1ec6645e2c5e50f6minfrin time and size based rotation. [Rainer Jung]
9474e446514b06765775eb0c1ec6645e2c5e50f6minfrin
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin *) rotatelogs: Add flag for verbose (debug) output. [Rainer Jung]
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin *) mod_ssl: Fix merging of SSLRenegBufferSize directive. PR 46508
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin [<tlhackque yahoo.com>]
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin *) core: Translate the the status line to ASCII on EBCDIC platforms in
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin ap_send_interim_response() and for locally generated "100 Continue"
9474e446514b06765775eb0c1ec6645e2c5e50f6minfrin responses. [Eric Covener]
9474e446514b06765775eb0c1ec6645e2c5e50f6minfrin
9474e446514b06765775eb0c1ec6645e2c5e50f6minfrin *) prefork: Fix child process hang during graceful restart/stop in
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin configurations with multiple listening sockets. PR 42829. [Joe Orton,
e302f38fd646764ce1a1e1c578d794aef514a9e5sf Jeff Trawick]
e302f38fd646764ce1a1e1c578d794aef514a9e5sf
e302f38fd646764ce1a1e1c578d794aef514a9e5sf *) mod_session_crypto: Ensure that SessionCryptoDriver can only be
b32d756dae79045a9bc90e0d0b85582f6f28eaf3sf set in the global scope. [Graham Leggett]
e302f38fd646764ce1a1e1c578d794aef514a9e5sf
9c233808c898095865fcc0a2dc1cf594d0d8faf3sf *) mod_ext_filter: We need to detect failure to startup the filter
9c233808c898095865fcc0a2dc1cf594d0d8faf3sf program (a mangled response is not acceptable). Fix to detect
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin failure, and offer configuration option either to abort or
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin to remove the filter and continue.
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin PR 41120 [Nick Kew]
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin *) mod_session_crypto: Rewrite the session_crypto module against the
28587db43bc4bea96a36fbcffdd967e7b422bb97minfrin apr_crypto API. [Graham Leggett]
28587db43bc4bea96a36fbcffdd967e7b422bb97minfrin
28587db43bc4bea96a36fbcffdd967e7b422bb97minfrin *) mod_auth_form: Fix a pool lifetime issue, don't remove the subrequest
28587db43bc4bea96a36fbcffdd967e7b422bb97minfrin until the main request is cleaned up. [Graham Leggett]
5a2dcc476c33985b7681aa72256bcd7266057eddsf
5a2dcc476c33985b7681aa72256bcd7266057eddsfChanges with Apache 2.3.1
5a2dcc476c33985b7681aa72256bcd7266057eddsf
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier *) ap_slotmem: Add in new slot-based memory access API impl., including
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier 2 providers (mod_sharedmem and mod_plainmem) [Jim Jagielski,
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier Jean-Frederic Clere, Brian Akins <brian.akins turner.com>]
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier *) mod_include: support generating non-ASCII characters as entities in SSI
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier PR 25202 [Nick Kew]
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier *) core/utils: Enhance ap_escape_html API to support escaping non-ASCII chars
f3a19422957c2e9eb827c8e38e5982f678591aa5minfrin PR 25202 [Nick Kew]
b7a2f855b5e31abc24dab2eef28e9e2f985ae25brpluem
b7a2f855b5e31abc24dab2eef28e9e2f985ae25brpluem *) mod_rewrite: fix "B" flag breakage by reverting r5589343
fa1c7ce09927decc1eecd1e9a35cc5331078a052covener PR 45529 [Bob Ionescu <bobsiegen googlemail.com>]
fa1c7ce09927decc1eecd1e9a35cc5331078a052covener
fa1c7ce09927decc1eecd1e9a35cc5331078a052covener *) CGI: return 504 (Gateway timeout) rather than 500 when a script
84fbf855118f318dd5e511d8e5b902cecc1177c0jim times out before returning status line/headers.
ac45a43afbf38aa4a91c1402c6beef6ef8a2696dniq PR 42190 [Nick Kew]
ac45a43afbf38aa4a91c1402c6beef6ef8a2696dniq
ac45a43afbf38aa4a91c1402c6beef6ef8a2696dniq *) mod_cgid: fix segfault problem on solaris.
ac45a43afbf38aa4a91c1402c6beef6ef8a2696dniq PR 39332 [Masaoki Kobayashi <masaoki techfirm.co.jp>]
b2b9b7f0644773b50aee41956a841ac884086250niq
b2b9b7f0644773b50aee41956a841ac884086250niq *) mod_proxy_scgi: Added. [André Malo]
b2b9b7f0644773b50aee41956a841ac884086250niq
b2b9b7f0644773b50aee41956a841ac884086250niq *) mod_cache: Introduce 'no-cache' per-request environment variable
b2b9b7f0644773b50aee41956a841ac884086250niq to prevent the saving of an otherwise cacheable response.
b4f348c8e74ba8166410ddeffac03e4887696788niq [Eric Covener]
b4f348c8e74ba8166410ddeffac03e4887696788niq
b4f348c8e74ba8166410ddeffac03e4887696788niq *) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjim way that per-directory rewrites append the previous notion of PATH_INFO
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjim to each substitution before evaluating subsequent rules.
fa0dc2a4f675a868378a52946e5b244d6bf41196sf PR 38642 [Eric Covener]
fa0dc2a4f675a868378a52946e5b244d6bf41196sf
0807f6da6091b748ab47c21ba66252fe8da2a966sf *) mod_cgid: Do not add an empty argument when calling the CGI script.
0807f6da6091b748ab47c21ba66252fe8da2a966sf PR 46380 [Ruediger Pluem]
0807f6da6091b748ab47c21ba66252fe8da2a966sf
b92a868b537899a51efd8c200c396fa51c63839dtrawick *) scoreboard: Remove unused sb_type from process_score.
b92a868b537899a51efd8c200c396fa51c63839dtrawick [Torsten Foertsch <torsten.foertsch gmx.net>, Chris Darroch]
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjim
dc52cac281d8b311dc47d115ed979f923b667679rjung *) mod_ssl: Add SSLRenegBufferSize directive to allow changing the
dc52cac281d8b311dc47d115ed979f923b667679rjung size of the buffer used for the request-body where necessary
dc52cac281d8b311dc47d115ed979f923b667679rjung during a per-dir renegotiation. PR 39243. [Joe Orton]
2534e869d2ba209bd0c43717ea80992e6de0c51djim
2534e869d2ba209bd0c43717ea80992e6de0c51djim *) mod_proxy_fdpass: New module to pass a client connection over to a separate
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna process that is reading from a unix daemon socket.
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna *) mod_ssl: Improve environment variable extraction to be more
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna efficient and to correctly handle DNs with duplicate tags.
02fd88c85a9850109753b87612955ad372de1575sf PR 45975. [Joe Orton]
02fd88c85a9850109753b87612955ad372de1575sf
02fd88c85a9850109753b87612955ad372de1575sf *) Remove the obsolete serial attribute from the RPM spec file. Compile
da48ae521bcc2751f8eb8dfb02f7aab0f46943c6sf against the external pcre. Add missing binaries fcgistarter, and
da48ae521bcc2751f8eb8dfb02f7aab0f46943c6sf mod_socache* and mod_session*. [Graham Leggett]
da48ae521bcc2751f8eb8dfb02f7aab0f46943c6sf
1374472d83ce061a431b7f6eeb5e5135fb4cd922jimChanges with Apache 2.3.0
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim *) mod_ratelimit: New module to do bandwidth rate limiting. [Paul Querna]
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim
ab7a123efe997d907274eb672ab2b36746bb3f57sf *) Remove X-Pad header which was added as a work around to a bug in
ab7a123efe997d907274eb672ab2b36746bb3f57sf Netscape 2.x to 4.0b2. [Takashi Sato <takashi lans-tv.com>]
ab7a123efe997d907274eb672ab2b36746bb3f57sf
ab7a123efe997d907274eb672ab2b36746bb3f57sf *) Add DTrace Statically Defined Tracing (SDT) probes.
a44d29a3794110c558c940bd903a1930d717a7d7sf [Theo Schlossnagle <jesus omniti.com>, Paul Querna]
a44d29a3794110c558c940bd903a1930d717a7d7sf
a44d29a3794110c558c940bd903a1930d717a7d7sf *) mod_proxy_balancer: Move all load balancing implementations
a44d29a3794110c558c940bd903a1930d717a7d7sf as individual, self-contained mod_proxy submodules under
70003ce816d7851e49ecb0cdc5137becd647ed18niq modules/proxy/balancers [Jim Jagielski]
70003ce816d7851e49ecb0cdc5137becd647ed18niq
ef766b4977fa0c796f1d1fa828c5868d5a6bde74rbowen *) Rename APIs to include ap_ prefix:
b5e45168970cefb8b2d0bea709ea69790f3eab96niq find_child_by_pid -> ap_find_child_by_pid
815067bc5eff8fc218019e18ee5ea868372917cdsf suck_in_APR -> ap_suck_in_APR
815067bc5eff8fc218019e18ee5ea868372917cdsf sys_privileges_handlers -> ap_sys_privileges_handlers
9f2c7096ac1f41aca1328d304d54dbaef4ebb06drjung unixd_accept -> ap_unixd_accept
2534e869d2ba209bd0c43717ea80992e6de0c51djim unixd_config -> ap_unixd_config
ff5e24709209b13601480827b0fecf32c428ff32rjung unixd_killpg -> ap_unixd_killpg
39d67f66729a7008c1e73d65a81e778ce819a227rjung unixd_set_global_mutex_perms -> ap_unixd_set_global_mutex_perms
39d67f66729a7008c1e73d65a81e778ce819a227rjung unixd_set_proc_mutex_perms -> ap_unixd_set_proc_mutex_perms
da20b997bf4652f7597e0a7845db371aab2f7187rjung unixd_set_rlimit -> ap_unixd_set_rlimit
da20b997bf4652f7597e0a7845db371aab2f7187rjung [Paul Querna]
133cbcba0df4ba0e72f7eaaaebabe119f145f261niq
133cbcba0df4ba0e72f7eaaaebabe119f145f261niq *) mod_lbmethod_heartbeat: New module to load balance mod_proxy workers
133cbcba0df4ba0e72f7eaaaebabe119f145f261niq based on heartbeats. [Paul Querna]
c8dcde16853eef36b713d4633fac83b66e49aa5eniq
c8dcde16853eef36b713d4633fac83b66e49aa5eniq *) mod_heartmonitor: New module to collect heartbeats, and write out a file
c8dcde16853eef36b713d4633fac83b66e49aa5eniq so that other modules can load balance traffic as needed. [Paul Querna]
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniq
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniq *) mod_heartbeat: New module to generate multicast heartbeats to know if a
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniq server is online. [Paul Querna]
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniq
927e277b4be750e06960b3d4f1c2b1ca146e0555niq *) mod_buffer: Honour the flush bucket and flush the buffer in the
927e277b4be750e06960b3d4f1c2b1ca146e0555niq input filter. Make sure that metadata buckets are written to
927e277b4be750e06960b3d4f1c2b1ca146e0555niq the buffer, not to the final brigade. [Graham Leggett]
83de39879307034216ce0af15a47a88a55af11e3rjung
83de39879307034216ce0af15a47a88a55af11e3rjung *) mod_buffer: Optimise the buffering of heap buckets when the heap
83de39879307034216ce0af15a47a88a55af11e3rjung buckets stay exactly APR_BUCKET_BUFF_SIZE long. [Graham Leggett,
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq Ruediger Pluem]
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq *) mod_buffer: Optional support for buffering of the input and output
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq filter stacks. Can collapse many small buckets into fewer larger
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq buckets, and prevents excessively small chunks being sent over
0a4924de8350e2bbfa16a27f42ff0bc61aa52d43rjung the wire. [Graham Leggett]
0a4924de8350e2bbfa16a27f42ff0bc61aa52d43rjung
0a4924de8350e2bbfa16a27f42ff0bc61aa52d43rjung *) mod_privileges: new module to make httpd on Solaris privileges-aware
8e8568ec7d29f056a2a4942d1d50481e441c25d9covener and to enable different virtualhosts to run with different
4ea8055e720d18f386b8026b546e5836ecccba4arjung privileges and Unix user/group IDs [Nick Kew]
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe *) mod_mem_cache: this module has been removed. [William Rowe]
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe *) authn/z: Remove mod_authn_default and mod_authz_default.
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe [Chris Darroch]
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe *) authz: Fix handling of authz configurations, make default authz
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe logic replicate 2.2.x authz logic, and replace <Satisfy*>, Reject,
46fdfef7dfc745effe179387e1dcb8245d3804batrawick and AuthzMergeRules directives with Match, <Match*>, and AuthzMerge
46fdfef7dfc745effe179387e1dcb8245d3804batrawick directives. [Chris Darroch]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) mod_authn_core: Prevent crash when provider alias created to
46fdfef7dfc745effe179387e1dcb8245d3804batrawick provider which is not yet registered. [Chris Darroch]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) mod_authn_core: Add AuthType of None to support disabling
46fdfef7dfc745effe179387e1dcb8245d3804batrawick authentication. [Chris Darroch]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) core: Allow <Limit> and <LimitExcept> directives to nest, and
46fdfef7dfc745effe179387e1dcb8245d3804batrawick constrain their use to conform with that of other access control
46fdfef7dfc745effe179387e1dcb8245d3804batrawick and authorization directives. [Chris Darroch]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe *) unixd: turn existing code into a module, and turn the set user/group
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe and chroot into a child_init function. [Nick Kew]
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe *) mod_dir: Support "DirectoryIndex disabled"
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe Suggested By André Warnier <aw ice-sa.com> [Eric Covener]
f55c048e33a905f9f771b3aed309373bdf547944jorton
f55c048e33a905f9f771b3aed309373bdf547944jorton *) mod_ssl: Send Content-Type application/ocsp-request for POST requests to
f55c048e33a905f9f771b3aed309373bdf547944jorton OSCP responders. PR 46014 [Dr Stephen Henson <steve openssl.org>]
f55c048e33a905f9f771b3aed309373bdf547944jorton
cddaaa6378c5082e8dff0d11dc21cf6c4928ecbcjorton *) mod_authnz_ldap: don't return NULL-valued environment variables to
cddaaa6378c5082e8dff0d11dc21cf6c4928ecbcjorton other modules. PR 39045 [Francois Pesce <francois.pesce gmail.com>]
cddaaa6378c5082e8dff0d11dc21cf6c4928ecbcjorton
cddaaa6378c5082e8dff0d11dc21cf6c4928ecbcjorton *) Don't adjust case in pathname components that are not of interest
9b2bd9e83cbb6f5debb2edba59a0c12089eb37c3minfrin to mod_mime. Fixes mod_negotiation's use of such components.
9b2bd9e83cbb6f5debb2edba59a0c12089eb37c3minfrin PR 43250 [Basant Kumar Kukreja <basant.kukreja sun.com>]
9b2bd9e83cbb6f5debb2edba59a0c12089eb37c3minfrin
9b2bd9e83cbb6f5debb2edba59a0c12089eb37c3minfrin *) Be tolerant in what you accept - accept slightly broken
9b2bd9e83cbb6f5debb2edba59a0c12089eb37c3minfrin status lines from a backend provided they include a valid status code.
9b2bd9e83cbb6f5debb2edba59a0c12089eb37c3minfrin PR 44995 [Rainer Jung <rainer.jung kippdata.de>]
a89e2c1651aab7734345fa3a6712a757708535ferjung
a89e2c1651aab7734345fa3a6712a757708535ferjung *) New module mod_sed: filter Request/Response bodies through sed
a89e2c1651aab7734345fa3a6712a757708535ferjung [Basant Kumar Kukreja <basant.kukreja sun.com>]
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung *) mod_auth_form: Make sure that basic authentication is correctly
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung faked directly after login. [Graham Leggett]
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung *) mod_session_cookie, mod_session_dbd: Make sure cookies are set both
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung within the output headers and error output headers, so that the
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung session is maintained across redirects. [Graham Leggett]
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung *) mod_auth_form: Make sure the logged in user is populated correctly
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung after a form login. Fixes a missing REMOTE_USER variable directly
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung following a login. [Graham Leggett]
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung *) mod_session_cookie: Make sure that cookie attributes are correctly
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung included in the blank cookie when cookies are removed. This fixes an
23bc6974af15e69a9aa4b5b3fc06b800b53ca234sf inability to log out when using mod_auth_form. [Graham Leggett]
23bc6974af15e69a9aa4b5b3fc06b800b53ca234sf
23bc6974af15e69a9aa4b5b3fc06b800b53ca234sf *) mod_session: Prevent a segfault when a CGI script sets a cookie with a
298eb744831be682f749ffe1c01c88d82adf215esf null value. [David Shane Holden <dpejesh apache.org>]
298eb744831be682f749ffe1c01c88d82adf215esf
298eb744831be682f749ffe1c01c88d82adf215esf *) core, authn/z: Determine registered authn/z providers directly in
298eb744831be682f749ffe1c01c88d82adf215esf ap_setup_auth_internal(), which allows optional functions that just
298eb744831be682f749ffe1c01c88d82adf215esf wrapped ap_list_provider_names() to be removed from authn/z modules.
298eb744831be682f749ffe1c01c88d82adf215esf [Chris Darroch]
298eb744831be682f749ffe1c01c88d82adf215esf
298eb744831be682f749ffe1c01c88d82adf215esf *) authn/z: Convert common provider version strings to macros.
298eb744831be682f749ffe1c01c88d82adf215esf [Chris Darroch]
b9aa9ca00496f67eb755d67764775ff23ac7eb03covener
b9aa9ca00496f67eb755d67764775ff23ac7eb03covener *) core: When testing for slash-terminated configuration paths in
f2386b627177c7a80d38fed6ec0aed3c086909c1covener ap_location_walk(), don't look past the start of an empty string
f2386b627177c7a80d38fed6ec0aed3c086909c1covener such as that created by a <Location ""> directive.
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin [Chris Darroch]
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin *) core, mod_proxy: If a kept_body is present, it becomes safe for
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin subrequests to support message bodies. Make sure that safety
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin checks within the core and within the proxy are not triggered
1a668f25bc6b4b111822caaba70bb9289d64ade5niq when kept_body is present. This makes it possible to embed
1a668f25bc6b4b111822caaba70bb9289d64ade5niq proxied POST requests within mod_include. [Graham Leggett]
1a668f25bc6b4b111822caaba70bb9289d64ade5niq
7a6c86627922e38fa227943b9f888f96109681e5covener *) mod_auth_form: Make sure the input filter stack is properly set
7a6c86627922e38fa227943b9f888f96109681e5covener up before reading the login form. Make sure the kept body filter
7a6c86627922e38fa227943b9f888f96109681e5covener is correctly inserted to ensure the body can be read a second
7a6c86627922e38fa227943b9f888f96109681e5covener time safely should the authn be successful. [Graham Leggett,
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovener Ruediger Pluem]
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovener
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovener *) mod_request: Insert the KEPT_BODY filter via the insert_filter
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovener hook instead of during fixups. Add a safety check to ensure the
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovener filters cannot be inserted more than once. [Graham Leggett,
8068423ee2d80a7c42b2325a71c24ac9485327cecovener Ruediger Pluem]
8068423ee2d80a7c42b2325a71c24ac9485327cecovener
8068423ee2d80a7c42b2325a71c24ac9485327cecovener *) ap_cache_cacheable_headers_out() will (now) always
8068423ee2d80a7c42b2325a71c24ac9485327cecovener merge an error headers _before_ clearing them and _before_
8068423ee2d80a7c42b2325a71c24ac9485327cecovener merging in the actual entity headers and doing normal
7703bad94964cc64022e08e2d1ae2c5fbfe2d3c6covener hop-by-hop cleansing. [Dirk-Willem van Gulik].
7703bad94964cc64022e08e2d1ae2c5fbfe2d3c6covener
7703bad94964cc64022e08e2d1ae2c5fbfe2d3c6covener *) cache: retire ap_cache_cacheable_hdrs_out() which was used
7703bad94964cc64022e08e2d1ae2c5fbfe2d3c6covener for both in- and out-put headers; and replace it by a single
689ee47a7329cf0d0ce4c5a98670b33fcf00d81btrawick ap_cache_cacheable_headers() wrapped in a in- and out-put
689ee47a7329cf0d0ce4c5a98670b33fcf00d81btrawick specific ap_cache_cacheable_headers_in()/out(). The latter
689ee47a7329cf0d0ce4c5a98670b33fcf00d81btrawick which will also merge error and ensure content-type. To keep
aa8df43397bb42245e1633f12e2300c9715f3a7btrawick cache modules consistent with ease. This API change bumps
aa8df43397bb42245e1633f12e2300c9715f3a7btrawick up the minor MM by one [Dirk-Willem van Gulik].
5a2f24f5e41d52e59e1c11e90cd423b8967d4184trawick
19ce7effbcc8a735f1a883f9266e086fde2adb63poirier *) Move the KeptBodySize directive, kept_body filters and the
19ce7effbcc8a735f1a883f9266e086fde2adb63poirier ap_parse_request_body function out of the http module and into a
19ce7effbcc8a735f1a883f9266e086fde2adb63poirier new module called mod_request, reducing the size of the core.
5d58d0bc1ce35e0ee814b6c2dc21a5286e460b87covener [Graham Leggett]
8eac2273e3d5f2dc8464fada76fcfbf33a938a2fcovener
8eac2273e3d5f2dc8464fada76fcfbf33a938a2fcovener *) mod_dbd: Handle integer configuration directive parameters with a
8eac2273e3d5f2dc8464fada76fcfbf33a938a2fcovener dedicated function.
8eac2273e3d5f2dc8464fada76fcfbf33a938a2fcovener
c6124d7fde07b58d51785d0f1cb509026eeaa138jim *) Change the directives within the mod_session* modules to be valid
c6124d7fde07b58d51785d0f1cb509026eeaa138jim both inside and outside the location/directory sections, as
c6124d7fde07b58d51785d0f1cb509026eeaa138jim suggested by wrowe. [Graham Leggett]
c6124d7fde07b58d51785d0f1cb509026eeaa138jim
680e7b4c70df00b695883c824947ca6ec15d69ecsf *) mod_auth_form: Add a module capable of allowing end users to log
680e7b4c70df00b695883c824947ca6ec15d69ecsf in using an HTML form, storing the credentials within mod_session.
680e7b4c70df00b695883c824947ca6ec15d69ecsf [Graham Leggett]
3a49a6c98ef80c71830e66e7f8f46083001b494ctrawick
3a49a6c98ef80c71830e66e7f8f46083001b494ctrawick *) Add a function to the http filters that is able to parse an HTML
d46dfdce9351f52a971777948d9b02f8fc668ff8niq form request with the type of application/x-www-form-urlencoded.
6fee4e2faa2e45fe2636d01e35d03c2cf0c9d431minfrin [Graham Leggett]
6fee4e2faa2e45fe2636d01e35d03c2cf0c9d431minfrin
6fee4e2faa2e45fe2636d01e35d03c2cf0c9d431minfrin *) mod_session_crypto: Initialise SSL in the post config hook.
6fee4e2faa2e45fe2636d01e35d03c2cf0c9d431minfrin [Ruediger Pluem, Graham Leggett]
03aa31ad82759363ba1a55589e517b16308ef635minfrin
03aa31ad82759363ba1a55589e517b16308ef635minfrin *) mod_session_dbd: Add a session implementation capable of storing
03aa31ad82759363ba1a55589e517b16308ef635minfrin session information in a SQL database via the dbd interface. Useful
03aa31ad82759363ba1a55589e517b16308ef635minfrin for sites where session privacy is important. [Graham Leggett]
9fe23388f983cb652b5d68e2bd92aa9f0568c574minfrin
9fe23388f983cb652b5d68e2bd92aa9f0568c574minfrin *) mod_session_crypto: Add a session encoding implementation capable
9fe23388f983cb652b5d68e2bd92aa9f0568c574minfrin of encrypting and decrypting sessions wherever they may be stored.
e9eabac76b50e8f00d0c391f6070d0f42db77aa2wrowe Introduces a level of privacy when sessions are stored on the
e9eabac76b50e8f00d0c391f6070d0f42db77aa2wrowe browser. [Graham Leggett]
e9eabac76b50e8f00d0c391f6070d0f42db77aa2wrowe
e9eabac76b50e8f00d0c391f6070d0f42db77aa2wrowe *) mod_session_cookie: Add a session implementation capable of storing
e9eabac76b50e8f00d0c391f6070d0f42db77aa2wrowe session information within cookies on the browser. Useful for high
433d36fd71af86369719893afe09877be4cb4f3asf volume sites where server bound sessions are too resource intensive.
433d36fd71af86369719893afe09877be4cb4f3asf [Graham Leggett]
433d36fd71af86369719893afe09877be4cb4f3asf
14e5a8cc15b1dcc26ad5420973304e53a9e5406bsf *) mod_session: Add a generic session interface to unify the different
14e5a8cc15b1dcc26ad5420973304e53a9e5406bsf attempts at saving persistent sessions across requests.
14e5a8cc15b1dcc26ad5420973304e53a9e5406bsf [Graham Leggett]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) core, authn/z: Avoid calling access control hooks for internal requests
46fdfef7dfc745effe179387e1dcb8245d3804batrawick with configurations which match those of initial request. Revert to
46fdfef7dfc745effe179387e1dcb8245d3804batrawick original behaviour (call access control hooks for internal requests
46fdfef7dfc745effe179387e1dcb8245d3804batrawick with URIs different from initial request) if any access control hooks or
46fdfef7dfc745effe179387e1dcb8245d3804batrawick providers are not registered as permitting this optimization.
46fdfef7dfc745effe179387e1dcb8245d3804batrawick Introduce wrappers for access control hook and provider registration
46fdfef7dfc745effe179387e1dcb8245d3804batrawick which can accept additional mode and flag data. [Chris Darroch]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) Introduced ap_expr API for expression evaluation.
46fdfef7dfc745effe179387e1dcb8245d3804batrawick This is adapted from mod_include, which is the first module
573f949c582f06bd738a96196f40b646b6d540b8rpluem to use the new API.
573f949c582f06bd738a96196f40b646b6d540b8rpluem [Nick Kew]
573f949c582f06bd738a96196f40b646b6d540b8rpluem
c44902d07eab7deb803a59e959f57cf3b7d56655poirier *) mod_authz_dbd: When redirecting after successful login/logout per
c44902d07eab7deb803a59e959f57cf3b7d56655poirier AuthzDBDRedirectQuery, do not report authorization failure, and use
c44902d07eab7deb803a59e959f57cf3b7d56655poirier first row returned by database query instead of last row.
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener [Chris Darroch]
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener *) mod_ldap: Correctly return all requested attribute values
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener when some attributes have a null value.
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener PR 44560 [Anders Kaseorg <anders kaseorg.com>]
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener *) core: check symlink ownership if both FollowSymlinks and
4ac05f9625e37cc421f4ea548422827b4de163d7niq SymlinksIfOwnerMatch are set [Nick Kew]
4ac05f9625e37cc421f4ea548422827b4de163d7niq
4ac05f9625e37cc421f4ea548422827b4de163d7niq *) core: fix origin checking in SymlinksIfOwnerMatch
4ac05f9625e37cc421f4ea548422827b4de163d7niq PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
4ac05f9625e37cc421f4ea548422827b4de163d7niq
6999a76d8eb5ef6b4b295e51df0b2fb6064bd373covener *) Activate mod_cache, mod_file_cache and mod_disk_cache as part of the
6999a76d8eb5ef6b4b295e51df0b2fb6064bd373covener 'most' set for '--enable-modules' and '--enable-shared-mods'. Include
6999a76d8eb5ef6b4b295e51df0b2fb6064bd373covener mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
ead0b57bbeaec5acb14f931b5641962f429dabc9trawick
ead0b57bbeaec5acb14f931b5641962f429dabc9trawick *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
ead0b57bbeaec5acb14f931b5641962f429dabc9trawick contain public function declarations which are useful for
77d6f9d5c2a5cab805e9ace265628f3d791b937dniq third party module authors. PR 42431 [Dirk-Willem van Gulik].
77d6f9d5c2a5cab805e9ace265628f3d791b937dniq
77d6f9d5c2a5cab805e9ace265628f3d791b937dniq *) mod_dir, mod_negotiation: pass the output filter information
a9d359cdeb1cee65cdb9fab5e19ffb4846172183trawick to newly created sub requests; as these are later on used
77d6f9d5c2a5cab805e9ace265628f3d791b937dniq as true requests with an internal redirect. This allows for
9f35dd32eedd781d218a85f0315ea5526a8adc84minfrin mod_cache et.al. to trap the results of the redirect.
9f35dd32eedd781d218a85f0315ea5526a8adc84minfrin [Dirk-Willem van Gulik, Ruediger Pluem]
9f35dd32eedd781d218a85f0315ea5526a8adc84minfrin
9f35dd32eedd781d218a85f0315ea5526a8adc84minfrin *) mod_ldap: Add support (taking advantage of the new APR capability)
5dc4220fc22561537ce1421a03e11846a5b719ebminfrin for ldap rebind callback while chasing referrals. This allows direct
5dc4220fc22561537ce1421a03e11846a5b719ebminfrin searches on LDAP servers (in particular MS Active Directory 2003+)
5dc4220fc22561537ce1421a03e11846a5b719ebminfrin using referrals without the use of the global catalog.
5dc4220fc22561537ce1421a03e11846a5b719ebminfrin PRs 26538, 40268, and 42557 [Paul J. Reder]
5dc4220fc22561537ce1421a03e11846a5b719ebminfrin
bd27541a0c96caa881f17a490e23cdd220d480c8poirier *) ApacheMonitor.exe: Introduce --kill argument for use by the
a9d359cdeb1cee65cdb9fab5e19ffb4846172183trawick installer. This will permit the installation tool to remove
bd27541a0c96caa881f17a490e23cdd220d480c8poirier all running instances before attempting to remove the .exe.
68c4447ba8e057cf38cbbec918e0549b817f20b4minfrin [William Rowe]
68c4447ba8e057cf38cbbec918e0549b817f20b4minfrin
68c4447ba8e057cf38cbbec918e0549b817f20b4minfrin *) mod_ssl: Add support for OCSP validation of client certificates.
68c4447ba8e057cf38cbbec918e0549b817f20b4minfrin PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
68c4447ba8e057cf38cbbec918e0549b817f20b4minfrin
e33d0698670fead33dbd7c907363053b9e2be454minfrin *) mod_serf: New module for Reverse Proxying. [Paul Querna]
e33d0698670fead33dbd7c907363053b9e2be454minfrin
e33d0698670fead33dbd7c907363053b9e2be454minfrin *) core: Add the option to keep aside a request body up to a certain
e33d0698670fead33dbd7c907363053b9e2be454minfrin size that would otherwise be discarded, to be consumed by filters
e33d0698670fead33dbd7c907363053b9e2be454minfrin such as mod_include. When enabled for a directory, POST requests
cf8a8738330694e60bad421fcc8361d80b0e9124minfrin to shtml files can be passed through to embedded scripts as POST
cf8a8738330694e60bad421fcc8361d80b0e9124minfrin requests, rather being downgraded to GET requests. [Graham Leggett]
cf8a8738330694e60bad421fcc8361d80b0e9124minfrin
4ea8055e720d18f386b8026b546e5836ecccba4arjung *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
a9d359cdeb1cee65cdb9fab5e19ffb4846172183trawick
a9d359cdeb1cee65cdb9fab5e19ffb4846172183trawick *) scoreboard: Correctly declare ap_time_process_request.
4ea8055e720d18f386b8026b546e5836ecccba4arjung PR 43789 [Tom Donovan <Tom.Donovan acm.org>]
fd80868005a61e747bc45b39df83cae7abb3d151pgollucci
fd80868005a61e747bc45b39df83cae7abb3d151pgollucci *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
fd80868005a61e747bc45b39df83cae7abb3d151pgollucci from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
60a8830541cd85d23a42ccb1639bc4744de9d526poirier provide the unusual legacy lookup. [William Rowe]
60a8830541cd85d23a42ccb1639bc4744de9d526poirier
60a8830541cd85d23a42ccb1639bc4744de9d526poirier *) mpm winnt: fix null pointer dereference
60a8830541cd85d23a42ccb1639bc4744de9d526poirier PR 42572 [Davi Arnaut]
5ae15cd9d22fb3bdfd2eb0b9761c4ef07fbf2f96minfrin
5ae15cd9d22fb3bdfd2eb0b9761c4ef07fbf2f96minfrin *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
5ae15cd9d22fb3bdfd2eb0b9761c4ef07fbf2f96minfrin parameters to the environment. Improve portability to
5ae15cd9d22fb3bdfd2eb0b9761c4ef07fbf2f96minfrin EBCDIC machines by using apr_toupper(). [Martin Kraemer]
69fc9805c344b2dd5fd49a4f75cbf55dedeac7d6minfrin
69fc9805c344b2dd5fd49a4f75cbf55dedeac7d6minfrin *) mod_ldap, mod_authnz_ldap: Add support for nested groups (i.e. the ability
69fc9805c344b2dd5fd49a4f75cbf55dedeac7d6minfrin to authorize an authenticated user via a "require ldap-group X" directive
46fdfef7dfc745effe179387e1dcb8245d3804batrawick where the user is not in group X, but is in a subgroup contained in X.
46fdfef7dfc745effe179387e1dcb8245d3804batrawick PR 42891 [Paul J. Reder]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
ca0a943242b488c162aa89874498e0316f7b2f2eminfrin
e1c6c1dac26c35ecebe158438bb0c56afbb9bfb0sf *) apxs: Enhance -q flag to print all known variables and their values
e1c6c1dac26c35ecebe158438bb0c56afbb9bfb0sf when invoked without variable name(s).
dd90cc3ba2a09e7be46c9d8f5faad90edf18134fsf [William Rowe, Sander Temme]
38451a13fb80b89e704792ebc0e6f9e5e5877d7dsf
38451a13fb80b89e704792ebc0e6f9e5e5877d7dsf *) apxs: Eliminate run-time check for mod_so. PR 40653.
38451a13fb80b89e704792ebc0e6f9e5e5877d7dsf [David M. Lee <dmlee crossroads.com>]
38451a13fb80b89e704792ebc0e6f9e5e5877d7dsf
38451a13fb80b89e704792ebc0e6f9e5e5877d7dsf *) beos MPM: Create pmain pool and run modules' child_init hooks when
505e342aefa9fbccc857f1bc653a310e25511946sf entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
505e342aefa9fbccc857f1bc653a310e25511946sf [Chris Darroch]
505e342aefa9fbccc857f1bc653a310e25511946sf
505e342aefa9fbccc857f1bc653a310e25511946sf *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
26734c75baf170a492ef6a82f07b24ee1af7d0b1sf cleanups registered in modules' child_init hooks are performed.
26734c75baf170a492ef6a82f07b24ee1af7d0b1sf [Chris Darroch]
26734c75baf170a492ef6a82f07b24ee1af7d0b1sf
dda254ba84bdff5e236917af1b31693ca4360eabcovener *) Fix issue which could cause error messages to be written to access logs
dda254ba84bdff5e236917af1b31693ca4360eabcovener on Win32. PR 40476. [Tom Donovan <Tom.Donovan acm.org>]
dda254ba84bdff5e236917af1b31693ca4360eabcovener
dda254ba84bdff5e236917af1b31693ca4360eabcovener *) The LockFile directive, which specifies the location of
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna the accept() mutex lockfile, is deprecated. Instead, the
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna AcceptMutex directive now takes an optional lockfile
e1d33ac481c6683a069630c8f9aceec3a48babcetrawick location parameter, ala SSLMutex. [Jim Jagielski]
e1d33ac481c6683a069630c8f9aceec3a48babcetrawick
cf12a027b0859c14d5c4852efffeff62158cd98dtrawick *) mod_authn_dbd: Export any additional columns queried in the SQL select
3becbd2611ffb2e8391a8eacce765b43dcb1c669wrowe into the environment with the name AUTHENTICATE_<COLUMN>. This brings
8e5e9b2d4c6cbcd21ca182fe1109d59284239515wrowe mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
3becbd2611ffb2e8391a8eacce765b43dcb1c669wrowe
9c78f8d71737dfbbbf4da2f9acb397567a10e88bsf *) mod_dbd: Key the storage of prepared statements on the hex string
9c78f8d71737dfbbbf4da2f9acb397567a10e88bsf value of server_rec, rather than the server name, as the server name
9c78f8d71737dfbbbf4da2f9acb397567a10e88bsf may change (eg when the server name is set) at any time, causing
9c78f8d71737dfbbbf4da2f9acb397567a10e88bsf weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
9c78f8d71737dfbbbf4da2f9acb397567a10e88bsf
4be9c459920a7c1cfe62d654327dae5c4bb6b284sf *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
4be9c459920a7c1cfe62d654327dae5c4bb6b284sf
4be9c459920a7c1cfe62d654327dae5c4bb6b284sf *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
47ff2654d827dd3596ce2e4099d69cec0f1009b9takashi the first bucket from the brigade, finds it not to be a FILE
47ff2654d827dd3596ce2e4099d69cec0f1009b9takashi bucket and barfs. The fix is to pass a bucket rather than a brigade.
47ff2654d827dd3596ce2e4099d69cec0f1009b9takashi [Niklas Edmundsson <nikke acc.umu.se>]
b4ae72381175122ebfe42ff0d11db7a7f4162014takashi
b4ae72381175122ebfe42ff0d11db7a7f4162014takashi *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
b4ae72381175122ebfe42ff0d11db7a7f4162014takashi
5e1ae35c05125b8b6c6c648c60e576f5796ea061rpluem *) ap_get_server_version() has been removed. Third-party modules must
5e1ae35c05125b8b6c6c648c60e576f5796ea061rpluem now use ap_get_server_banner() or ap_get_server_description().
b115299831a7b4bbec58a88d708d8536e1ecd50csf [Jeff Trawick]
5e1ae35c05125b8b6c6c648c60e576f5796ea061rpluem
5e1ae35c05125b8b6c6c648c60e576f5796ea061rpluem *) All MPMs: Introduce a check_config phase between pre_config and
b9a830d395feaa66ab621841a5cd86e1fa2d184brjung open_logs, to allow modules to review interdependent configuration
b9a830d395feaa66ab621841a5cd86e1fa2d184brjung directive values and adjust them while messages can still be logged
82e6711dc508d2822d9397f07136ba4ddd8764e1niq to the console. Handle relevant MPM directives during this phase
82e6711dc508d2822d9397f07136ba4ddd8764e1niq and format messages for both the console and the error log, as
82e6711dc508d2822d9397f07136ba4ddd8764e1niq appropriate. [Chris Darroch]
82e6711dc508d2822d9397f07136ba4ddd8764e1niq
82e6711dc508d2822d9397f07136ba4ddd8764e1niq *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
82e6711dc508d2822d9397f07136ba4ddd8764e1niq to circumvent the symbolic link checks imposed by FollowSymLinks and
82e6711dc508d2822d9397f07136ba4ddd8764e1niq SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
f43104f173247435cb4ade2b89aa2ca8108aedb7niq
f43104f173247435cb4ade2b89aa2ca8108aedb7niq *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
f43104f173247435cb4ade2b89aa2ca8108aedb7niq configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
1fdcfb04a08e53ce28af657d854922efbbabecf4niq The default is none as this is far greater debugging resolution than
1fdcfb04a08e53ce28af657d854922efbbabecf4niq the typical administrator is prepared to untangle. [William Rowe]
1fdcfb04a08e53ce28af657d854922efbbabecf4niq
1fdcfb04a08e53ce28af657d854922efbbabecf4niq *) mod_disk_cache: If possible, check if the size of an object to cache is
c26aa743a70c2148cdca1e6c637c605d9025b051niq within the configured boundaries before actually saving data.
c26aa743a70c2148cdca1e6c637c605d9025b051niq [Niklas Edmundsson <nikke acc.umu.se>]
c26aa743a70c2148cdca1e6c637c605d9025b051niq
c26aa743a70c2148cdca1e6c637c605d9025b051niq *) Worker and event MPMs: Remove improper scoreboard updates which were
e076b09731977eafcef2bfc6f5323f3ab7e83b15niq performed in the event of a fork() failure. [Chris Darroch]
e076b09731977eafcef2bfc6f5323f3ab7e83b15niq
3fba96a56fbced0f14edde04f417d74d7f5bdb1eniq *) Add support for fcgi:// proxies to mod_rewrite.
3a183ee5b8f8129f6d3ec493be51abacda7c6ea7niq [Markus Schiegl <ms schiegl.com>]
3a183ee5b8f8129f6d3ec493be51abacda7c6ea7niq
3a183ee5b8f8129f6d3ec493be51abacda7c6ea7niq *) Remove incorrect comments from scoreboard.h regarding conditional
64dbb5532fba398c5e81efeb21c7fd50c05819d7niq loading of worker_score structure with mod_status, and remove unused
22d3cfb8f14471efbc3bbc8faa2c59805ac2395fjim definitions relating to old life_status field.
64dbb5532fba398c5e81efeb21c7fd50c05819d7niq [Chris Darroch <chrisd pearsoncmg.com>]
d31d6c32262a8d1cbfc63d9f7adccae46002c8f7niq
d31d6c32262a8d1cbfc63d9f7adccae46002c8f7niq *) Remove allocation of memory for unused array of lb_score pointers
d31d6c32262a8d1cbfc63d9f7adccae46002c8f7niq in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna
a50db00c3663c2a0d3531965c64d995516b06288niq *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick [Garrett Rooney, Jim Jagielski, Paul Querna]
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick [Chris Darroch <chrisd pearsoncmg.com>]
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick *) mod_charset_lite: Remove Content-Length when output filter can
4aa736735709d0434c02ae6cc65b0738eb9882cctakashi invalidate it. Warn when input filter can invalidate it.
4aa736735709d0434c02ae6cc65b0738eb9882cctakashi [Jeff Trawick]
4aa736735709d0434c02ae6cc65b0738eb9882cctakashi
99d46a23c6eac800f327b29f8009f7d7da986230trawick *) Authz: Add the new module mod_authn_core that will provide common
99d46a23c6eac800f327b29f8009f7d7da986230trawick authn directives such as 'AuthType', 'AuthName'. Move the directives
99d46a23c6eac800f327b29f8009f7d7da986230trawick 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
99d46a23c6eac800f327b29f8009f7d7da986230trawick into mod_authn_core. [Brad Nicholes]
6c2782f8988f498ad9e5fc84256e202175c3edc9covener
6c2782f8988f498ad9e5fc84256e202175c3edc9covener *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
6c2782f8988f498ad9e5fc84256e202175c3edc9covener into the new module mod_access_compat which can be loaded to provide
6c2782f8988f498ad9e5fc84256e202175c3edc9covener support for these directives.
a50db00c3663c2a0d3531965c64d995516b06288niq [Brad Nicholes]
bf27540ecb929632fd82264742045c96006c382cniq
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna *) Authz: Move the 'Require' directive from the core module as well as
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna logic into the authorization processing. [Brad Nicholes]
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna *) Authz: Add the new module mod_authz_core which acts as the
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna authorization provider vector and contains common authz
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna directives. [Brad Nicholes]
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
ea6ff3396df1d6d43ee0ecfa3e26ada981d8e9a3sctemme 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
8a0c75e992cc657a98317e78374b800d16963cfatrawick
ba217dc41cebc0976010ee177f8fedac782d1f6fminfrin *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
ab1b172430f2d4e1b222b541bb8c1d431c1a7bc7sf host-based access control provided by mod_authz_host and invoked
8315a125b56710a222167e4d65b96c3c891f4b25sf through the 'Require' directive. [Brad Nicholes]
8315a125b56710a222167e4d65b96c3c891f4b25sf
ab1b172430f2d4e1b222b541bb8c1d431c1a7bc7sf *) Authz: Convert all of the authz modules from hook based to
3f985866b9b5b49fb57735b5eb135591163f30dfsf provider based. [Brad Nicholes]
3f985866b9b5b49fb57735b5eb135591163f30dfsf
7f51e5c395d431b8c20226f77de28efe13272bfasf *) mod_cache: Add CacheMinExpire directive to set the minimum time in
7f51e5c395d431b8c20226f77de28efe13272bfasf seconds to cache a document.
7f51e5c395d431b8c20226f77de28efe13272bfasf [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
7f51e5c395d431b8c20226f77de28efe13272bfasf
17d64c884a44f5ca72f6901afd3e50991bfc1c63sf *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
17d64c884a44f5ca72f6901afd3e50991bfc1c63sf
17d64c884a44f5ca72f6901afd3e50991bfc1c63sf *) Fix typo in ProxyStatus syntax error message.
a6e4caaa97e433cc2ef78d957bc32756d9c49f79sf [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
a6e4caaa97e433cc2ef78d957bc32756d9c49f79sf
a6e4caaa97e433cc2ef78d957bc32756d9c49f79sf *) Asynchronous write completion for the Event MPM. [Brian Pane]
a6e4caaa97e433cc2ef78d957bc32756d9c49f79sf
68686064650b23222461014a11558593de194bbctrawick *) Added an End-Of-Request bucket type. The logging of a request and
304903af1cf77cbdfa07e8a6482f35f3d9d7b0f3sf the freeing of its pool are now done when the EOR bucket is destroyed.
304903af1cf77cbdfa07e8a6482f35f3d9d7b0f3sf This has the effect of delaying the logging until right after the last
a6e4caaa97e433cc2ef78d957bc32756d9c49f79sf of the response is sent; ap_core_output_filter() calls the access logger
a96ba81cada826f2a9ab1e24218a77bfadfc31d8sf indirectly when it destroys the EOR bucket. [Brian Pane]
a96ba81cada826f2a9ab1e24218a77bfadfc31d8sf
a96ba81cada826f2a9ab1e24218a77bfadfc31d8sf *) Rewrite of logresolve support utility: IPv6 addresses are now supported
a96ba81cada826f2a9ab1e24218a77bfadfc31d8sf and the format of statistical output has changed. [Colm MacCarthaigh]
4f133508c93204c06e1acba9774ff184e5812606niq
4f133508c93204c06e1acba9774ff184e5812606niq *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
4f133508c93204c06e1acba9774ff184e5812606niq
87587593f1a53030e840acc0dec6cc881022ea40covener *) Added new connection states for handler and write completion
87587593f1a53030e840acc0dec6cc881022ea40covener [Brian Pane]
87587593f1a53030e840acc0dec6cc881022ea40covener
87587593f1a53030e840acc0dec6cc881022ea40covener *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264.
87587593f1a53030e840acc0dec6cc881022ea40covener [Justin Erenkrantz]
52071e4b9f49c3a1c2c767c7ea80ec92cf9032c9covener
52071e4b9f49c3a1c2c767c7ea80ec92cf9032c9covener *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
52071e4b9f49c3a1c2c767c7ea80ec92cf9032c9covener allowing string-valued client certificate attributes to be used for
89b8bbc89404e7071e573c4f0a17f528996e855djorton access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
89b8bbc89404e7071e573c4f0a17f528996e855djorton [Martin Kraemer, David Reid]
89b8bbc89404e7071e573c4f0a17f528996e855djorton
e1d4c4e8366f46dc5dc1e6e24b4c7ac448dfa061sf [Apache 2.3.0-dev includes those bug fixes and changes with the
e1d4c4e8366f46dc5dc1e6e24b4c7ac448dfa061sf Apache 2.2.xx tree as documented, and except as noted, below.]
6bc4f334a04802bab835893d0c42af8bfb9c3c41sf
6bc4f334a04802bab835893d0c42af8bfb9c3c41sfChanges with Apache 2.2.x and later:
53593dbd8fece82cb66a23f0b7024d8d713d66f1sf
53593dbd8fece82cb66a23f0b7024d8d713d66f1sf *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
79e3f2f950745953fff4a6a8dfe1f7cce31ce287sf
79e3f2f950745953fff4a6a8dfe1f7cce31ce287sfChanges with Apache 2.0.x and later:
ab2b977442827214b1d884decf3e3f1579fd45e1rpluem
ab2b977442827214b1d884decf3e3f1579fd45e1rpluem *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
ab2b977442827214b1d884decf3e3f1579fd45e1rpluem
195edf54eccd8c5a436c7dd17f5f604e7074d5d1sfChanges with Apache 1.3.x and later:
195edf54eccd8c5a436c7dd17f5f604e7074d5d1sf
195edf54eccd8c5a436c7dd17f5f604e7074d5d1sf *) http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/src/CHANGES?view=markup
3709b26f3370ae89c5324a3c03fab56a93b09ecdsf
3709b26f3370ae89c5324a3c03fab56a93b09ecdsf
3709b26f3370ae89c5324a3c03fab56a93b09ecdsf