RE: [users@httpd] How to strip existing expires/max-age headers and add new

2012-09-11 Thread Bhattacharya, Sudip
Great. Thanks. It works. From: linuxsupport [mailto:lin.supp...@gmail.com] Sent: Tuesday, September 11, 2012 8:24 PM To: users@httpd.apache.org Subject: Re: [users@httpd] How to strip existing expires/max-age

Re: [users@httpd] How to strip existing expires/max-age headers and add new

2012-09-11 Thread linuxsupport
try adding below directives Header unset Cache-Control ExpiresByType image/jpeg "access plus 1 month" On Tue, Sep 11, 2012 at 8:10 PM, Bhattacharya, Sudip < sudip.bhattacha...@genpact.com> wrote: > Hi, > > I am new to this group, and also new to Apache HTTPD. Need your expert > inputs on the bel

[users@httpd] How to strip existing expires/max-age headers and add new

2012-09-11 Thread Bhattacharya, Sudip
Hi, I am new to this group, and also new to Apache HTTPD. Need your expert inputs on the below problem that I am facing. We have HTTPD acting as a proxy server, which passes on the requests to a backend WebLogic application server and gets responses from that server. I want to overwrite the ca