From dd1b119ff882414cc37998f710fdd9e3f63043bf Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 15 May 2015 12:59:55 +0000 Subject: [PATCH] mkws-examples config file in urlstate branch copied from that in master branch. I don't understand how they diverged, but at least knowing they DID diverge explains why we were running from the wrong DocumentRoot --- examples/apache2/mkws-examples | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/apache2/mkws-examples b/examples/apache2/mkws-examples index 82ed593..7debe95 100644 --- a/examples/apache2/mkws-examples +++ b/examples/apache2/mkws-examples @@ -2,8 +2,8 @@ ServerName example.indexdata.com - #DocumentRoot /home/indexdata/mkws/examples/htdocs/ - DocumentRoot /home/indexdata/demos + 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/ @@ -13,6 +13,10 @@ 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 -- 1.7.10.4