diff options
Diffstat (limited to '')
-rwxr-xr-x | sca-cpp/trunk/modules/edit/ssl-start | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sca-cpp/trunk/modules/edit/ssl-start b/sca-cpp/trunk/modules/edit/ssl-start index be465261dd..1c85c74b5b 100755 --- a/sca-cpp/trunk/modules/edit/ssl-start +++ b/sca-cpp/trunk/modules/edit/ssl-start @@ -18,7 +18,7 @@ # under the License. # For this module to work, add the app domains to your /etc/hosts as follows: -# 127.0.0.1 sca-store.com joe.sca-store.com jane.sca-store.com myprofile.sca-store.com myprofile2.sca-store.com nearme.sca-store.com nearme2.sca-store.com testvalues.sca-store.com testurl.sca-store.com testsocial.sca-store.com testlogic.sca-store.com testtext.sca-store.com +# 127.0.0.1 sca-store.com abc.sca-store.com xyz.sca-store.com ... here=`readlink -f $0`; here=`dirname $here` jsprefix=`readlink -f $here/../js` @@ -36,7 +36,7 @@ jsprefix=`readlink -f $here/../js` # Configure authentication ../../modules/http/open-auth-conf tmp -../../modules/http/passwd-auth-conf tmp joe joe +../../modules/http/passwd-auth-conf tmp john john ../../modules/http/passwd-auth-conf tmp jane jane # Configure Python component support @@ -93,6 +93,13 @@ SCAVirtualComposite app.composite EOF +# Configure main aliases +cat >>tmp/conf/httpd.conf <<EOF + +Alias /home.png $here/htdocs/home.png + +EOF + # Create app links and sub-directories if needed ./mkapplinks |