summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/store-cluster/server-ssl-conf
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/samples/store-cluster/server-ssl-conf')
-rwxr-xr-xsca-cpp/trunk/samples/store-cluster/server-ssl-conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/sca-cpp/trunk/samples/store-cluster/server-ssl-conf b/sca-cpp/trunk/samples/store-cluster/server-ssl-conf
index 13d0caa253..37a654b805 100755
--- a/sca-cpp/trunk/samples/store-cluster/server-ssl-conf
+++ b/sca-cpp/trunk/samples/store-cluster/server-ssl-conf
@@ -21,15 +21,23 @@ root=$1
port=$2
sslport=$3
+set -x
+
# Configure an SSL-enabled app server
../../modules/http/httpd-conf $root sca-store.com $port/80 htdocs
../../modules/http/vhost-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/vhost-ssl-conf $root
+
#../../modules/http/httpd-auth-conf $root
../../modules/openid/openid-conf $root
../../modules/openid/openid-step2-conf $root
+../../modules/openid/openid-memcached-conf $root localhost 11211
+../../modules/openid/openid-memcached-conf $root localhost 11212
+../../modules/openid/openid-memcached-conf $root localhost 11213
+
../../modules/server/server-conf $root
../../modules/python/python-conf $root
cat >>$root/conf/httpd.conf <<EOF