On Wed, Nov 27, 2013 at 3:58 PM, Geoff Millikan <[email protected]> wrote:
> I think I found it but anyone want to confirm Apache doesn't unset the "Age" 
> header when mod_cache is used because the HTTP 1.1 spec
> requires it, "An HTTP/1.1 server that includes a cache MUST include an Age 
> header field in every response generated from its own
> cache."

No, It doesn't unset the header because mod_headers only runs at the
point where the original headers were sent.  Most of the server
processing is skipped when it's served from the cache, with the
exception of connection-level stuff and mod_cache's own processing.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to