12
votes
3answers
2k views
Load Balancing in Amazon EC2?
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 …
5
votes
8answers
1k views
Any thoughts on RightScale and Scalr for dynamic Ec2 instance managment
Hi
Am looking for a cost effective tool for managing an web app on Ec2. Rightscale seems to the big dog and charges for it. Scalr looks like a more cost effective solution but hard to find out any …
3
votes
5answers
622 views
Elastic Load Balancing in EC2
Hi
Its been on the cards for a while, but now that Amazon have released Elastic Load balancing what are your thoughts on deploying this solution for a high-traffic web app.
Should we replace …
1
vote
0answers
129 views
Blocking IP addresses Load Balanced Cluster [closed]
Hi
We're using HAproxy as a front end load balancer / proxy and are looking for solutions to block random IP addresses from jamming the cluster.
Is anyone familiar with a conf for HAProxy that can …
1
vote
1answer
415 views
Handling OPTIONS request in nginx
We're using HAProxy as a load balancer at the moment, and it regularly makes requests to the downstream boxes to make sure they're alive using an OPTIONS request:
OPTIONS /index.html HTTP/1.0
…
0
votes
2answers
128 views
How many reverse proxies (nginx, haproxy) is too many?
I'm setting up a HA (high availability) cluster using nginx, haproxy & apache.
I've been reading great things about nginx and haproxy. People tend to choose one or the other but I like both. …
0
votes
1answer
67 views
How to configure HAProxy to consolidate outbound appserver connections
I would like to use my HAProxy server to consolidate out bound application server requests. My application interacts with 3rd party, external services and I would like to be able to interact with …
0
votes
1answer
92 views
HAProxy and “sharding”
I was wondering if anyone has used HAProxy for sharding.
Specifically, I would like to be able use a cookie I define w/a identifier and have any client that presents that cookie/identifier combination …
0
votes
1answer
760 views
Can HAProxy front both Web servers and SSL VPN on one IP and port?
I need a Reverse Proxy to front both Lablz Web server and SSL VPN Adito (SSL Explorer fork) by sitting on one IP/port. Failed to achieve that with Nginx. Failed to use Adito as a generic reverse HTTP …
0
votes
2answers
380 views
Apache handeling SSL requests and passing them through to HAproxy
I am trying to set up as a front end reverse proxy with Haproxy forwarding requests to Apache web servers in the back end. My problem is that I have been unsuccessful in getting it to work with SSL …
0
votes
1answer
182 views
Why won’t haproxy capture my cookie?
I'm having trouble getting frontend cookie capture to work in haproxy. I have this in my config:
frontend frontend 0.0.0.0:9999
[snip]
capture cookie foo len 10
Then I use nc to talk directly to …
