Re: Append uniqueid to a http request at varnish

2024-05-01 Thread Guillaume Quintard
Hi Uday, I'm not sure what went wrong, but this Dockerfile works: from centos:7 RUN \ set -ex; \ ulimit -n 10240; \ yum install -y make automake pkg-config libtool python-docutils autoconf-archive uuid-devel epel-release python-docutils; \ curl -s

Re: Append uniqueid to a http request at varnish

2024-05-01 Thread Uday Kumar
Hello, Am I missing anything here? On Tue, Apr 30, 2024, 13:37 Uday Kumar wrote: > hello Guillaume, > > I am trying to install vmod_uuid on my centOS 7 machine > > Resource i used: > https://github.com/otto-de/libvmod-uuid/blob/5.x/INSTALL.rst > > varnish version: 5.2.1 > > I am getting below