RE: [users@httpd] Modifying headers according to response code

2011-06-30 Thread Michael Stevens
Re: [users@httpd] Modifying headers according to response code On Wed, 29 Jun 2011 19:20:26 +0000 Michael Stevens wrote: > Hello, > > I'd like to do this: > > Set Expires and Cache-control headers to specific values on a resource when > the response code is 200. > >

[users@httpd] Modifying headers according to response code

2011-06-29 Thread Michael Stevens
Hello, I'd like to do this: Set Expires and Cache-control headers to specific values on a resource when the response code is 200. Set those headers to different values when the response code is XXX (but not 200). The documentation for mod_expires and mod_headers does not suggest that this is