From: Jakub Skoczen Date: Tue, 25 Jun 2013 14:27:02 +0000 (+0200) Subject: Cookie domain -- workaround for apache bug X-Git-Tag: 0.9.1~519 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=9720caeb77e58d2c71fcc18c009e3635fb7ae10a Cookie domain -- workaround for apache bug --- 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"