On Mon, Apr 19, 2010 at 6:52 AM, xgas wrote:
> What I want to achieve is following:
> All responses have header CacheHit with request times.
When a response is served from the cache, all of this processing is
skipped -- the original response and its headers are all that goes
out.
--
Eric Coven
Hello,
Please help me out. I want to set header for cached content.
I use apache 2.2 with mod_header and mod_cache
Relevant parts in my conf file are following:
Header set CacheHit "%D %t"
CacheEnable disk /
CacheRoot /tmp/cache
CacheDirLevels 5
CacheDirLength 3
CacheMinFileSize 2
CacheIgnoreCa