Cookie domain -- workaround for apache bug
authorJakub Skoczen <jakub@indexdata.dk>
Tue, 25 Jun 2013 14:27:02 +0000 (16:27 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Tue, 25 Jun 2013 14:27:02 +0000 (16:27 +0200)
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>