diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-27 06:24:56 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-27 06:24:56 +0000 |
commit | d64a280c20229e374684e9b5e392fdf878ed5514 (patch) | |
tree | bd0edee43d0f6569824a3d3d38960a5602c58da8 /sca-cpp/trunk/modules/python/python-conf | |
parent | dac887d0f494151b210588ce694c55ce27f07263 (diff) |
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
Diffstat (limited to 'sca-cpp/trunk/modules/python/python-conf')
-rwxr-xr-x | sca-cpp/trunk/modules/python/python-conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-cpp/trunk/modules/python/python-conf b/sca-cpp/trunk/modules/python/python-conf index 82decd8eb4..983679db4d 100755 --- a/sca-cpp/trunk/modules/python/python-conf +++ b/sca-cpp/trunk/modules/python/python-conf @@ -22,5 +22,7 @@ here=`readlink -f $0`; here=`dirname $here` root=`readlink -f $1` cat >>$root/conf/httpd.conf <<EOF +# Support for Python SCA components LoadModule mod_tuscany_eval $here/libmod_tuscany_python.so + EOF |