diff options
Diffstat (limited to 'sca-cpp/trunk/samples/store-python')
-rwxr-xr-x | sca-cpp/trunk/samples/store-python/ssl-start | 1 | ||||
-rwxr-xr-x | sca-cpp/trunk/samples/store-python/start | 1 | ||||
-rwxr-xr-x | sca-cpp/trunk/samples/store-python/uec2-start | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sca-cpp/trunk/samples/store-python/ssl-start b/sca-cpp/trunk/samples/store-python/ssl-start index 60b9bb5ace..e639b538d8 100755 --- a/sca-cpp/trunk/samples/store-python/ssl-start +++ b/sca-cpp/trunk/samples/store-python/ssl-start @@ -20,6 +20,7 @@ ../../modules/http/ssl-ca-conf tmp localhost ../../modules/http/ssl-cert-conf tmp localhost ../../modules/http/httpd-conf tmp localhost 8090 htdocs +../../modules/http/httpd-event-conf tmp ../../modules/http/httpd-ssl-conf tmp 8453 ../../modules/http/open-auth-conf tmp ../../modules/http/passwd-auth-conf tmp foo foo diff --git a/sca-cpp/trunk/samples/store-python/start b/sca-cpp/trunk/samples/store-python/start index 8df7875634..b4ca1461fd 100755 --- a/sca-cpp/trunk/samples/store-python/start +++ b/sca-cpp/trunk/samples/store-python/start @@ -18,6 +18,7 @@ # under the License. ../../modules/http/httpd-conf tmp localhost 8090 htdocs +../../modules/http/httpd-event-conf tmp ../../modules/server/server-conf tmp ../../modules/python/python-conf tmp cat >>tmp/conf/httpd.conf <<EOF diff --git a/sca-cpp/trunk/samples/store-python/uec2-start b/sca-cpp/trunk/samples/store-python/uec2-start index 84c170e596..53428be0bf 100755 --- a/sca-cpp/trunk/samples/store-python/uec2-start +++ b/sca-cpp/trunk/samples/store-python/uec2-start @@ -31,6 +31,7 @@ sudo ../../ubuntu/ip-redirect-all 443 8453 ../../modules/http/ssl-ca-conf tmp $host ../../modules/http/ssl-cert-conf tmp $host ../../modules/http/httpd-conf tmp $host 8090/80 htdocs +../../modules/http/httpd-event-conf tmp ../../modules/http/httpd-ssl-conf tmp 8453/443 ../../modules/server/server-conf tmp ../../modules/python/python-conf tmp |