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

Re: Append uniqueid to a http request at varnish

2024-04-30 Thread Uday Kumar
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 errors while running *make *command make[1]: Entering directory `/usr/local/src/libvmod-uuid' Making

Re: Append uniqueid to a http request at varnish

2024-04-24 Thread Uday Kumar
Hi Guillaume, Thanks for this reminder, I will check this and get back to you! *Thanks & Regards,* *Uday Kumar* On Thu, Apr 25, 2024 at 1:12 AM Guillaume Quintard < guillaume.quint...@gmail.com> wrote: > Hi Uday, > > I feel like we've explored this last year: >

Re: Append uniqueid to a http request at varnish

2024-04-24 Thread Guillaume Quintard
Hi Uday, I feel like we've explored this last year: https://varnish-cache.org/lists/pipermail/varnish-misc/2023-May/027238.html I don't think the answer has changed much: vmod-uuid is your best bet here. Please let me know if I'm missing some requirements. Kind regards, -- Guillaume Quintard

Append uniqueid to a http request at varnish

2024-04-24 Thread Uday Kumar
Hello all, We follow below architecture in our production environment: User request ---> Varnish > Tomcat Backend We have a requirement of generating an unique id at varnish that can be appended to a request url. So that it can be propagated to the backend and also will be useful in tracking