编译并安装 vmod

安装 vmod 需要安装 Varnish Cache 版本,包括开发文件。要求可以在 Varnish 文档中找到。

源代码使用 autotools 构建:

sudo apt-get install libvarnishapi-dev || sudo yum install varnish-libs-devel
./bootstrap   # If running from git.
./configure
make
make check   # optional
sudo make install