Tagged Questions

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
682 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 ...
1
vote
0answers
221 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
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
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, ...
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
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
0answers
165 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
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
1answer
616 views

HAProxy and NGINX problems with private IP

I have HAProxy setup, and I have no problem pointing it to the public IP of my App server, but I can't get it to point to the Private IP. I get a "503 Service Unavailable No server is available to ...
0
votes
1answer
2k 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 ...