From: Mike Taylor Date: Tue, 12 May 2015 08:59:41 +0000 (+0000) Subject: Inexplicable changes to examples/apache2/mkws-examples which SOMEONE MADE AND DID... X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=11cdce6a5654ac6a54938e6faa1b2539c3b5729d Inexplicable changes to examples/apache2/mkws-examples which SOMEONE MADE AND DID NOT CHECK IN. I don't know what their intention was. Come ON, people. --- diff --git a/examples/apache2/mkws-examples b/examples/apache2/mkws-examples index 86f7cf2..7debe95 100644 --- a/examples/apache2/mkws-examples +++ b/examples/apache2/mkws-examples @@ -2,7 +2,8 @@ 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/ @@ -12,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