haproxy Questions

2

Solved

I have two instances of HAProxy. Both instances have stats enabled and are working fine. I am trying to combine the stats from both instances into one so that I can use a single HAProxy to view th...
Tobolsk asked 24/6, 2014 at 19:20

1

Solved

I'm trying to add an endpoint to an existing application that sends Server Sent Events. There often may be no event for ~5 minutes. I'm hoping to configure that endpoint to not cut off my server ev...
Haroldson asked 29/1, 2014 at 0:34

1

In my environment I have haproxy load balance for 2 web servers (Apache), this is my HA Proxy configuration : global log 127.0.0.1 local2 chroot /var/lib/haproxy pidfile /var/run/haproxy.pid ...
Verdaverdant asked 27/1, 2015 at 2:52

1

Solved

I am trying to use certificate signed for another server. I have both private key and certificate. My PEM file order is : subject=/C=***/L=*****/O=**********/CN=********* issuer=/C=***/O=*****Inc...
Ulrika asked 8/7, 2015 at 11:24

2

How does haproxy deal with static file , like .css, .js, .jpeg ? When I use my configure file , my brower says : 503 Service Unavailable No server is available to handle this request. This ...
Kootenay asked 2/1, 2014 at 10:54

3

Solved

I am using HAProxy listening on 80 to send requests to a node server (port:3000) or php server (4000); I also have CSF installed which have ports 3000 and 80 available. It works okay when I brows...
Neck asked 2/6, 2015 at 11:1

1

Solved

I just purchased an SSL Certificate. It came with 1 server certificate, 1 intermediate certificate and 1 root certificate. I have my *.csr file and *.key used to create the certificates. I am usi...
Entomophagous asked 9/2, 2015 at 5:5

3

How can I route requests in haproxy using a cookie that was set on the app servers? Example: SESS=<hash-of-username> haproxy should not insert cookies by itself in any case.
Hubsher asked 11/1, 2014 at 21:39

2

Suppose I have a tcp server running on localhost:9000 and an HTTP server running on localhost:8000. The HTTP server exposes a URL "/healthz" that returns a 200 if the tcp server is healthy and a 50...
Indo asked 19/3, 2014 at 7:6

1

Solved

I need redirect www.foo.com and foo.com to www.bar.com in haproxy, this is my configuration: frontend http-in bind *:80 acl bar.com hdr(host) -i www.bar.com ... use_backend bar.com_cluster if...
Natachanatal asked 15/2, 2015 at 19:19

1

How to load balance docker containers running a simple web application? I have 3 web containers running in a single host. How do I load balance my web containers?
Adjure asked 4/2, 2015 at 7:23

3

Solved

This issue is driving me insane, so maybe someone could help me understand what the issue is. I have a tomcat web application being fronted by HAProxy. HAProxy is also doing SSL offloading, and is ...
Berck asked 22/1, 2013 at 19:34

2

I'm using haproxy with stunnel handling SSL (and using the proxy mode to preserve the original IP from haproxy). I have several acl tests that redirect to different backends depending on the domai...
Edgerton asked 19/8, 2012 at 17:19

1

Solved

I am in the middle of writing a new config for HAProxy - What I want to do is this. acl ccbill src 64.38.212.0/24 acl ccbill src 64.38.215.0/24 acl ccbill src 64.38.215.0/24 acl ccbill src 64.38.2...
Bedridden asked 10/1, 2015 at 18:2

2

I created a basic Nodejs app from Openshift and randomly, the service terminate itself few times in few days. No error message from my Nodejs module but only in haproxy that automatically installed...
Satin asked 4/7, 2014 at 8:36

1

Solved

Can someone please explain what is going on behind the scenes in a RabbitMQ cluster with multiple nodes and queues in mirrored fashion when publishing to a slave node? From what I read, it seems t...
Toein asked 24/11, 2014 at 12:17

2

Solved

I want to use haproxy as a proxy and load balancer for thousands of backends. So a request needs to be proxied to the correct backend depending on hostname and then load balanced within the backend...
Monegasque asked 25/2, 2014 at 20:26

5

Solved

We've been fighting with HAProxy for a few days now in Amazon EC2; the experience has so far been great, but we're stuck on squeezing more performance out of the software load balancer. We're not e...
Estrellaestrellita asked 4/11, 2008 at 0:10

1

Solved

I am currently refactoring a haproxy configuration that we use on our production servers to forward TCP traffic from a central server. The goal is to get everything working with docker containers t...
Tribe asked 13/3, 2014 at 21:58

2

Solved

I am trying to understand fundamental use cases between these two and when to prefer one over the other. For example HAProxy support TCP load balancing. In practical cases when this would be a de...
Ringworm asked 9/9, 2014 at 11:25

1

Hello everyone, Im working about an high availbility project, I had to put in production an haproxy for some applications. Everything was ok after some basics tests but I had some errors and cant ...
Roselinerosella asked 25/6, 2014 at 4:9

2

I recently pushed a set of node.js changes to an app on Openshift. The app runs fine on my local machine and is pretty close to the vanilla example deployed by Openshift. The Openshift haproxy log ...
Chirurgeon asked 19/6, 2014 at 5:15

2

I get connection failures that appear randomly when connecting to an HAProxy server using SSL. I have confirmed that these failures happen on JDK versions 1.7.0_21 and 1.7.0_25 but not with 1.7.0_0...
Collation asked 15/8, 2013 at 22:34

1

Solved

I have inherited an HAProxy setup with around twenty backend definitions (and little else) in the config file. I have been asked to restrict one of the backends to a specific IP range, but so far m...
Intendance asked 28/4, 2014 at 13:10

2

So I have a relatively straight forward server stack utilizing a SSL offloading and an HTTP load balancer. The setup looks something like this: (client) -> (SSL offload - stud) -> (balancer ...
Forbidden asked 3/7, 2013 at 3:48

© 2022 - 2024 — McMap. All rights reserved.