home.social

#varnish_cache — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #varnish_cache, aggregated by home.social.

fetched live
  1. Varnish Cache specific plain VCL mitigation instructions have been added to the VSV00019 advisory:

    vinyl-cache.org/security/VSV00

    In particular, the 6.0 plain VCL mitigation does not require inline C.

  2. Varnish Cache specific plain VCL mitigation instructions have been added to the VSV00019 advisory:

    vinyl-cache.org/security/VSV00

    In particular, the 6.0 plain VCL mitigation does not require inline C.

    #varnish_cache

  3. Todays #varnish_cache adventures is heading to a complete failure.

    an NGINX server as backed
    Varnish Cache as caching server
    HitchTLS as TLS terminator

    Somebody knows what "RX_JUNK" means?

    :varnishcache:

  4. Todays #varnish_cache adventures is heading to a complete failure.

    an NGINX server as backed
    Varnish Cache as caching server
    HitchTLS as TLS terminator

    Somebody knows what "RX_JUNK" means?

    :varnishcache:

  5. [Перевод] Как memory maps (mmap) обеспечивают в 25 раз более быстрый доступ к файлам в Go

    Команда Go for Devs подготовила перевод статьи о том, как memory maps (mmap) обеспечивают молниеносный доступ к файлам в Go. Автор показывает, что замена обычного чтения и записи на работу с памятью может ускорить программу в 25 раз — и объясняет, почему это почти магия, но с нюансами.

    habr.com/ru/articles/960120/

    #Go #mmap #производительность #память #файлы #Unix #системные_вызовы #оптимизация #Varnish_Cache #io_uring

  6. Hello users!

    A multi-vendor HTTP2 DoS for your enjoyment: cve.org/CVERecord?id=CVE-2025-

    Fixes are in our repos, and making their way though the pipeline:

    varnish-cache.org/security/VSV

    Big thanks to Martin for doing the work!

  7. Hello #varnish_cache users!

    A multi-vendor HTTP2 DoS for your enjoyment: cve.org/CVERecord?id=CVE-2025-

    Fixes are in our repos, and making their way though the pipeline:

    varnish-cache.org/security/VSV

    Big thanks to Martin for doing the work!

  8. Как ускорить Varnish Cache и исключить его зависания

    Вышел новый релиз Varnish Cache 7.7 , в котором добавлен новый параметр, позволяющий ускорить время ответа и исключить внезапные зависания Varnish, вызванные большими вычислениями в момент обработки клиентского запроса. В этом статье я расскажу о расследовании самого загадочного инцидента в моей практике, по результатом которого я предложил внести изменения в механизм инвалидации кэша Varnish.

    habr.com/ru/articles/895868/

    #varnish_cache #web_acceleration #reverseproxy #edge_computing