From 6bcd96797782d195c800d622066593129b73565e Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 17 Dec 2017 08:11:30 -0500 Subject: [PATCH] fixed error in vm guide, added fixes in revamp revamp *should* now properly take strict transport security out of apache headers, and it should also add the wildcard domain names for cakelampvm.com (on anything other than www and the base name). --- .../cakelampvm.com/docs/manual/cakelampvm_guide_v002.html | 2 +- scripts/site_avenger/revamp_cakelampvm.sh | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v002.html b/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v002.html index 88317904..2b285a6d 100644 --- a/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v002.html +++ b/production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v002.html @@ -271,7 +271,7 @@ href="http://mapsdemo.cakelampvm.com">http://mapsdemo.cakelampvm.com

Setting up DNS on Windows

The ipconfig tool will provide helpful information about your current networking and DNS configuration:

-
> ipconfig --all
+
> ipconfig /all

The DNS configuration on Windows is somewhat byzantine.  The pipe characters ('|') below are used to separate the menus or tabs or dialogs to traverse.  Follow this path to get to the DNS config:

diff --git a/scripts/site_avenger/revamp_cakelampvm.sh b/scripts/site_avenger/revamp_cakelampvm.sh index a646a85e..8370cbde 100644 --- a/scripts/site_avenger/revamp_cakelampvm.sh +++ b/scripts/site_avenger/revamp_cakelampvm.sh @@ -137,7 +137,7 @@ fi ############## # fix up the apache site so that HSTS is disabled. otherwise we can't view -# https site once the domain name switch has occurred. +# 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. @@ -149,6 +149,9 @@ else restart_apache fi +############## + +# ############## -- 2.34.1