Reverse proxy in Apache

Umm… I have a question but not sure if this is an appropriate place to ask it.

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

For diagnosis/testing:

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.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct