summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2015-02-14 00:24:10 +0100
committerStefan Fritsch <sf@apache.org>2015-02-14 00:24:10 +0100
commit4893ecda29cc3018c78ea9866fad373732ff2916 (patch)
tree776bacdaa676c0bf0bdeacfdbb1fa4028dc31b2b /CHANGES
parentmod_proxy_http: Use the "Connection: close" header for requests to (diff)
downloadapache2-4893ecda29cc3018c78ea9866fad373732ff2916.tar.xz
apache2-4893ecda29cc3018c78ea9866fad373732ff2916.zip
suexec: Filter out HTTP_PROXY
Some programs look there for the http proxy server. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1659711 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1197bf42fe..fa122774c2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@ Changes with Apache 2.5.0
calls r:wsupgrade() can cause a child process crash.
[Edward Lu <Chaosed0 gmail.com>]
+ *) suexec: Filter out the HTTP_PROXY environment variable because it is
+ treated as alias for http_proxy by some programs. [Stefan Fritsch]
+
*) mod_proxy_http: Use the "Connection: close" header for requests to
backends not recycling connections (disablereuse), including the default
reverse and forward proxies. [Yann Ylavic]