X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fapache2%2Fmkws-examples;h=7debe95188d1e79a7c4331f4e997a83df4c07817;hb=ff4ef5a862a96d76c8a52557452105e9757a58af;hp=bb76cd131ab712f9b0e9499b131a177d9fc9d20a;hpb=a2ad8d39ab46634f8eb2f16617a0c994d2bd6a84;p=mkws-moved-to-github.git diff --git a/examples/apache2/mkws-examples b/examples/apache2/mkws-examples index bb76cd1..7debe95 100644 --- a/examples/apache2/mkws-examples +++ b/examples/apache2/mkws-examples @@ -1,6 +1,22 @@ +# This is for the live example.indexdata.com, running on caliban + 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 /test/ /home/indexdata/mkws/test/ ErrorLog /var/log/apache2/mkws-examples-error.log CustomLog /var/log/apache2/mkws-examples-access.log combined + + 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