Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 13 Dec 2013 16:38:51 +0000 (16:38 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 13 Dec 2013 16:38:51 +0000 (16:38 +0000)
examples/apache2/mkws-examples
examples/htdocs/localauth.html

index 8d4a91b..460e154 100644 (file)
@@ -8,4 +8,6 @@
 
     RewriteEngine on
     RewriteRule /service-proxy-auth/ http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=demo&password=demo [P]
+    #RewriteLog /var/log/apache2/mkws-examples-rewrite.log
+    #RewriteLogLevel 9
 </VirtualHost>
index 1eac271..867d6ea 100644 (file)
@@ -9,6 +9,8 @@
         service_proxy_auth: "http://example.indexdata.com/service-proxy-auth/",
         service_proxy_auth_domain : "mkws.indexdata.com"
       };
+      // See also the Apache2 RewriteRule needed to make this work:
+      // http://example.indexdata.com/apache-config.txt
     </script>
     <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
   </head>