Re: [users@httpd] Using info in response headers to create new header

2012-07-26 Thread Igor Cicimov
On Fri, Jul 27, 2012 at 10:58 AM, Nick Kew wrote: > > On 27 Jul 2012, at 01:31, Igor Cicimov wrote: > > > Try this untested: > > > > SetEnvIf Set-Cookie mycookie=abc123-happy HAVE_happy > > How is that going to work? There are no response headers > at the point where setenvif runs! The same app

Re: [users@httpd] Using info in response headers to create new header

2012-07-26 Thread Nick Kew
On 27 Jul 2012, at 01:31, Igor Cicimov wrote: > Try this untested: > > SetEnvIf Set-Cookie mycookie=abc123-happy HAVE_happy How is that going to work? There are no response headers at the point where setenvif runs! The same applies to similar pseudo-programmatic approaches such as mod_rewrit

Re: [users@httpd] Using info in response headers to create new header

2012-07-26 Thread Igor Cicimov
On Fri, Jul 27, 2012 at 7:13 AM, wrote: > > Hello all, > > I've been researching mod_headers all day trying to figure out how to do > this... time to ask the group. > > I would like to be able to use the information in a Set-Cookie header to > determine if I should set an additional cookie. For

[users@httpd] Using info in response headers to create new header

2012-07-26 Thread kharper2
Hello all, I've been researching mod_headers all day trying to figure out how to do this... time to ask the group. I would like to be able to use the information in a Set-Cookie header to determine if I should set an additional cookie. For example, if Set-Cookie "mycookie=abc123-happy" comes th