https://issues.apache.org/bugzilla/show_bug.cgi?id=37355
--- Comment #4 from Francois Leurent <[email protected]> 2011-11-22 22:40:33 UTC --- Created attachment 27977 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27977 Patched ported to 2.2.x This is the same thing, 5 years later. This patch based on apache-httpd version 2.2.21. It adds a new feature for the ProxyRemote config item. It is now possible to set an optional <proxy-user:proxy-passwd@> prefix. This works with http and https backends. ProxyRemote <protocol://backend-server[:port]> <protocol://[<proxy-user>:<proxy-passwd>@]<proxy-server[:port]> Example: ProxyRemote https://foo.org http://user:[email protected]:8080 I could only test this patch with a Squid Proxy. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
