RE: [users@httpd] ProxyPassReverseCookieDomain

2005-06-13 Thread Axel-Stéphane SMORGRAV
I patched mod_proxy.c, mod_proxy.h and proxy_http.c from 2.0.54 with patch id 11915 without any problem. It also compiled like a charm and so far it does not seem to break anything else. I'll do additional testing over the next few weeks. Reverse proxying is really important to me, so I've give

RE: [users@httpd] ProxyPassReverseCookieDomain

2005-06-13 Thread Axel-Stéphane SMORGRAV
Thanks, Nick In the meantime I will try to apply your patch to 2.0.54 -ascs -Original Message- From: Nick Kew [mailto:[EMAIL PROTECTED] Sent: Saturday, June 11, 2005 1:08 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] ProxyPassReverseCookieDomain Axel-Stéphane SMORGRAV w

Re: [users@httpd] ProxyPassReverseCookieDomain

2005-06-10 Thread Nick Kew
Axel-Stéphane SMORGRAV wrote: > In a reverse proxy, I need to fix up the cookie domain of Set-Cookie headers > passed back to the client. > > In response to BR 10722, Nick Kew made a patch against 2.0.49 in June of > last year, but this patch has apparently not yet made it into any 2.0 > relea

[users@httpd] ProxyPassReverseCookieDomain

2005-06-10 Thread Axel-Stéphane SMORGRAV
In a reverse proxy, I need to fix up the cookie domain of Set-Cookie headers passed back to the client. In response to BR 10722, Nick Kew made a patch against 2.0.49 in June of last year, but this patch has apparently not yet made it into any 2.0 release, not even 2.0.54. I do however observe