diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-13 07:57:06 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-13 07:57:06 +0000 |
commit | eb7ad1a0241d049f10c9e62a8eb4d9e1dd3000a9 (patch) | |
tree | 0284fdb498571add89832977f6875a44557608e2 /sca-cpp/trunk/modules/edit | |
parent | c53f08af43a87119f9307fe7bc48303299c9beed (diff) |
Add configuration and script to enable mod-security 2.6.0.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/edit')
-rwxr-xr-x | sca-cpp/trunk/modules/edit/ssl-start | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sca-cpp/trunk/modules/edit/ssl-start b/sca-cpp/trunk/modules/edit/ssl-start index 1c85c74b5b..5b982f45ff 100755 --- a/sca-cpp/trunk/modules/edit/ssl-start +++ b/sca-cpp/trunk/modules/edit/ssl-start @@ -38,6 +38,10 @@ jsprefix=`readlink -f $here/../js` ../../modules/http/open-auth-conf tmp ../../modules/http/passwd-auth-conf tmp john john ../../modules/http/passwd-auth-conf tmp jane jane +../../modules/http/passwd-auth-conf tmp admin admin + +# Configure mod-security +../../modules/http/mod-security-conf tmp # Configure Python component support ../../modules/server/server-conf tmp |