Sat, 27 Apr 2024 13:56:20 UTC | login

Information for build vmod-querystring-1.0.3-1.fc28

ID23048
Package Namevmod-querystring
Version1.0.3
Release1.fc28
Epoch
SummaryQueryString module for Varnish Cache
DescriptionThe 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.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:39:33 UTC
CompletedSat, 14 Apr 2018 20:39:33 UTC
Tags
f28
f29
RPMs
src
vmod-querystring-1.0.3-1.fc28.src.rpm (info) (download)
riscv64
vmod-querystring-1.0.3-1.fc28.riscv64.rpm (info) (download)
Changelog * Sat Oct 21 2017 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 1.0.3-1 - Bump to 1.0.3 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Apr 26 2017 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 1.0.2-1 - Bump to 1.0.2 - Set the optflags at configure time * Sun Sep 25 2016 Dridi Boukelmoune <dridi.boukelmoune@gmail.com> - 1.0.1-1 - Initial spec.