Deploying and Configuring Varnish for Static-Dynamic Content Routing on CentOS
Building Varnish from Source
Begin by preparing the required system libraries. Compile and install PCRE2 from source:
tar -xzf pcre2-10.23.tar.gz
cd pcre2-10.23
./configure --prefix=/opt/pcre2
make && make install
Update the package configuration environment variable and install remaining dependencies via YUM:
export PKG_CONFIG_PATH=/o ...
Posted on Thu, 14 May 2026 23:38:54 +0000 by nscipione