Re: Conditionally Setting HTTP Response Header

2010-03-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anurag, On 3/15/2010 12:17 PM, Anurag Kapur wrote: > Thanks for your reply. I am actually trying to use a combination > of mod_setenvif and mod_headers. mod_headers can do the job as long as an > appropriate environment variable is set. I am trying to

Re: Conditionally Setting HTTP Response Header

2010-03-15 Thread Anurag Kapur
Hi Chris, Thanks for your reply. I am actually trying to use a combination of mod_setenvif and mod_headers. mod_headers can do the job as long as an appropriate environment variable is set. I am trying to achieve the desired outcome using something like the following: SetEnvIf Cache-Control .+

Re: Conditionally Setting HTTP Response Header

2010-03-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anurag, On 3/15/2010 9:12 AM, Anurag Kapur wrote: > I am looking for some help to set HTTP response headers conditionally. I > have a setup where HTTPD sits in front of Tomcat and proxies requests to it. [snip] > I have been trying to work with mod_

Conditionally Setting HTTP Response Header

2010-03-15 Thread Anurag Kapur
: Conditionally Setting HTTP Response Header To: us...@httpd.apache.org Cc: "Kapur, Anurag" Hello, I am looking for some help to set HTTP response headers conditionally. I have a setup where HTTPD sits in front of Tomcat and proxies requests to it. *Problem Statement* Set a Cache-Contr