python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can we perform mapping or do a lookup of string or KV pair in Varnish `sub vcl_recv`
I am trying to route the traffic/connections to backend director based on url parameters which are passed on incoming request.
Here is my current config
sub vcl_recv {
if (req.url ~ "sto"...
krishna vadavi
Votes: 0
Answers: 1
Varnish Cache, How do I route client traffic based on client source IP address?
@varnishcache
HELP!
How do I route client traffic based on client source IP address?
N.B: I have install two varnish-cache servers in two different data center.
janbegjan
Votes: 0
Answers: 1
Use varnish cache for dynamic ip's without purchasing varnish plus
we want to deploy a varnish cache in front of a micro service which is deployed on EKS( aws kubernetes service) cluster. As the ip for an application deployed on EKS is dynamic . what are some good wo...
Vaishali Agarwal
Votes: 0
Answers: 1
Varnish has default limits for cache contents(URL + query string)'s length?
In the varnish log with varnishncsa, I found that the URL + query string parts seems truncated, like:
$ sudo varnishncsa -F "%U%q" | awk '{print $0,length}' > uq.vlen
(... few hours later...
홍한석
Votes: 0
Answers: 1