-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HAProxy Load Balancer Configuration #199
Comments
@parker20121 @Zariel @rasputnik @MiLk @activars I am getting the below error repeatedly while connecting to the URL. I have bamboo/haproxy deployed on a set of mesos worker nodes using Marathon. Any thoughts?
While accessing the URL in browser throws the error as below
|
Can you run curl in verbose mode? Did it forward to the right machine? Looks like it can find the right port. |
@parker20121 Here is the verbose mode output. When we it the URL on browser it is forwarding to the correct haproxy. The webpage loads, and I am able to login but within couple of seconds it throws out "503 Service Unavailable" error.
|
I'm not a coachbase expert. After you login, is it forwarding onto another machine through haproxy? |
I have bamboo/haproxy deployed on a set of mesos worker nodes using Marathon.
What I can figure out is how to put a haproxy server in front of them as a load balanacer.
The one I have will forward onto a haproxy on the work node, but I keep getting 400 (bad request) errors, and I'm not sure if there is something I'm missing on the haproxy load balancer configuration. Does anyone have a example haproxy configuration file used as a load balancer that I could compare mine too?
The text was updated successfully, but these errors were encountered: