From 38eceb6155b02a96df67a962408a357a2bdfa0de Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 18 Dec 2011 20:55:01 +0000 Subject: Turn ProxyPreserveHost off as it causes backend HTTPD servers to redirect requests instead of accepting them. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1220537 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/http/httpd-ssl-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-cpp/trunk/modules/http/httpd-ssl-conf') diff --git a/sca-cpp/trunk/modules/http/httpd-ssl-conf b/sca-cpp/trunk/modules/http/httpd-ssl-conf index f397c2f7de..fda40f01f1 100755 --- a/sca-cpp/trunk/modules/http/httpd-ssl-conf +++ b/sca-cpp/trunk/modules/http/httpd-ssl-conf @@ -129,7 +129,7 @@ Include conf/log-ssl.conf # Enable HTTPS reverse proxy ProxyRequests Off -ProxyPreserveHost On +ProxyPreserveHost Off ProxyStatus On SSLProxyEngine on SSLProxyCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL -- cgit v1.2.3