Hello all, I have got the latest 1.4 build of lighttpd-improved and it
seems to be working fine.  However I have enabled mod_mem_cache and my
memcache server says it has nothing in it.  Not sure what's going on.
.conf:
server.modules += ("mod_mem_cache", "mod_cache", ... )
mem-cache.filetypes = ("image/jpeg")
mem-cache.expire-time = 1440 # 1 day
Then I check memcached by:
telnet localhost 11211
stats
and i get pretty much everything empty.  Is this the port
mod_mem_cached is looking at?  Am I missing a step?
Thanks
-- 
You received this message because you are subscribed to the Google Groups "mod_cache" group.
To post to this group, send email to 
mod_...@googlegroups.com.
To unsubscribe from this group, send email to 
mod_cache+...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mod_cache?hl=en.