Re: Need help with HAProxy configuration mixed content http and https

2015-05-21 Thread Tu Nguyen
Thanks Baptise, Let me give this a try. On May 21, 2015, at 5:26 AM, Baptiste bed...@gmail.com wrote: it seems your client get connected using HTTPs on the HTTP port of haproxy. you must make your application aware that SSL offloading is being performed by a device in front of it. Some hints:

Re: Need help with HAProxy configuration mixed content http and https

2015-05-20 Thread Baptiste
On Wed, May 20, 2015 at 6:49 AM, Tu Nguyen nguyenhongtu...@gmail.com wrote: Hello, I’m new to HAProxy. I’m trying to set up HA to handle mixed content site (http and https). My site runs on http except login box which needs https. When I apply the configure with mode tcp, everything is fine.

RE: Need help with haproxy config

2014-07-02 Thread Lukas Tribus
Hi Jeffrey, Below is my haproxy config, I have 1 server and 1 backend for testing  This is a Wt wthttpd app, with no Apache loaded,  Problem I have is that the path to the app seems to change when running from port 80 or haproxy,  meaning I lost all my style sheets and resources, not sure

Re: Need help with HAProxy

2012-01-13 Thread Chris Sarginson
Could this be related to the number of concurrent connections being run? maxconn 1024 under global seems quite low, and if your servers are holding connections open due to responding slowly could this be the cause? Chris On 13/01/2012 03:37, John Lauro wrote: If the refused connection

RE: Need help with HAProxy

2012-01-12 Thread John Lauro
There is a brief time between the switchover from the old process to the new where new connections can not be accepted. Better to mark the backend servers down without switching processes. (Several ways to do that). If the refused connection concerns you, and you can’t avoid starting haproxy,

Re: Need Help on HAProxy Load Balancing

2010-10-16 Thread Willy Tarreau
Hi, On Sat, Oct 16, 2010 at 10:01:22AM +0530, Sivaprakash wrote: Thanks a lot !! Could you please suggest good design for Read - Only data base load balancing sing HAProxy. The only reasonable use of a load balancer in front of a database is for fail-over purposes, so that you only use one