Letter V

vmod-querystring - QueryString module for Varnish Cache

Website: https://github.com/dridi/libvmod-querystring
License: GPLv3+
Description:
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.

How to Install

sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm yum-utils
sudo yum-config-manager --enable getpagespeed-extras-varnish60
sudo yum -y install vmod-querystring

Packages

vmod-querystring-6.0.13+2.0.2-15.el7.x86_64 [20 KiB] Changelog by Danila Vershinin (2022-11-10):
- rebuild for Varnish 6.0.11
vmod-querystring-6.0.12+2.0.2-15.el7.x86_64 [20 KiB] Changelog by Danila Vershinin (2022-11-10):
- rebuild for Varnish 6.0.11
vmod-querystring-6.0.11+2.0.2-15.el7.x86_64 [20 KiB] Changelog by Danila Vershinin (2022-11-10):
- rebuild for Varnish 6.0.11
vmod-querystring-6.0.10+2.0.2-10.el7.x86_64 [19 KiB] Changelog by Danila Vershinin (2022-02-08):
- rebuild for Varnish 6.0.10
vmod-querystring-6.0.9+2.0.2-9.el7.x86_64 [19 KiB] Changelog by Danila Vershinin (2022-01-19):
- rebuild for Varnish 6.0.9
vmod-querystring-6.0.8+2.0.2-8.el7.x86_64 [19 KiB] Changelog by Danila Vershinin (2022-01-19):
- rebuild for Varnish 6.0.8
vmod-querystring-6.0.8+2.0.2-6.el7.x86_64 [19 KiB] Changelog by Danila Vershinin (2021-07-18):
- rebuild for Varnish 6.0.8
vmod-querystring-6.0.8+2.0.2-5.el7.x86_64 [19 KiB] Changelog by Danila Vershinin (2021-07-18):
- rebuild for Varnish 6.0.8
vmod-querystring-6.0.8.2.0-4.el7.x86_64 [19 KiB] Changelog by Danila Vershinin (2021-07-18):
- rebuild for Varnish 6.0.8
vmod-querystring-6.0.7.2.0-4.el7.x86_64 [19 KiB] Changelog by Danila Vershinin (2020-11-08):
- rebuild for Varnish 6.0.7
vmod-querystring-6.0.6.2.0-4.el7.x86_64 [19 KiB] Changelog by Danila Vershinin (2020-03-02):
- rebuild for Varnish 6.0.6
vmod-querystring-6.0.5.2.0-4.el7.x86_64 [19 KiB] Changelog by Danila Vershinin (2019-12-22):
- rebuild for Varnish 6.0.5
vmod-querystring-6.0.3.2.0-4.el7.x86_64 [19 KiB] Changelog by Danila Vershinin (2019-02-23):
- build 2.0 for Varnish 6.0.3
vmod-querystring-6.0.3.1.0.5-4.el7.x86_64 [17 KiB] Changelog by Danila Vershinin (2019-02-21):
- rebuild for Varnish 6.0.3
vmod-querystring-6.0.2.1.0.5-4.el7.x86_64 [17 KiB] Changelog by Ingvar Hagelund (2018-11-08):
- Rebuilt against varnish-6.0.2
vmod-querystring-6.0.2.1.0.5-3.el7.x86_64 [17 KiB] Changelog by Ingvar Hagelund (2018-11-08):
- Rebuilt against varnish-6.0.2

Subscribe