From: William A. Rowe Jr Date: Thu, 21 May 2009 18:40:49 +0000 (+0000) Subject: two user-visible changes X-Git-Tag: 2.2.12~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eba0fd810f3d0823b95eb092c02ed38c819a9a05;p=thirdparty%2Fapache%2Fhttpd.git two user-visible changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@777213 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 795a71ce9e6..0a9ce15531b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ - -*- coding: utf-8 -*- + -*- coding: utf-8 -*- Changes with Apache 2.2.12 *) SECURITY: CVE-2009-1195 (cve.mitre.org) @@ -11,6 +11,19 @@ Changes with Apache 2.2.12 mod_proxy_ajp: Avoid delivering content from a previous request which failed to send a request body. PR 46949 [Ruediger Pluem] + *) mod_proxy: Complete ProxyPassReverse to handle balancer URL's. Given; + BalancerMember balancer://alias http://example.com/foo + ProxyPassReverse /bash balancer://alias/bar + backend url http://example.com/foo/bar/that is now translated /bash/that + [William Rowe] + + *) New piped log syntax: Use "||process args" to launch the given process + without invoking the shell/command interpreter. Use "|$command line" + (the default behavior of "|command line" in 2.2) to invoke using shell, + consuming an additional shell process for the lifetime of the logging + pipe program but granting additional process invocation flexibility. + [William Rowe] + *) mod_ssl: Add server name indication support (RFC 4366) and better support for name based virtual hosts with SSL. PR 34607 [Peter Sylvester ,