python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k 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
API Platform with alternative Runtime, Caddy, Vulcain, Cache ecosystem
Currently I'm investigating a setup backed by api-platform with the following goals:
the PHP backend MUST yield minimal resource payloads, thus I do not want to embed relations at all
the PHP backend...
Oliver Mack
Votes: 0
Answers: 1
How to improving speed HLS video with proxy server, varnish? or another way
I have 2 servers, A & B.
A - Canada - VPS
B - Germany - DC
C - Brazil - User
B to C - There is a lot of lag, bad connection. 500kbps some times.
A to C - Very good on most computers. 2gbps all ...
Ruan Cabral
Votes: 0
Answers: 1