diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-03 06:24:23 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-03 06:24:23 +0000 |
commit | 62d5e37461b84c52c6b40ea681bad90d375722b8 (patch) | |
tree | 3738af604b3012e22adfe7360f456156ced72ca7 /sca-cpp/trunk/samples/store-cluster/server-ssl-conf | |
parent | 21f05fa8f3880e033e664a005006d58616772869 (diff) |
Configure mod-auth-openid to use memcached instead of sqlite. Remove dependencies on sqlite.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992219 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/samples/store-cluster/server-ssl-conf')
-rwxr-xr-x | sca-cpp/trunk/samples/store-cluster/server-ssl-conf | 8 |
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 |