diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-26 20:59:49 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-26 20:59:49 +0000 |
commit | ec39961fa92cf9d2882ec61fd525b24a00b0e205 (patch) | |
tree | 7c75554f3252111a9701de72a3b42b0a93841004 /sca-cpp/trunk/samples/store-cluster/proxy-ssl-conf | |
parent | 7c018c6fb691b65ac1cb181a95f5766e2933eb3c (diff) |
Move virtual host htdocs under their corresponding virtual host contribution directory.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074925 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/samples/store-cluster/proxy-ssl-conf')
-rwxr-xr-x | sca-cpp/trunk/samples/store-cluster/proxy-ssl-conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/samples/store-cluster/proxy-ssl-conf b/sca-cpp/trunk/samples/store-cluster/proxy-ssl-conf index fc329f0d18..b8d202049b 100755 --- a/sca-cpp/trunk/samples/store-cluster/proxy-ssl-conf +++ b/sca-cpp/trunk/samples/store-cluster/proxy-ssl-conf @@ -25,7 +25,7 @@ set -x # Configure an SSL-enabled proxy balancer ../../modules/http/httpd-conf $root sca-store.com $port $root/htdocs -../../modules/http/vhost-conf $root +../../modules/http/vhost-conf $root $root/domains htdocs ../../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 |