Apache can be configured to rewrite the domain. The necessary configuration on the reverse proxy isZugschlus wrote:Thanks for spotting this. Looks like the reverse proxy is acting up as I see the cookie's domain rewritten in earlier requests. I'll do a trace on the circuit between reverse proxy and application.
Code: Select all
ProxyPassReverseCookieDomain 127.0.0.1:1312 blog.zugschlus.de
ProxyPassReverseCookieDomain 127.0.0.1 blog.zugschlus.de
Now I need to understand why things have been working sometimes, and sometimes, not - with the wrong cookie domain I would have expected things to not work at all.
Greetings
Marc