From d64a280c20229e374684e9b5e392fdf878ed5514 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sat, 27 Mar 2010 06:24:56 +0000 Subject: Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to end with both HTTPD and WSGI servers. Minor cleanup of the HTTPD config scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928160 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/test/store-scheme/ssl-start | 34 +++++++++++++++++++++++++++++++ sca-cpp/trunk/test/store-scheme/start | 2 ++ 2 files changed, 36 insertions(+) create mode 100755 sca-cpp/trunk/test/store-scheme/ssl-start (limited to 'sca-cpp/trunk/test/store-scheme') diff --git a/sca-cpp/trunk/test/store-scheme/ssl-start b/sca-cpp/trunk/test/store-scheme/ssl-start new file mode 100755 index 0000000000..3d96c3b257 --- /dev/null +++ b/sca-cpp/trunk/test/store-scheme/ssl-start @@ -0,0 +1,34 @@ +#!/bin/sh + +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +../../modules/http/httpd-ca-conf tmp +../../modules/http/httpd-cert-conf tmp +../../modules/http/httpd-conf tmp 8090 htdocs +../../modules/http/httpd-ssl-conf tmp 8090 +../../modules/server/server-conf tmp +../../modules/server/scheme-conf tmp +cat >>tmp/conf/httpd.conf <>tmp/conf/httpd.conf <