Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws
authorMike Taylor <mike@indexdata.com>
Fri, 13 Dec 2013 14:37:09 +0000 (14:37 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 13 Dec 2013 14:37:09 +0000 (14:37 +0000)
examples/apache2/mkws-examples

index bb76cd1..8d4a91b 100644 (file)
@@ -1,6 +1,11 @@
+# This is for the live example.indexdata.com, running on caliban
+
 <VirtualHost *:80>
     ServerName example.indexdata.com
     DocumentRoot /home/indexdata/mkws/examples/htdocs/
     ErrorLog /var/log/apache2/mkws-examples-error.log
     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=demo&password=demo [P]
 </VirtualHost>