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,
> >
> &
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
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