Tagged Questions
HAproxy (http://haproxy.1wt.eu) is a TCP/HTTP load balancer which provides cookie-based persistence, advanced traffic regulation with surge protection, automatic failover, run-time regex-based header control, Web-based reporting, advanced logging to help trouble-shooting buggy applications and/or networks, and a few other features.
34
votes
4answers
8k 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 ...
25
votes
3answers
1k views
http keep-alive in the modern age
So according to the haproxy author, who knows a thing or two about http:
Keep-alive was invented to reduce CPU
usage on servers when CPUs were 100
times slower. But what is not said is
that ...
18
votes
6answers
12k views
Elastic Load Balancing in EC2
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 HAProxy or ...
13
votes
4answers
7k views
HAProxy + WebSocket Disconnection
I am using HAProxy to send requests, on a subdomain, to a node.js app.
I am unable to get WebSockets to work. So far I have only been able to get the client to establish a WebSocket connection but ...
11
votes
7answers
5k views
Any thoughts on RightScale and Scalr for dynamic Ec2 instance managment
I'm 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 it's hard to find out any ...
4
votes
4answers
640 views
Send Redirects To Specific Ports
I have an Rails application server that is listening on port 9000, and is being called through haproxy. All my redirects from that server are being redirected back through port 9000, when they should ...
4
votes
2answers
1k 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
...
3
votes
4answers
687 views
Load balancing PHP web application with three servers
I have 2 web servers and 1 server that is intended to be used as reverse proxy or load balancer. 2 web servers have real/public IPs as well as the load balancer. Load balancer server is not configured ...
2
votes
1answer
118 views
250k connections for comet with node.js [closed]
How I can handle 250k open connections to a comet server on node.js (client side we use socket.io)?
Would the use of nginx as proxy/loadbalancer be the right solution? Or will HA-Proxy be the better ...
2
votes
1answer
71 views
Can I programmatically force changes to a file to propagate to all NFS clients?
I have a CMS built in PHP which stores the list of pages, page navigation structure, and the content of pages in files on disk. This application is hosted on a cluster of Apache/php-fpm servers which ...
2
votes
1answer
218 views
What's the best practice for getting EC2 instances to join HAProxy automatically?
We're working on scaling out our EC2 architecture to a point where we'd like to manage our own load balancing. We currently have a series of machines configured on HAProxy to do basic load balancing, ...
2
votes
5answers
267 views
Regex pattern to parse HttpLog format
I am looking for a regex pattern matcher for a String in HttpLogFormat. The log is generated by haproxy. Below is a sample String in this format.
Feb 6 12:14:14 localhost haproxy[14389]: ...
1
vote
0answers
15 views
HAproxy: digest authentication
We have setup a loadbalancer to balance 2 servers. The config looks like this:
global
maxconn 40960
user haproxy
group haproxy
daemon
defaults
log global
...
1
vote
1answer
42 views
Difference between global maxconn and server maxconn haproxy
I have a question about my haproxy config:
#---------------------------------------------------------------------
# Global settings
...
1
vote
0answers
223 views
HAProxy and URL Rewriting Configuration
I would like to ask how HAProxy can help in routing requests depending on parts of the URL.
To give you an overview of my setup, I have the HAProxy machine and the two backends:
IIS website (main ...
1
vote
2answers
129 views
How to add persistent connection support to a load-balanced HTTP webservice
We are working on an HTTP webservice load-balanced using haproxy. The webservice is accessed via SSL. It is a RESTful HTTP service and simply accepts JSON, does some work, and returns JSON. There is ...
1
vote
1answer
260 views
Duplicate TCP traffic with a proxy
I need to send (duplicate) traffic from one machine (port) and to two different machines (ports). I need to take care of TCP session as well.
In the beginnig I used em-proxy ...
1
vote
0answers
221 views
Chrome and Firefox automatically redirect to https on a certain site
I have a drupal site that runs on nginx and php-fpm with haproxy balancing between multiple servers.
I have two services set up for haproxy: http and https.
if i go to ...
1
vote
2answers
287 views
Secure Forms Authentication behind Proxy
We use Stunnel (to strip out SSL) and HAProxy on our Load Balancer - which then sends on requests to IIS via HTTP.
The problem we have is we want our sites (ASP.NET) to set cookies in a secure ...
1
vote
1answer
177 views
haproxy - which configuration files
I have an HAProxy install which was configured by someone who left the company. It runs on Ubuntu 10.04 and it seems to use 3 configuration files in the directory /etc/haproxy
haproxy.cfg
...
1
vote
1answer
757 views
HAProxy loadbalancing HTTPs and session failover
We are investigating if it is possible to use HAProxy to load balance across multiple tomcat servers. We would like to use HTTPs for all requests and use sessions via the JSESSIONID cookie. HAProxy ...
1
vote
1answer
817 views
HAProxy + Socket.IO + TornadIO Constant Disconnects on Heartbeat
So, I am having trouble load balancing socket.io on port 8888 using HAProxy. My setup is NGINX listening on port 80, and load balancing between Tornado web server instances running on port 80. Then, ...
1
vote
1answer
674 views
HAProxy TCP session count stops at 400
I am trying HAProxy for TCP load balancing. Connections come in to port X on a single IP, and the HAProxy then balances these connections to a back-end using the "leastconn" balancing method to keep ...
1
vote
0answers
151 views
how to configure haproxy in linux fedora [closed]
first time i am using linux machine and want to configure haproxy in linux fedora. will you please prove me some link that help me to do it easily....I want step by step documentation....
1
vote
1answer
1k views
haproxy acl not working in https/tcp mode
I have strange problem, it looks like I can't get acl to working in tcp mode, as all workd under http mode. Here you go my config.
frontend http *:80
acl http_test_acl path_beg -i /test
...
0
votes
1answer
22 views
Too verbose log entries with Rails 3.1
UPDATE: It was not the problem that HAProxy doesn't recognize Rails, it was my mistake. The real problem though is that every request clogs up the log. Updated the entire question.
Every time the ...
0
votes
0answers
15 views
URL Specific Balancing
My question has two parts regarding haproxy.
Question 1:
The service that I am working with deals with uploading massive XML documents, and downloading results that are also pretty large. The ...
0
votes
1answer
50 views
HAProxy - Maintain session stickiness after failover
I'm having a situation where I've to maintain session stickiness in case of a node's failure.
The configuration is:
three nodes (as1, as2, as3) running our enterprise application on JBoss 4.2.3 ...
0
votes
1answer
113 views
haproxy and socket.io not fully working
I have tried every conceivable haproxy configuration posted in blogs and stackoverflow, but I still cannot get haproxy and socket.io to work 100% of the time. In the majority of browsers that ...
0
votes
0answers
68 views
using GeoIP on Haproxy
How do I connect to the database geoip Haproxy?
an example.
Haproxy decides at ip country and city, and modifies http headers for transmission to the backends:
reqadd X-Country:\ Country
0
votes
2answers
109 views
HAProxy + NodeJS gets stuck on TCP Retransmission
I have a HAProxy + NodeJS + Rails Setup, I use the NodeJS Server for file upload purposes.
The problem I'm facing is that if I'm uploading through haproxy to nodejs and a "TCP (Fast) Retransmission" ...
0
votes
2answers
105 views
Is it possible to move from Apache to HAProxy/nginx as reverse proxy?
We are using Apache as reverse proxy (mod_proxy). The most important feature for us is url mapping (simple url rewriting) including rewriting of cookie paths. As I surprisingly learned nginx does not ...
0
votes
4answers
414 views
Can I have sticky sessions with HAProxy and socket.io with authentication?
I have several instances of socket.io with authentication running under HAProxy and I need to force that the authentication request and the socket connection go to the same instance. I've set up ...
0
votes
3answers
84 views
Tomcat: How to stop Tomcat creating a session for all requests?
HAProxy is pinging tomcat and requesting a very small page causing Tomcat to create a new session every 2 seconds. Is there is a way to programmatically (or through a config) tell Tomcat to not create ...
0
votes
0answers
167 views
load balancing purely dynamic web app on tomcat
I have a web app which is purely dynamic in nature (think of a public API). So I do not need any static file serving or static file caching optimizations. I need to move from one tomcat to multiple ...
0
votes
0answers
75 views
Trying to change timeouts in nginx.conf [closed]
Hey friendly stackoverflowians – I can't crack a timeout issue; I'm a server noob, so the problem is probably obvious but beyond me. Setup is passenger-nginx-haproxy, using rubber, and I want to ...
0
votes
1answer
101 views
Configuring Haproxy with Tomcat to use context
I'm a newbie with haproxy and I'm trying to figure out how to do something which seems quite simple. I want to proxy a tomcat context.
For example http://bobsautomotive.com:8080/HelloWorld
Here is ...
0
votes
0answers
77 views
HAProxy and Spring Security (Acegi)
We are running Apache (with SSL) in front of Tomcat, using AJP at the moment.
We'd like to insert HAProxy (if appropriate) into our model, so that it looks like:
Apache -> HAProxy -> Tomcat1
...
0
votes
1answer
105 views
Haproxy: send custom http response when maxconn is hit
Is it possible to send a custom http response back from Haproxy if the load balancer hits maxconn?
My intention is to send a busy tone equivalent (but not 503) if the server is busy.
0
votes
1answer
104 views
serving and load balancing for Rack-based web services?
as part of our architecture, we are using internal-only HTTP-based web services for data access which needs to be shared across applications. currently they are implemented as Sinatra apps.
on each ...
0
votes
2answers
938 views
Load Balancing (HAProxy or other) - Sticky Sessions
I'm working on scaling out my app to multiple servers, and one requirement is that a client is always communicating with the same server (too much live data is used to allow bouncing between servers ...
0
votes
1answer
288 views
Why does haproxy path_beg only work if I don't visit default site?
I have configured haproxy to redirect the path "/rawman" to port 8080 on my server. It works the first time, but as soon as I visit the default site it stops working. The default site is running on ...
0
votes
0answers
149 views
HAProxy cookie prefix
I'm using HAProxy to prefix the cookie it recieves so that I can then use it to stick to one server. However I can't see this prefix anywhere when I send a request, though I can see the cookie I sent. ...
0
votes
0answers
333 views
Configuration Heartbeat with HAProxy
I did a configuration heartbeat-apache which is working well.
Now I try to do it with haproxy but it didn't work.
I think that maybe it's because I use a different port in haproxy than the default ...
0
votes
3answers
89 views
Ignore Rails logging for requests based on IP
I've got a rails app that is behind HAProxy and I'd like to ignore all of the Rails logging coming from the pings from the HAProxy servers. The servers are pinging ~1/sec and are really cluttering up ...
0
votes
1answer
320 views
How to configure HAProxy to send GET and POST HTTP requests to two different application servers
I am using RESTful architecture. I have two application servers running. One should serve only GET request and other should serve only POST request. I want to configure HAProxy to loadbalance the ...
0
votes
3answers
612 views
Why HAProxy won't listen on port 80?
Fresh machine, no http servers are running (no httpd, no lighttpd, no nginx)
$ netstat -nat | grep 80 | grep LISTEN
yields nothing...
Here's my HAProxy conf, what can be the reason for HAProxy not ...
0
votes
0answers
249 views
Haproxy : my application login cookie is deleted by HaProxy !
i want to use haproxy instead of microsoft load balancer.
My ASP application put a cookie after the user was logged in, i use this cookie to keep sessions on the backoffice.
But when i use Haproxy, ...
0
votes
0answers
56 views
Sharding TCP traffic, not data
I'd like to balance traffic, which is non-HTTP, to application servers, but I need a more sophisticated scheme than simple load-balancing. I want to limit the overall population that a single app node ...
0
votes
2answers
391 views
Using HAProxy for load-balancing SQL Server 2008
Is it possible/feasible/reasonable to use HAProxy to load-balance three SQL Server 2008 database servers?
Here is our situation: we have two web servers that are load-balanced on Amazon EC2. We are ...