Reverse proxy in Apache
I have a reverse proxy running under Apache, and it appears that cookies are not being transferred correctly. I'm not sure how to diagnose the problem (eg, I can't figure out how to log all cookies going in and out). Can someone point me to more information, or, if there is a guru reading this, maybe I should post the question in more detail?
TIA
1 Reply
ProxyHTMLLogVerbose On
LogLevel Info (or LogLevel Debug)
Check your values for the ProxyPassReverseCookieDomain and ProxyPassReverseCookiePath directives. If they are wrong or missing, your cookies will get screwed up.