Forum Moderators: phranque
I try to configure ProxyRemote with a web proxy wich need authentication.
Do you know if something like that is possible :
ProxyRemote http http://login:password@mon.proxy.com:80
I've got a "407 Proxy authentication required" if I leave that :
ProxyRemote http http://my.proxy.com:80
Is it possible to configure apache in order to send login and password to the proxy ?
Thank you,
Thomas
Jim
This is the typical scenario in a "reverse proxy" "application server" set-up -- The back end appears as sort of an "extension" to the front-end machine, but is not directly-accessible (or visible) from the Web.
It appeared to me that you were trying to include the auth info in the URL passed from the front end to the back end, with the back-end host being the one that required authorization.
The descriptions of machines and their roles in the Apache mod_proxy documentation may be helpful to you in figuring out this problem.
Jim