fixed error in vm guide, added fixes in revamp
[feisty_meow.git] / scripts / site_avenger / revamp_cakelampvm.sh
index d966b69f558bae3ebb2194ce54097eb8dbd178df..8370cbde9a8606fd2f87c38f902bfde764d2904a 100644 (file)
@@ -62,6 +62,8 @@ chown -R fred:fred /opt/feistymeow.org
 test_or_die "chown feisty meow to fred"
 group_perm /opt/feistymeow.org 
 test_or_die "group perms on feisty meow"
+group_perm /home/fred/apps/mapsdemo
+test_or_die "group perms on mapsdemo app"
 
 echo "Done with important permission changes."
 
@@ -134,6 +136,23 @@ fi
 
 ##############
 
+# fix up the apache site so that HSTS is disabled.  otherwise we can't view
+# the https site for cakelampvm.com once the domain name switch has occurred.
+
+# we operate only on our own specialized tls conf file.  hopefully no one has messed with it besides revamp.
+# note the use of the character class :blank: below to match spaces or tabs.
+search_replace "^[[:blank:]]*Header always set Strict-Transport-Security.*" "# not good for cakelampvm.com -- Header always set Strict-Transport-Security \"max-age=63072000; includeSubdomains;\"" /etc/apache2/conf-library/tls-enabling.conf
+if [ $? -ne 0 ]; then
+  echo the apache tls-enabling.conf file seems to have already been patched to disable strict transport security.  good.
+else
+  echo successfully patched the apache tls-enabling.conf file to disable strict transport security.  awesome.
+  restart_apache
+fi
+
+##############
+
+# 
+
 ##############
 
 # sequel--tell them they're great and show the hello again also.