Hi,
I seem to have a problem / misunderstanding regarding the use of the ProxyPassReverseCookieDomain directive on 2.2.4 on Windows.
So far so good.
It now transpires that I need to use ProxyPass to pass the parameters coming in on the request to
www.mydomain.com onto
www1.mydomain.com - as redirect doesn't send these initial parameters across.
I also added the following ProxyPassReverseCookieDomain directive:
But nothing seems to be happening. When I access
www.mydomain.com/site1, there is a cookie correctly created (with the right contents etc), however, it is named simply mydomain.com, ie. there is no www. nor www1. prefixing - this breaks subsequent processing on the
www1.mydomain.com box because there is no cookie named accordingly.
What am I doing wrong ? Do I need anything else ? Or am I being plain stupid ?
Thanks
Skiff