Cookie domain -- workaround for apache bug
[mkws-moved-to-github.git] / etc / apache2 / spclient-live
index 1c86b9f..b868b62 100644 (file)
@@ -23,8 +23,8 @@
     # For MKC Service Proxy
     ProxyPass        /service-proxy/ http://mkc.indexdata.com:9009/service-proxy/
     ProxyPassReverse /service-proxy/ http://mkc.indexdata.com:9009/service-proxy/
-    ProxyPassReverseCookiePath /service-proxy /
-    ProxyPassReverseCookieDomain "" mkws.indexdata.com
+    # workaround https://issues.apache.org/bugzilla/show_bug.cgi?id=44322
+    ProxyPassReverseCookiePath /service-proxy "/; Domain=mkws.indexdata.com"
 </VirtualHost>
 
 <VirtualHost *:80>