vmod-querystring_2.0.3.1_amd64.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/varnishplus/varnish-oss-bundle/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/varnishplus/varnish-oss-bundle/script.deb.sh | sudo bash

STEP 2: Install the package
sudo apt-get install vmod-querystring=2.0.3.1

QueryString module for Varnish Cache

Full description:
  QueryString module for Varnish Cache
 The purpose of this module is to give you a fine-grained control over a URL's
 query-string in Varnish Cache. It's possible to remove the query-string, clean
 it, sort its parameters or filter it to only keep a subset of them.
 This can greatly improve your hit ratio and efficiency with Varnish, because
 by default two URLs with the same path but different query-strings are also
 different. This is what the RFCs mandate but probably not what you usually
 want for your web site or application.
 A query-string is just a character string starting after a question mark in a
 URL. But in a web context, it is usually a structured key/values store encoded
 with the `application/x-www-form-urlencoded' media type. This module deals
 with this kind of query-strings.

Checksums

MD5 1e64f84aaeaf4fa59b95254ee68a02ba
SHA1 2aa35afe67a2a8c85dbae7d10b0bcd27e615440e
SHA256 5572a84eb93bffe06382772745c3061a0dbadb84ad601ef597c8a3cb6e34831b
SHA512 4d3dcf75e5d83fedf5190552dfdb31d45136ed253a3a37907f34222b6e0454a11f0af8d798a9095182c4d7dffd8d04b10e5cc2d00448f38bc192014d7fac64f8

Depends

  • varnish (= 7.5.0-1~bookworm), libc6 (>= 2.14)

Files

  • /usr/share/man/man3/vmod_querystring.3.gz
  • /usr/share/doc/vmod-querystring/LICENSE
  • /usr/share/doc/vmod-querystring/copyright
  • /usr/share/doc/vmod-querystring/CONTRIBUTORS
  • /usr/share/doc/vmod-querystring/changelog.gz
  • /usr/lib/varnish/vmods/libvmod_querystring.so
  • /usr/lib/varnish/vmods/libvmod_querystring.la

Uploaded

7 months ago

Package Size

14.6 KB

Installed Size

49.8 KB

Downloads

5

wget

wget --content-disposition "https://packagecloud.io/varnishplus/varnish-oss-bundle/packages/debian/bookworm/vmod-querystring_2.0.3.1_amd64.deb/download.deb?distro_version_id=215"

Homepage

git@github.com:Dridi/libvmod-querystring.git