summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/store-cluster/proxy-ssl-conf
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-11-28 07:17:11 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-11-28 07:17:11 +0000
commit14f1ada7b2bb66c6c3dae496d3963e9af3f0ab38 (patch)
tree01d610b53ba9b2088138d057f16ed6e5122cfe36 /sca-cpp/trunk/samples/store-cluster/proxy-ssl-conf
parent6c67a3ca11e4bcd7715d92df2e3e41e4e3fc0dc9 (diff)
Use different servers for cert-based and password-based auth and use event MPMs for tunnel and proxy servers.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039840 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/samples/store-cluster/proxy-ssl-conf')
-rwxr-xr-xsca-cpp/trunk/samples/store-cluster/proxy-ssl-conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/sca-cpp/trunk/samples/store-cluster/proxy-ssl-conf b/sca-cpp/trunk/samples/store-cluster/proxy-ssl-conf
index 3379a3c789..fc329f0d18 100755
--- a/sca-cpp/trunk/samples/store-cluster/proxy-ssl-conf
+++ b/sca-cpp/trunk/samples/store-cluster/proxy-ssl-conf
@@ -24,11 +24,12 @@ sslport=$3
set -x
# Configure an SSL-enabled proxy balancer
-../../modules/http/httpd-conf $root sca-store.com $port/80 $root/htdocs
+../../modules/http/httpd-conf $root sca-store.com $port $root/htdocs
../../modules/http/vhost-conf $root
../../modules/http/proxy-conf $root
+../../modules/http/httpd-event-conf $root
tar -C tmp/ssl -c `../../modules/http/ssl-cert-find tmp/ssl` | tar -C $root -x
-../../modules/http/httpd-ssl-conf $root $sslport/443
+../../modules/http/httpd-ssl-conf $root $sslport
../../modules/http/vhost-ssl-conf $root
../../modules/http/proxy-ssl-conf $root