Re: [users@httpd] Set response header based on another response header?

2013-04-05 Thread Daniel Gruno
On 04/05/2013 01:23 PM, Esmond Pitt wrote: > Can't be done. You can only set an environment variable based on a > *request* header. > > EJP Not entirely true, you can do this quite easily with filters, and I use it often for that exact purpose (except I don't use the Pragma thing, I do other tran

RE: [users@httpd] Set response header based on another response header?

2013-04-05 Thread Esmond Pitt
Can't be done. You can only set an environment variable based on a *request* header. EJP

Re: [users@httpd] Set response header based on another response header?

2013-04-04 Thread Igor Cicimov
Set environment variable based on the first header and use it to set the second one. On 04/04/2013 4:26 PM, "Esmond Pitt" wrote: > Is there a way to set a response header based on the content of another > response header? > > In my specific situation I am back-ended by Tomcat and I would like to