Hi All, we tried to configure mod_cache on a Apache HTTPD 2.4 instance but we noticed that a elements hasn't been served from the cache because we have cache miss message like:
127.0.0.1164 [07/Jul/2022:11:17:54 +0200] 27320 "GET /files/json/test.json HTTP/1.1" 200 13479 cache miss: attempting entity save If we checked with the htcacheclean command we found a lot of keys in cache of this URI: 51760 https://localhost:443/files/json/test.json? Could you help us to identify the issue of this missing caching? Thanks, Marcello