You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/05/13 08:14:41 UTC

DO NOT REPLY [Bug 10722] - ProxyPassReverse doesn't change cookie paths

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=10722>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=10722

ProxyPassReverse doesn't change cookie paths

bill+apache@zettabyte.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bill+apache@zettabyte.net



------- Additional Comments From bill+apache@zettabyte.net  2004-05-13 06:14 -------
One might want to modify both the domain and the path, so you'd need two
directives, right?  For instance:

ProxyPassReverseCookieDomain foo.com bar.com
ProxyPassReverseCookiePath /mailprog /

I'm assuming it's original->new, like most apache directives.

You'd want to be able to set this on a per-url basis, perhaps in a <Directory
proxy:foo> block?

This seems pretty essential for flexible proxy/load balancer setup, so if I
missed an obvious better implementation, please comment.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org