]> granicus.if.org Git - apache/commitdiff
Update w/ add'n people. Jacob helped w/ the envvar stuff and Jim helped w/ the FPM...
authorJim Jagielski <jim@apache.org>
Mon, 13 Feb 2017 15:28:03 +0000 (15:28 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 13 Feb 2017 15:28:03 +0000 (15:28 +0000)
(If we remove the virtual_script stuff, remove Jim from this CHANGES entry)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1782792 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 4f507bd5a51db94b55696798c0ab9dab967b96f8..014d4ed4156b9e7befa2e37f6343fc77da352ff9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,8 @@
 Changes with Apache 2.5.0
 
   *) mod_proxy_fcgi: Add ProxyFCGISetEnvIf to fixup CGI environment
-     variables just before invoking the FastCGI. [Eric Covener]
+     variables just before invoking the FastCGI. [Eric Covener,
+     Jacob Champion]
 
   *) mod_proxy: Allow the per-request environment variable "no-proxy" to
      be used as an alternative to ProxyPass /path !. This is primarily
@@ -28,11 +29,11 @@ Changes with Apache 2.5.0
   *) mod_proxy_hcheck: Ensure thread-safety when concurrent healthchecks are
      in use (ProxyHCTPsize > 0).  PR 60071.  [Yann Ylavic, Jim Jagielski]
 
-  *) mod_proxy_fcgi: Return to 2.4.20-and-earlier behavior of leaving 
-     a "proxy:fcgi://" prefix in the SCRIPT_FILENAME environment variable by 
+  *) mod_proxy_fcgi: Return to 2.4.20-and-earlier behavior of leaving
+     a "proxy:fcgi://" prefix in the SCRIPT_FILENAME environment variable by
      default.  Add ProxyFCGIBackendType to allow the type of backend to be
      specified so these kinds of fixups can be restored without impacting
-     FPM. PR60576 [Eric Covener]
+     FPM. PR60576 [Eric Covener, Jim Jagielski]
 
   *) Don't set SO_REUSEPORT unless ListenCoresBucketsRatio is greater
      than zero.  [Eric Covener]