X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=examples%2Fapache2%2Fmkws-examples;fp=examples%2Fapache2%2Fmkws-examples;h=7debe95188d1e79a7c4331f4e997a83df4c07817;hp=86f7cf2ef7e4613f43af6d38c2c55db1f20fa90c;hb=11cdce6a5654ac6a54938e6faa1b2539c3b5729d;hpb=5f39e98368832c582017b10f9ce0bb77eb441c44 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