active questions tagged haproxy - Stack Overflowmost recent 30 from stackoverflow.com2009-11-27T16:34:02Zhttp://stackoverflow.com/feeds/tag/haproxyhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/877468/elastic-load-balancing-in-ec23Elastic Load Balancing in EC2Dom2009-05-18T12:21:20Z2009-11-12T18:53:13Z
<p>Hi </p>
<p>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.</p>
<p>Should we replace HAProxy or consider ELB as a complimentary service in front of HAProxy</p>
<p>Appreciate any comments or suggestions</p>
<p>Thanks</p>
<p>Dom</p>
http://stackoverflow.com/questions/1685222/how-many-reverse-proxies-nginx-haproxy-is-too-many0How many reverse proxies (nginx, haproxy) is too many?Alysum2009-11-06T03:25:52Z2009-11-06T22:02:12Z
<p>I'm setting up a HA (high availability) cluster using nginx, haproxy & apache. </p>
<p>I've been reading great things about nginx and haproxy. People tend to choose one or the other but I like both. Haproxy is more flexible for load balancing than nginx's simple round robin (even with the upstream-fair patch). But I'd like to keep nginx for redirecting non-https to https among other things right at the point of entry to the cluster.</p>
<p>On the other hand, nginx is a lot faster for serving static contents and would reduce the load on the powerful apache which loves to eat a lot of RAM!</p>
<p>Here is my planned setup:</p>
<p>Load balancer: nginx listens on port 80/443 and proxy_forwards to haproxy on 8080 on the same server to load balance between the multiple nodes.</p>
<p>Nodes: nginx on the node listens to requests coming from haproxy on 8080, if the content is static, serve it. But if it's a backend script (in my case PHP), proxy forward to apache2 on the same node server listenning on a different port number.</p>
<p>Technically this setup works but my concerns are whether having the requests going through several proxies is going to slow down requests? Most of the requests will be PHP requests as the backends are services (which means groing from nginx -> haproxy -> nginx -> apache).</p>
<p>Thoughts?
Cheers</p>
http://stackoverflow.com/questions/227939/handling-options-request-in-nginx1Handling OPTIONS request in nginxctmiller2008-10-22T23:42:19Z2009-10-28T07:00:03Z
<p>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:</p>
<blockquote>
<p>OPTIONS /index.html HTTP/1.0</p>
</blockquote>
<p>I'm working with getting nginx set up as a reverse proxy with caching (using ncache). For some reason, nginx is returning a 405 when an OPTIONS request comes in:</p>
<blockquote>
<p>192.168.1.10 - - [22/Oct/2008:16:36:21 -0700] "OPTIONS /index.html HTTP/1.0" 405 325 "-" "-" 192.168.1.10</p>
</blockquote>
<p>When hitting the downstream webserver directly, I get a proper 200 response. My question is: how to you make nginx pass that response along to HAProxy, or, how can I set the response in the nginx.conf?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1495808/how-to-configure-haproxy-to-consolidate-outbound-appserver-connections0How to configure HAProxy to consolidate outbound appserver connectionsLarry2009-09-30T02:12:38Z2009-10-03T04:46:42Z
<p>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 these services using a single IP address. I would also like to be able to do this via HTTP and HTTPS. Any examples on the configuration to do this would be greatly appreciated. Thanks</p>
http://stackoverflow.com/questions/663521/apache-handeling-ssl-requests-and-passing-them-through-to-haproxy0Apache handeling SSL requests and passing them through to HAproxyGus2009-03-19T18:48:25Z2009-09-10T15:00:03Z
<p>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 requests using Apache. </p>
<p>I know that Haproxy can not handle SSL requests so I am trying to set up Apache to accept the clients requests on port 443 and forward it to Haproxy which will then pick up and forward the requests to the right Apache back end web server. Has anyone done this successfully? If yes can you provide examples of the Apache and Haproxy config please? </p>
http://stackoverflow.com/questions/587671/why-wont-haproxy-capture-my-cookie0Why won't haproxy capture my cookie?Mike2009-02-25T20:18:53Z2009-09-03T22:00:02Z
<p>I'm having trouble getting frontend cookie capture to work in haproxy. I have this in my config:</p>
<pre><code>frontend frontend 0.0.0.0:9999
[snip]
capture cookie foo len 10
</code></pre>
<p>Then I use nc to talk directly to the server and send it:</p>
<pre><code>GET / HTTP/1.1
Cookie: foo=bar
</code></pre>
<p>I get a log line, but there's a "-" where the captured cookie should be.</p>
http://stackoverflow.com/questions/1049319/haproxy-and-sharding0HAProxy and "sharding"Manish V2009-06-26T14:01:22Z2009-08-27T17:04:15Z
<p>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 be directed to the same server. It seems possible and my preliminary tests seem to work but I am not a sure.</p>
<p>My listen configuration looks like:</p>
<pre><code>listen appli1-rewrite 0.0.0.0:80
cookie mysession= prefix
balance roundrobin
server app1_1 192.168.0.1:80 cookie server01
server app1_2 192.168.0.2:80 cookie server02
option httpclose
</code></pre>
<p>However, when I look at the request headers using Live Http Headers I don't see the mysession cookie indicating which server it will be going to, which is what I expected based on the prefix operation.
I am quite new to HAProxy so any help/guidance would be great!</p>
http://stackoverflow.com/questions/260413/load-balancing-in-amazon-ec212Load Balancing in Amazon EC2?Marc Bollinger2008-11-04T00:10:24Z2009-05-18T12:32:59Z
<p>We've been fighting with <a href="http://haproxy.1wt.eu/" rel="nofollow">HAProxy</a> 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 exactly Linux networking whizzes (we're a .NET shop, normally), but we've so far held our own, attempting to set proper ulimits, inspecting kernel messages and tcpdumps for any irregularities.
So far though, we've reached a plateau of about 1,700 requests/sec, at which point client timeouts abound (we've been using and tweaking <a href="http://www.hpl.hp.com/research/linux/httperf/" rel="nofollow">httperf</a> for this purpose). A coworker and I were listening to the most recent Stack Overflow podcast, in which the Reddit founders note that their entire site runs off one HAProxy node, and that it so far hasn't become a bottleneck. Ack! Either there's somehow not seeing that many concurrent requests, we're doing something horribly wrong, or the shared nature of EC2 is limiting the network stack of the Ec2 instance (we're using a large instance type). Considering the fact that both Joel and the Reddit founders agree that network will likely be the limiting factor, is it possible that's the limitation we're seeing? </p>
<p>Any thoughts are greatly appreciated!</p>
<p><strong>Edit</strong> It looks like the actual issue was not, in fact, with the load balancer node! The culprit was actually the nodes running httperf, in this instance. As httperf builds and tears down a socket for each request, it spends a good amount of CPU time in the kernel. As we bumped the request rate higher, the TCP FIN TTL (being 60s by default) was keeping sockets around too long, and the ip_local_port_range's default was too low for this usage scenario. Basically, after a few minutes of the client (httperf) node constantly creating and destroying new sockets, the number of unused ports ran out, and subsequent 'requests' errored-out at this stage, yielding low request/sec numbers and a large amount of errors. </p>
<p>We also had looked at nginx, but We've been working with RighScale, and they've got drop-in scripts for HAProxy. Oh, and we've got too tight a deadline [of course] to switch out components unless it proves absolutely necessary. Mercifully, being on AWS allows us to test out another setup using nginx in parallel (if warranted), and make the switch overnight later on.</p>
<p><a href="http://ipsysctl-tutorial.frozentux.net/chunkyhtml/" rel="nofollow">This page</a> describes each of the sysctl variables fairly well (ip_local_port_range and tcp_fin_timeout were tuned, in this case).</p>
http://stackoverflow.com/questions/795551/can-haproxy-front-both-web-servers-and-ssl-vpn-on-one-ip-and-port0Can HAProxy front both Web servers and SSL VPN on one IP and port?Gene Vayngrib2009-04-27T22:35:55Z2009-04-29T18:46:45Z
<p>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 proxy.</p>
<p>Can HAProxy fall back to being a TCP proxy if it does not sense HTTP traffic?
In other words can it fall back to Layer 4 if its Layer 7 inspection determines this is not HTTP traffic?</p>
<p><strong>Here is my setup</strong></p>
<ul>
<li>EC2 machine with one public IP (Elastic IP).</li>
<li>Only one port is open - 443.</li>
<li>Stunnel is sitting on 443 and is passing traffic to HAProxy (I do not like to use Stunnel but HAProxy does not have full support for SSL yet, unlike Nginx).</li>
<li>HAProxy must be configured to pass some HTTP traffic to one server (Apache server which fronts the SVN server) and the rest of the HTTP traffic to our Lablz Web/App server.</li>
<li>All non-HTTP traffic must be forwarded to Adito VPN.
<ul>
<li>This traffic is:
<ul>
<li>VNC, NX, SMB</li>
<li>... and all other protocols that Adito supports</li>
</ul></li>
</ul></li>
</ul>
<p>I can not rely on source IP address or port to split traffic into HTTP and non-HTTP.</p>
<p>So, can such config be accomplished in HAProxy? Can any other reverse proxy be used for this? Let me know if I am not thinking right about HAProxy and an alternative approach is possible.</p>
<p>BTW, Adito SSL VPN is amazing and if this setup works we will be able to provide Lablz developers with a fantastic one-click single-login secure VNC-over-HTTPS access to their boxes in the cloud.</p>
<p>No solution exists for this but via Adito - please prove me wrong. But please do not say that VNC over SSH is better. Yes, VNC-over-SSH is faster, more secure, but also is much harder (for our target user base) to setup and presumes that user is behind the firewall that allows outbound traffic on port 22 (not always the case).</p>
<p>Besides, Adito is much more than the remote access gateway - it is a full blown in-browser VPN, a software distribution platform and more. I am not associated with Adito guys - see my <a href="http://crm.lablz.com/v.html?-b=34378&max=y" rel="nofollow">Adito post on our Lablz blog</a>.</p>
http://stackoverflow.com/questions/704299/blocking-ip-addresses-load-balanced-cluster1Blocking IP addresses Load Balanced ClusterDom2009-04-01T06:25:48Z2009-04-01T06:25:48Z
<p>Hi </p>
<p>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.</p>
<p>Is anyone familiar with a conf for HAProxy that can block requests if they exceed a certain threshold from a single IP within a defined period of time. Or can anyone suggest a software solution which could be placed in front of HAProxy to handle this kind of blocking.</p>
<p>Thanks</p>
<p>Dom--</p>
http://stackoverflow.com/questions/366612/any-thoughts-on-rightscale-and-scalr-for-dynamic-ec2-instance-managment5Any thoughts on RightScale and Scalr for dynamic Ec2 instance managmentDom2008-12-14T14:51:34Z2009-01-18T23:52:16Z
<p>Hi </p>
<p>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 real customer experiences..</p>
<p>The key aspects I'm looking for is a load balancer (http and https) and a way to automatically bring online additional web servers capacity as load increases as well as terminate the instances when load falls off.</p>
<p>From what I can tell, lots of people are rolling their own stuff here. We're trying to release an app and don't really want to have to fight too many heavy sys admin battles. Given the importance of performance etc I'd be grateful to hear advise and experiences from the field on this.</p>
<p>Thanks</p>
<p>Dom</p>