diff options
Diffstat (limited to 'sca-cpp/trunk/samples/store-vhost/start')
-rwxr-xr-x | sca-cpp/trunk/samples/store-vhost/start | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sca-cpp/trunk/samples/store-vhost/start b/sca-cpp/trunk/samples/store-vhost/start index 9f218807f9..16ffe351ec 100755 --- a/sca-cpp/trunk/samples/store-vhost/start +++ b/sca-cpp/trunk/samples/store-vhost/start @@ -22,6 +22,10 @@ ../../modules/server/server-conf tmp ../../modules/python/python-conf tmp cat >>tmp/conf/httpd.conf <<EOF +# Configure SCA Composite +SCAContribution `pwd`/shared/ +SCAComposite shared.composite + # Configure SCA Composite for mass dynamic virtual hosting SCAVirtualContribution `pwd`/domains/ SCAVirtualComposite store.composite |