projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e68882c
)
omitted ssl enabling on apache
author
Chris Koeritz
<fred@gruntose.com>
Sat, 18 Nov 2017 01:39:00 +0000
(20:39 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Sat, 18 Nov 2017 01:39:00 +0000
(20:39 -0500)
scripts/site_avenger/revamp_cakelampvm.sh
patch
|
blob
|
history
diff --git
a/scripts/site_avenger/revamp_cakelampvm.sh
b/scripts/site_avenger/revamp_cakelampvm.sh
index 578226c42cfe2687dbe88ee4ef38edca56f17f0f..3cf7db3702c50671fdda90f514e624405b937b4f 100644
(file)
--- a/
scripts/site_avenger/revamp_cakelampvm.sh
+++ b/
scripts/site_avenger/revamp_cakelampvm.sh
@@
-97,6
+97,9
@@
if [ -L /etc/apache2/sites-enabled/000-default.conf ]; then
# the old site is in place still, so let's update that.
echo "Updating default web sites to latest version."
+ a2enmod ssl
+ test_or_die "enabling SSL for secure websites"
+
a2dissite 000-default
test_or_die "disabling old apache site"