GetPageSpeed Extras

vmod-re

How to install vmod-re on SUSE Linux Enterprise

Regular expression module with subexpression capture for Varnish Cache

License: BSD https://gitlab.com/uplex/varnish/libvmod-re

Availability

Compare package tracks by distribution and architecture. Checkmarks show the architectures available in each repository channel.

Distro Channel aarch64 x86_64 Version
SLES 16 Varnish 6.0 LTS 6.0.18+2.5

Description

Varnish Module (VMOD) for matching strings against regular expressions, and for extracting captured substrings after matches. Matching is equivalent to VCL's infix operator ~, but unlike standard VCL -- where capturing a backreference requires a second, less efficient regsub() over the whole subject -- this VMOD exposes captured subexpressions directly via .backref(), so one match is enough. Complements vmod-re2, which offers the Google RE2 engine (linear-time, but without backreference capture).

Built for SUSE Linux Enterprise.

Install

Varnish 6.0 LTS SLES 16

vmod-re on SUSE Linux Enterprise 16

sudo zypper --non-interactive install https://extras.getpagespeed.com/release-latest.rpm
sudo zypper modifyrepo --enable getpagespeed-extras-varnish60
sudo zypper --non-interactive install vmod-re

Package downloads require an active GetPageSpeed subscription — one repository for vmod-re and thousands more packages for SUSE Linux Enterprise.

Subscribe — from $10/mo

Frequently asked questions

How do I install vmod-re on SUSE Linux Enterprise?

Add the GetPageSpeed repository, then install the vmod-re package with your system package manager.

Which SUSE Linux Enterprise versions is vmod-re available for?

vmod-re is available for SLES 16.

Subscribe