Пакет: varnish-selector (2.6.0-5 и други)
Връзки за varnish-selector
Ресурси за Debian:
- Доклади за грешки
- Developer Information
- Журнал на промените в Debian
- Авторски права
- Управление на кръпките в Debian
Изтегляне на пакет-източник libvmod-selector.
- [libvmod-selector_2.6.0-5.dsc]
- [libvmod-selector_2.6.0.orig.tar.bz2]
- [libvmod-selector_2.6.0-5.debian.tar.xz]
Отговорници:
Външни препратки:
- Начална страница [code.uplex.de]
Подобни пакети:
match strings with backends, regexen and other strings
Varnish Module (VMOD) for matching strings against sets of fixed strings. A VMOD object may also function as an associative array, mapping the matched string to one or more of a backend, another string, an integer, or a regular expression. The string may also map to a subroutine that can be invoked.
The VMOD is intended to support a variety of use cases that are typical for VCL deployments, such as:
* Determining the backend based on the Host header or the prefix of the URL. * Rewriting the URL or a header. * Generating redirect responses, based on a header or the URL. * Permitting or rejecting request methods. * Matching the Basic Authentication credentials in an Authorization request header. * Matching media types in the Content-Type header of a backend response to determine if the content is compressible. * Accessing data by string match, as in an associative array, or by numeric index, as in a standard array. * Dispatching subroutine calls based on string matches. * Executing conditional logic that depends on features of the request or response that can be determined by matching headers or URLs.
Operations such as these are commonly implemented in native VCL with an if-elsif-elsif sequence of string comparisons or regex matches. As the number of matches increases, such a sequence becomes cumbersome and scales poorly -- the time needed to execute the sequence increases with the number of matches to be performed. With the VMOD, the strings to be matched are declared in a tabular form in vcl_init, and the operation is executed in a few lines.
Други пакети, свързани с varnish-selector
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C Library: Shared libraries
също и виртуален пакет, предлаган от libc6-udeb
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- dep: libc6 (>= 2.27) [riscv64]
- dep: libc6 (>= 2.3) [mips64el, ppc64, s390x]
-
- dep: libvarnishapi3 (>= 7.6.0-2~)
- shared libraries for Varnish
-
- dep: varnishabi-20.0
- виртуален пакет, предлаган от varnish
Изтегляне на varnish-selector
Архитектура | Версия | Големина на пакета | Големина след инсталиране | Файлове |
---|---|---|---|---|
amd64 | 2.6.0-5 | 58,3 кБ | 134,0 кБ | [списък на файловете] |
arm64 | 2.6.0-5+b1 | 56,9 кБ | 179,0 кБ | [списък на файловете] |
mips64el | 2.6.0-5 | 55,6 кБ | 181,0 кБ | [списък на файловете] |
ppc64 (неофициална архитектура) | 2.6.0-5 | 60,3 кБ | 178,0 кБ | [списък на файловете] |
ppc64el | 2.6.0-5 | 60,6 кБ | 178,0 кБ | [списък на файловете] |
riscv64 | 2.6.0-5 | 59,1 кБ | 126,0 кБ | [списък на файловете] |
s390x | 2.6.0-5 | 57,7 кБ | 130,0 кБ | [списък на файловете] |