Re: [EMAIL PROTECTED] mod_cache and mod_mem_cache

2008-11-07 Thread Manik Taneja
Hi, This requires some amount of development work. We added an additional header to the response header, X-Cache-Stat. In file mod_cache.c, the following changes were made. The actual line numbers may differ depending on your version of the code. 465a477,480 > /*mbenjamin: TCP_MISS

Re: [EMAIL PROTECTED] mod_cache and mod_mem_cache

2008-11-05 Thread Andrew Dixon
Hi Manik, Can you explain how you did this? Thanks Andrew 2008/11/5 Manik Taneja <[EMAIL PROTECTED]> > Andrew Dixon wrote: > >> Hi All, >> >> I have enabled mod_cache and I'm using mem caching (mod_mem_cache) as my >> caching type, but how can I check if it is actually doing anything. Is there

Re: [EMAIL PROTECTED] mod_cache and mod_mem_cache

2008-11-05 Thread Manik Taneja
Andrew Dixon wrote: Hi All, I have enabled mod_cache and I'm using mem caching (mod_mem_cache) as my caching type, but how can I check if it is actually doing anything. Is there anyway to see what is in the cache, being served from the cache, what the cache hit rate is, etc...??? There isn'

[EMAIL PROTECTED] mod_cache and mod_mem_cache

2008-11-03 Thread Andrew Dixon
Hi All, I have enabled mod_cache and I'm using mem caching (mod_mem_cache) as my caching type, but how can I check if it is actually doing anything. Is there anyway to see what is in the cache, being served from the cache, what the cache hit rate is, etc...??? Thanks Kind regards, Andrew.