From 9720caeb77e58d2c71fcc18c009e3635fb7ae10a Mon Sep 17 00:00:00 2001 From: Jakub Skoczen Date: Tue, 25 Jun 2013 16:27:02 +0200 Subject: [PATCH] Cookie domain -- workaround for apache bug --- etc/apache2/spclient-live | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/apache2/spclient-live b/etc/apache2/spclient-live index 1c86b9f..b868b62 100644 --- a/etc/apache2/spclient-live +++ b/etc/apache2/spclient-live @@ -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" -- 1.7.10.4