diff options
Diffstat (limited to 'sca-cpp/trunk/samples/store-cluster/server-ssl-conf')
-rwxr-xr-x | sca-cpp/trunk/samples/store-cluster/server-ssl-conf | 1 |
1 files changed, 1 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 56ca5edc8c..83628bbacd 100755 --- a/sca-cpp/trunk/samples/store-cluster/server-ssl-conf +++ b/sca-cpp/trunk/samples/store-cluster/server-ssl-conf @@ -25,6 +25,7 @@ set -x # Configure an SSL-enabled app server ../../modules/http/httpd-conf $root sca-store.com $port htdocs +../../modules/http/httpd-event-conf $root ../../modules/http/vhost-conf $root domains htdocs tar -C tmp/ssl -c `../../modules/http/ssl-cert-find tmp/ssl` | tar -C $root -x |