From 3ac8ca7868ade978a3d0fc74113f3276e5c183ec Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 18 Dec 2011 20:19:11 +0000 Subject: Add ability to configure an HTTPS proxy with load balancing over a set of HTTP backend servers and get OAuth authentication working with that topology. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1220526 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/http/proxy-conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sca-cpp/trunk/modules/http/proxy-conf') diff --git a/sca-cpp/trunk/modules/http/proxy-conf b/sca-cpp/trunk/modules/http/proxy-conf index 9094996b4b..76e5b2f3dd 100755 --- a/sca-cpp/trunk/modules/http/proxy-conf +++ b/sca-cpp/trunk/modules/http/proxy-conf @@ -32,5 +32,10 @@ Require all granted ProxySet lbmethod=byrequests + +RequestHeader set X-Forwarded-HTTPS %{HTTPS}s +RequestHeader set X-Forwarded-Port %{SERVER_PORT}s + + EOF -- cgit v1.2.3