You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Hendrik Harms <he...@gmail.com> on 2006/01/19 08:36:05 UTC

[PATCH] ProxyRemote with Proxy-Authorization

This patch based on apache-httpd version 2.0.55. 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:passwd@bar.com:8080

I could only test this patch with a BlueCoat and a Squid Proxy.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37355

http://issues.apache.org/bugzilla/attachment.cgi?id=17448

--
----------------------------------------------------------
Hendrik Harms
mail: hendrik.harms@gmail.com