vmod-querystring_2.0.3.1_arm64.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 b0f18d95069aad9a65793177eb084294
SHA1 19e53d9fdcef03095b584c990a3f1c11cd0302f7
SHA256 e2e79a61b138430c1d3cf3ee48a38ae280484ebde72732e6687e4920a0f6e71a
SHA512 38567103763be511d4367699c0ebfd1160900316eff6de8957e48d35ab0d72640c3a59e1fbb041ebc81e79c696c6f98fed7adac5ed53f242cb11dbe4070f2fcf

Depends

  • varnish (= 7.5.0-1~focal), libc6 (>= 2.17)

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/share/doc/vmod-querystring/CHANGELOG
  • /usr/lib/varnish/vmods/libvmod_querystring.so
  • /usr/lib/varnish/vmods/libvmod_querystring.la

Uploaded

5 months ago

Package Size

14.2 KB

Installed Size

48.8 KB

Downloads

4

wget

wget --content-disposition "https://packagecloud.io/varnishplus/varnish-oss-bundle/packages/ubuntu/focal/vmod-querystring_2.0.3.1_arm64.deb/download.deb?distro_version_id=210"

Homepage

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