fixed error in vm guide, added fixes in revamp
authorChris Koeritz <fred@gruntose.com>
Sun, 17 Dec 2017 13:11:30 +0000 (08:11 -0500)
committerChris Koeritz <fred@gruntose.com>
Sun, 17 Dec 2017 13:11:30 +0000 (08:11 -0500)
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).

production/sites/cakelampvm.com/docs/manual/cakelampvm_guide_v002.html
scripts/site_avenger/revamp_cakelampvm.sh

index 883179042f6431ac276a20a3cbaad29c29cfa8e7..2b285a6d0a402023742d41316f884aee6cb0b7ec 100644 (file)
@@ -271,7 +271,7 @@ href="http://mapsdemo.cakelampvm.com">http://mapsdemo.cakelampvm.com</a></pre>
     <h4>Setting up DNS on Windows<a id="#windoze-dns" name="#windoze-dns"></a></h4>
     <p>The ipconfig tool will provide helpful information about your current
       networking and DNS configuration:</p>
-    <pre>&gt; ipconfig --all</pre>
+    <pre>&gt; ipconfig /all</pre>
     <p>The DNS configuration on Windows is somewhat byzantine.&nbsp; The pipe
       characters ('|') below are used to separate the menus or tabs or dialogs
       to traverse.&nbsp; Follow this path to get to the DNS config:</p>
index a646a85e0aaf2c365c9d3af807872b2c1a766974..8370cbde9a8606fd2f87c38f902bfde764d2904a 100644 (file)
@@ -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
 
+##############
+
+# 
 
 ##############