cache-handler icon indicating copy to clipboard operation
cache-handler copied to clipboard

Distributed HTTP caching module for Caddy

Results 37 cache-handler issues
Sort by recently updated
recently updated
newest added

``` # Caddyfile config block { admin off order cache before rewrite cache { mode bypass allowed_http_verbs GET HEAD stale 1h key { disable_body disable_method disable_query } } } (spec_cache)...

Hi! I fell in love with Caddy after years of using Nginx Proxy Manager. I mostly use it for reverse proxies and sometimes caching or responses is a must when...

``` # error detail # caddy validate Caddyfile 2024/04/20 09:20:20.648 INFO using adjacent Caddyfile 2024/04/20 09:20:20.648 INFO using provided configuration {"config_file": "Caddyfile", "config_adapter": ""} 2024/04/20 09:20:21.245 ERROR http.handlers.cache Impossible to...

How can I stop this message polluting my logs? I've tried: ``` cache { log_level warn } ``` Am I missing something obvious? 😃

Using Redis v7.2.4 Files of over >=512MB result in a `Impossible to set value into Redis, write tcp 10.69.42.43:57726->10.69.42.42:6379: write: connection reset by peer` This is most likely a result...

caddy 2.8.4 cache-handler v0.13.0 in global option: ``` cache { nuts { configuration { Dir /tmp/nuts-configuration EntryIdxMode 1 RWMode 0 SegmentSize 1024 NodeNum 42 SyncEnable true StartFileLoadingMode 1 } }...

Trying to put together some tests for surrogate caching and cant boot the latest version. Reproducibly: https://github.com/mattvb91/caddy-cache-surrogates-test ``` docker compose up ``` The commit before works: https://github.com/mattvb91/caddy-cache-surrogates-test/commit/817b427e1ad9f4002d128e46b42c67f6ad3ada52 ``` caddy |...

caddy 2.8.4 cache-handler v0.13.0 ``` {"level":"error","ts":1719289391.366233,"logger":"http.handlers.cache","msg":"Impossible to get the base key IDX_GET-http-prts.wiki-/index.php?title=%E6%B4%BB%E5%8A%A8%E4%B8%80%E8%A7%88 in Otter"} {"level":"error","ts":1719289391.378582,"logger":"http.handlers.cache","msg":"Impossible to get the mapping key IDX_GET-http-m.prts.wiki-/index.php?title=%E7%89%B9%E6%AE%8A%3ADrilldown%2Fchara&eid%5B0%5D=JC01&eid%5B1%5D=R001&painter%5B0%5D=%E7%AB%9C%E5%B4%8E%E3%81%84%E3%81%A1&painter%5B1%5D=_none&profession%5B0%5D=%E5%8C%BB%E7%96%97&profession%5B1%5D=_other&skin5name=_none&skin6name=_none in Otter"} ``` caddyfile: ``` cache { otter {...

I run Caddy with cache-handler, backed by Redis, in a Docker container. It successfully caches all cacheable responses, however it doesn't seem to be able to retrieve cached responses according...

Hello We are experiencing an issue with (what I beleive to be) this library. We don't know what causes triggers this issue, starting the server is fine, testing routes is...