Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: httpoxy vulnerability |
|
Author |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
|
Back to top |
|
C0nw0nk
Joined: 07 Oct 2013 Posts: 241 Location: United Kingdom, London
|
Posted: Tue 19 Jul '16 1:35 Post subject: |
|
|
The fix is simple and easy to implement.
https://httpoxy.org/
Nginx : (I suggest /conf/fastcgi_params file depends on your CGI setup if you include that file or not.)
Code: | fastcgi_param HTTP_PROXY ""; |
If you use Nginx as a proxy to forward to Apache i recommend you put this in your http {} location config of Nginx.
Code: | proxy_set_header Proxy ""; |
Apache :
Code: | RequestHeader unset Proxy early |
|
|
Back to top |
|
|
|
|
|
|