diff options
author | Stefan Fritsch <sf@apache.org> | 2015-02-14 00:24:10 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2015-02-14 00:24:10 +0100 |
commit | 4893ecda29cc3018c78ea9866fad373732ff2916 (patch) | |
tree | 776bacdaa676c0bf0bdeacfdbb1fa4028dc31b2b /CHANGES | |
parent | mod_proxy_http: Use the "Connection: close" header for requests to (diff) | |
download | apache2-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |