I'm running an webapp on http://localhost:4020/
I proxy some requests from it to my apache server running on http://localhost:80
But instead of the file I want I get this error message:
Client sent malformed Host header because the Host header of the request (it is set to localhost:4020).
How to allow localhost:4020 to access the file?