Inexplicable changes to examples/apache2/mkws-examples which SOMEONE MADE AND DID...
authorMike Taylor <mike@indexdata.com>
Tue, 12 May 2015 08:59:41 +0000 (08:59 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 12 May 2015 08:59:41 +0000 (08:59 +0000)
examples/apache2/mkws-examples

index 86f7cf2..7debe95 100644 (file)
@@ -2,7 +2,8 @@
 
 <VirtualHost *:80>
     ServerName example.indexdata.com
 
 <VirtualHost *:80>
     ServerName example.indexdata.com
-    DocumentRoot /home/indexdata/mkws/examples/htdocs/
+    DocumentRoot /home/indexdata/demos/
+    Alias /mkws-sandbox/ /home/indexdata/mkws/examples/htdocs/
     Alias /tools/htdocs/ /home/indexdata/mkws/tools/htdocs/
     Alias /src/ /home/indexdata/mkws/src/
     Alias /jasmine/ /home/indexdata/mkws/examples/jasmine/
     Alias /tools/htdocs/ /home/indexdata/mkws/tools/htdocs/
     Alias /src/ /home/indexdata/mkws/src/
     Alias /jasmine/ /home/indexdata/mkws/examples/jasmine/
 
     RewriteEngine on
     RewriteRule /service-proxy-auth http://sp-mkws.indexdata.com/service-proxy/?command=auth&action=login&username=mkws&password=mkws [P]
 
     RewriteEngine on
     RewriteRule /service-proxy-auth http://sp-mkws.indexdata.com/service-proxy/?command=auth&action=login&username=mkws&password=mkws [P]
+    #ProxyPass /spcat/ http://spcatdemo.indexdata.com/spcat/
+    #ProxyPassReverse /spcat/ http://spcatdemo.indexdata.com/spcat/
+    ProxyPass /spcat/ http://catdemo-us.indexdata.com/spcat/
+    ProxyPassReverse /spcat/ http://catdemo-us.indexdata.com/spcat/
     #RewriteLog /var/log/apache2/mkws-examples-rewrite.log
     #RewriteLogLevel 9
 </VirtualHost>
     #RewriteLog /var/log/apache2/mkws-examples-rewrite.log
     #RewriteLogLevel 9
 </VirtualHost>