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 e71b79eb4bf556bf9a1132f5c95d9de4
SHA1 61c61b2c7aeb73baff0e38c9812cb2ad83294d44
SHA256 4f80feca0853c4d5ca38228a28fabc3ee13d970042f20652a5a8089778f04641
SHA512 1fba38b75da89e8c88bf9dca60434653c7328c792997b484dc8c47f5c922b30faf06a7eddd4efe6b27a5bdbb0554e4c3dad4a66517dd0fc796766c4ad172151f

Depends

  • varnish (= 7.5.0-1~jammy), 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

6 months ago

Package Size

15.1 KB

Installed Size

48.8 KB

Downloads

1

wget

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

Homepage

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