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

This PR add: - Cleanup implementation - Configurable Cache-Status name (previously it was `Souin` only, now you can set everything you want from the Caddyfile or the json config) -...

enhancement

As requested in [this forum thread](https://caddy.community/t/proxy-cache-with-redis-storage-and-serving-stale/6689/2), I want to be able to use caddy as a reverse caching proxy which makes an service more resilient to outages of the origin...

enhancement

When I was looking to start working on a similar module, I stumbled across this one and I love the work that is being done on this module, this is...

Currently, this handler works in the most basic sense, but it has a lot of potential and needs some TLC before being truly production-ready. Right now, it's a great foundation...

help wanted

I'm trying to cache a 2.7MB response and I get a badger error (see #8): ``` Oct 10 09:12:24 cloud caddy[2743409]: {"level":"debug","ts":1665418344.1734848,"logger":"http.stdlib ","msg":"http2: panic serving 0.0.0.0:56316: Impossible to set value...

I'm trying to use the cache handler and it wasn't working. The symptom: ``` tve@cloud /h/caddy> curl -o /dev/null 'https://example.com/data/binary/tagVisits' % Total % Received % Xferd Average Speed Time Time...

Doing some tests to use caddy + cache handler to cache deb packages from snapshot.debian.org. It looks like in some cases, the client connection is being dropped after 10sec, resulting...

``` @cacheable_sitemap { path_regexp "^/([a-z0-9-]+-sitemap([0-9]+)?|sitemap_index)\.xml" } header @cacheable_sitemap { -Last-Modified +X-Sitemap 1 } cache @cacheable_sitemap { cache_name sitemap key { disable_method disable_query } mode bypass ttl 300s } ``` I...

Hey! I suspected that stale would ship cached content pass its TTL: - User requests /foo - /foo is cached with TTL 60 and the key has an age of...

Just so you know, I've added caddy + cache-handler to https://cache-tests.fyi Happy to talk through individual tests if there's interest.