Hi, I am setting up apache to reverse proxy to an app server. The app server is incorrectly sending back Set-Cookie headers for every path visited. I was looking for a way to get httpd to correct this by making the path always be /. In other words, something like:
ProxyPassReverseCookiePath * / >From the docs it does not look like there is a simple prxoypass* rule to do this. Any other approach? Thanks. j