[us...@httpd] Re: mod_cache mod_mem_cache configurationproblem - cache not working

2010-04-23 Thread xgas
Hi, It seems that apache with prefork has different mem cache space for each fork. At least this is my asumption, because multipel time of refresh shows that sometimee the cache was hitted sometimes not. Raino > On 2010-04-23 at 05:23, xgas wrote: > > > Hello, > > > &

[us...@httpd] mod_cache mod_mem_cache configuration problem - cache not working

2010-04-23 Thread xgas
Hello, I have problem where memory cache not working but disk cache works. Am I missing something from configuration? mod_mem_cache is loaded. Relevant part of configuration is following #Memory cache CacheEnable mem /energia-theme CacheEnable disk /html CacheEnable mem / #Max cache s

[us...@httpd] mod_cache mod_header set header for cached response

2010-04-19 Thread xgas
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