Clear apache server memory cache

I use mod_mem_cache on my apache web server to cache static content, but I need to know how to clear the cache. For disk cache, I think you can just erase the directory or use htcacheclean? But I'm not sure what to do for the memory cache (without restarting)

+3
source share
1 answer

I would like to use an external cache server (e.g. Memcached) with Apache mod_memcache_cache. The guide is here .

You have very easy access to it from anywhere, and it dumps contents into the Gulf when you don't want them to be very simple.

0
source

Source: https://habr.com/ru/post/1752822/


All Articles