X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=examples%2Fapache2%2Fmkws-examples;h=7debe95188d1e79a7c4331f4e997a83df4c07817;hp=42f067300ed38e9950f8897fd526cac65500e204;hb=HEAD;hpb=917098933e5f1d60be84004a525fb274cbc6676d diff --git a/examples/apache2/mkws-examples b/examples/apache2/mkws-examples index 42f0673..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/ @@ -11,7 +12,11 @@ CustomLog /var/log/apache2/mkws-examples-access.log combined RewriteEngine on - RewriteRule /service-proxy-auth http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=mkws&password=mkws [P] + 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