I'm using mod_proxy to proxy requests to an application which does not
respond properly when mod_proxy adds the X-Forwarded-For header. I'd
like to remove the header from the proxied request, but my attempts to
do so using mod_headers have failed. This might indicate that the
addition of the X-Fo
I'm sure this issue has been covered before, but I'm afraid my extensive
research has turned up only posts by users with the same problem with no
accompanying solution.
What I want do is configure a reverse proxy for use with an existing
authenticating forward proxy. The latter is beyond my cont