Move the SPDemo stuff into examples area ... but do we still need it at all?
[mkws-moved-to-github.git] / etc / apache2 / spclient-live
index 7fc6ebc..dfa7ed4 100644 (file)
     RewriteEngine on
     RewriteLogLevel 1
     RewriteLog /var/log/apache2/mkws-rewrite.log 
-    RewriteRule /service-proxy-auth /service-proxy/?command=auth&action=login&username=guest&password=guest [P] # [NE,P]
+    RewriteRule /service-proxy-auth /service-proxy/?command=auth&action=login&username=demo&password=demo [P] # [NE,P]
 
-    Header set Access-Control-Allow-Origin "*"
     Header set Access-Control-Allow-Credentials true
 
     # For MKC Service Proxy
-    ProxyPass        /service-proxy/ http://mkc.indexdata.com:9009/service-proxy/
-    ProxyPassReverse /service-proxy/ http://mkc.indexdata.com:9009/service-proxy/
-
-    # Although what follows works perfectly well, it's no use to us:
-    # IE8/9 are unable to set or read ANY headers when operating in
-    # CORS mode.
-    #
-    #    PerlOptions +Parent
-    #    PerlSwitches -I/home/indexdata/mkws/etc/mod_perl
-    #    <Location /service-proxy/>
-    #        PerlInputFilterHandler MyApache2::CopyCookie
-    #        PerlOutputFilterHandler MyApache2::CopyCookie
-    #    </Location>
+    ProxyPass        /service-proxy/ http://mk2-test.indexdata.com/service-proxy/
+    ProxyPassReverse /service-proxy/ http://mk2-test.indexdata.com/service-proxy/
+
+    PerlOptions +Parent
+    PerlSwitches -I/home/indexdata/mkws/etc/mod_perl
+    <Location /service-proxy>
+        PerlOutputFilterHandler MyApache2::SetACAO
+    </Location>
 </VirtualHost>