Re: [us...@httpd] Rewriting Response header from proxied server with Apache 2.0

2009-04-01 Thread Nick Kew
On 1 Apr 2009, at 15:39, pthys...@intec.ugent.be wrote: Yes I have: it's for Apache 2.2 and does not have an equivalent in Apache 2.0 it seems. Somewhere in bugzilla (issues.apache.org) there's a patch for 2.0. -- Nick Kew -

Re: [us...@httpd] Rewriting Response header from proxied server with Apache 2.0

2009-04-01 Thread André Warnier
pthys...@intec.ugent.be wrote: [...] So my question boils down to: what is a valid Apache 2.0 workaround for the functionality offered by proxypassreversecookiedomain and proxypassreversecookiepath, given that I cannot upgrade to Apache 2.2 and cannot modify the proxied server (e.g. change anythi

Re: [us...@httpd] Rewriting Response header from proxied server with Apache 2.0

2009-04-01 Thread Tom Evans
On Wed, 2009-04-01 at 16:03 +0200, Krist van Besien wrote: > On Wed, Apr 1, 2009 at 2:02 PM, wrote: > > > However, the proxied application has "login" functionality and thus sets a > > cookie. > > > > While I have been working on the revrese proxy setup for the last couple > > of days, I believe

Re: [us...@httpd] Rewriting Response header from proxied server with Apache 2.0

2009-04-01 Thread pthyseba
> On Wed, Apr 1, 2009 at 2:02 PM, wrote: > >> However, the proxied application has "login" functionality and thus sets >> a >> cookie. >> >> While I have been working on the revrese proxy setup for the last couple >> of days, I believe I'm now stuck: the proxied app is generating cookies >> with

Re: [us...@httpd] Rewriting Response header from proxied server with Apache 2.0

2009-04-01 Thread Krist van Besien
On Wed, Apr 1, 2009 at 2:02 PM, wrote: > However, the proxied application has "login" functionality and thus sets a > cookie. > > While I have been working on the revrese proxy setup for the last couple > of days, I believe I'm now stuck: the proxied app is generating cookies > with domain "remo

[us...@httpd] Rewriting Response header from proxied server with Apache 2.0

2009-04-01 Thread pthyseba
Hello, I'm setting up an Apache reverse proxy (for Apache 2.0.52 on RHEL4) and am struggling with the following problem: when mapping http://proxy/remote/ to http://remote/, I have been able to replace all references to server remote using ProxyPass, ProxyPassReverse and mod_proxy_html module to