For reasons that I don't understand, example.indexdata.com was
authorMike Taylor <mike@indexdata.com>
Fri, 15 May 2015 12:56:06 +0000 (12:56 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 15 May 2015 12:56:06 +0000 (12:56 +0000)
using DocumentRoot /home/indexdata/mkws/examples/htdocs/.
I patched it up to use /home/indexdata/demos instead for today's demo.
But I want to understand how it got like this.

examples/apache2/mkws-examples

index 86f7cf2..82ed593 100644 (file)
@@ -2,7 +2,8 @@
 
 <VirtualHost *:80>
     ServerName example.indexdata.com
-    DocumentRoot /home/indexdata/mkws/examples/htdocs/
+    #DocumentRoot /home/indexdata/mkws/examples/htdocs/
+    DocumentRoot /home/indexdata/demos
     Alias /tools/htdocs/ /home/indexdata/mkws/tools/htdocs/
     Alias /src/ /home/indexdata/mkws/src/
     Alias /jasmine/ /home/indexdata/mkws/examples/jasmine/