]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
two user-visible changes
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 21 May 2009 18:40:49 +0000 (18:40 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 21 May 2009 18:40:49 +0000 (18:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@777213 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 795a71ce9e63320c4742b40795a6e102eb04800e..0a9ce15531b0fa97d3b90741f6b1a820f15f3f58 100644 (file)
--- 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 <peter.sylvester edelweb.fr>,