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
How to setup haproxy with docker swarm where haproxy is "outside" the overlay network?
I'm trying to setup a docker based system with the least amount of network abstraction/virtualization possible. This is why I avoided k8s and am trying docker-swarm instead.
I'd like haproxy to be sta...
Saurabh Nanda
Votes: 0
Answers: 1
HAproxy ACL dynamically match part of path to a header
Using HAproxy 1.8 I am trying to create an ACL which should dynamically match a given part of the url/path to a given header.
The portal in front of the HAproxy adds header for auth users:
X-roles MQ-...
Christoph Lösch
Votes: 0
Answers: 1
Redirection issue with traefik, haproxy and chrome from a subdomain to another not managed by traefik
I don't know if my title is very explicit but I made a diagram of our stack to explain my situation :
I am currently working on migrating a platform to a Docker environment (mysite.subdomain.com on t...
Thomas Rollet
Votes: 0
Answers: 0