Re: HA proxy

2013-01-22 Thread shouldbe q931
On Wed, Jan 23, 2013 at 4:00 AM, Paulson AJ wrote: > Hi Rant, > > We are using ver 1.4.22 > My name is NOT Rant set your mail client to "plain text" describe your environment describe the steps to reproduce your problem

Re: HA proxy

2013-01-22 Thread Bryan Talbot
Have you tried "yum install haproxy"? On Tue, Jan 22, 2013 at 8:03 PM, Paulson AJ wrote: > Hi Bryan, > > ** ** > > Thanks for your inputs > > Indeed we are using ver 1.4.22 , it will be very kind of you ,if you can > mail me the installation procedure > > We need to evaluate this

RE: HA proxy

2013-01-22 Thread Paulson AJ
Hi Bryan, Thanks for your inputs Indeed we are using ver 1.4.22 , it will be very kind of you ,if you can mail me the installation procedure We need to evaluate this before we put into production Paulson From: Bryan Talbot [mailto:btal...@aeriagames.com] Sent: Wednesday, January 23, 2013 2:01 A

RE: HA proxy

2013-01-22 Thread Paulson AJ
Hi Rant, We are using ver 1.4.22 T H A N K S & R E G A R D S P A U L S O N A.J +91-80-41906098 : Mobile +91-9980169235 : CUG 8103 O N L Y W A Y T O G E T R I D O F P R O B L E M I S T O S O L V E I T. [cid:image001.png@01CDF94C.473F8BB0][cid:image002.jpg@01CDF94C.473F8BB0] Fr

Re: HA proxy

2013-01-22 Thread shouldbe q931
Since this is on gmail and there is a free viewer, I had a look at the word document, the reason that 1.2 is mentioned, is because it's a copy of this http://www.webhostingtalk.com/showthread.php?t=627783 >From 2007... It might be just me, but I don't understand how somebody could find the mailin

Re: Disable server in stat page triggers 503

2013-01-22 Thread Willy Tarreau
Hi, On Tue, Jan 15, 2013 at 09:34:37AM +0100, Cyril Bonté wrote: > Le 15/01/2013 09:24, Willy Tarreau a écrit : > >On Tue, Jan 15, 2013 at 09:09:22AM +0100, Cyril Bonté wrote: > >>Hi Igor, > >> > >>Le 15/01/2013 09:00, Igor a écrit : > >>>Hi, conf like: > >>> > >>>listen admin > >>> bind

Re: HA proxy

2013-01-22 Thread Bryan Talbot
Why mess around with a version that's more than 5 years old? Use an up to date version like 1.4.22 or even better, don't compile your own and use a binary package for your platform (assuming there is one since you didn't state what you're trying to build or run on). Then you might try reading som

Re: Tactics for load balancing all connections

2013-01-22 Thread James Bensley
On 18 January 2013 00:03, Unai Rodriguez wrote: > Yes that works in the way I mentioned (cookies then source IP) Thanks very much for the info Unai! Cheers, James.

Re: CSS not displayed

2013-01-22 Thread Thomas Heil
Hi, On 22.01.2013 15:57, Olivier Desport wrote: > I use Haproxy with two web servers. The CSS are not well displayed > (images, fonts...). The look of the page is different every time I > refresh ! It works correctly when Haproxy is not used. Is there > something to set up in haproxy or Apache con

Re: RoundRobin seems to be missing a bit

2013-01-22 Thread Jonathan Matthews
On 22 January 2013 17:31, Zachary Stern wrote: > > The params are listed in the HAproxy manual. > > Boris, my params are not a magical fix to make haproxy instantly detect > downtime. As you can see, my interval is set to 30 seconds. > > Please read the manual to understand how those parameters fu

Re: RoundRobin seems to be missing a bit

2013-01-22 Thread Zachary Stern
The params are listed in the HAproxy manual. Boris, my params are not a magical fix to make haproxy instantly detect downtime. As you can see, my interval is set to 30 seconds. Please read the manual to understand how those parameters function. It's not obvious. http://cbonte.github.com/haproxy-

RE: CSS not displayed

2013-01-22 Thread Lukas Tribus
> The site I want to display is designed with Joomla. There are no errors > in Apache logs et Firebugs shows several warnings for js files. The > site is well displayed when I connect directly to the Apache server. What are those Firebug warnings exactly? Also, can you show us your haproxy logs?

Re: RoundRobin seems to be missing a bit

2013-01-22 Thread Boris Epstein
Thanks. Just tired it - still doesn't seem to work for some reason. By the way, thanks for those params - they are not listed even here: http://code.google.com/p/haproxy-docs/w/list I probably would've never guessed them if it wasn't for you. Well, back to the drawing board, as they say:) Boris

Re: RoundRobin seems to be missing a bit

2013-01-22 Thread Zachary Stern
Also, do look into haproxy stats. Makes it pretty easy to tell what condition backends are in. On Tue, Jan 22, 2013 at 12:14 PM, Zachary Stern wrote: > Example config line: > > server app1 6.6.6.6:80 check inter 30s fastinter 5s downinter 1s > > If you look up those parameters, inter, fasterinte

Re: RoundRobin seems to be missing a bit

2013-01-22 Thread Zachary Stern
Example config line: server app1 6.6.6.6:80 check inter 30s fastinter 5s downinter 1s If you look up those parameters, inter, fasterinter, and downinter, you should have what you need. (Do look them up). On Tue, Jan 22, 2013 at 12:07 PM, Boris Epstein wrote: > Thanks Zachary! > > Do you remem

Re: RoundRobin seems to be missing a bit

2013-01-22 Thread Boris Epstein
Thanks Zachary! Do you remember specifically which ones those would be? On Tue, Jan 22, 2013 at 12:05 PM, Zachary Stern wrote: > That's because HAproxy does not detect instantly that a backend server is > down. You have to set the intervals. > > > On Tue, Jan 22, 2013 at 11:59 AM, Boris Epstein

Re: RoundRobin seems to be missing a bit

2013-01-22 Thread Zachary Stern
That's because HAproxy does not detect instantly that a backend server is down. You have to set the intervals. On Tue, Jan 22, 2013 at 11:59 AM, Boris Epstein wrote: > Hello all, > > I just configured a very primitive HAProxy installation on a CentOS 6 > machine with the configuration that looks

Re: CSS not displayed

2013-01-22 Thread Jonathan Matthews
On 22 January 2013 15:59, Olivier Desport wrote: > The site I want to display is designed with Joomla. There are no errors in > Apache logs et Firebugs shows several warnings for js files. The site is > well displayed when I connect directly to the Apache server. Try enabling this setting in the

Re: CSS not displayed

2013-01-22 Thread Tait Clarridge
Olivier Desport 22 January, 2013 10:59 AM The site I want to display is designed with Joomla. There are no errors in Apache logs et Firebugs shows several warnings for js files. The site is well displayed when I connect directly to the Apache server.

Re: CSS not displayed

2013-01-22 Thread Olivier Desport
The site I want to display is designed with Joomla. There are no errors in Apache logs et Firebugs shows several warnings for js files. The site is well displayed when I connect directly to the Apache server. Le 22/01/2013 16:21, Ben Timby a écrit : On Tue, Jan 22, 2013 at 9:57 AM, Olivier D

Re: CSS not displayed

2013-01-22 Thread Ben Timby
On Tue, Jan 22, 2013 at 9:57 AM, Olivier Desport wrote: > I use Haproxy with two web servers. The CSS are not well displayed (images, > fonts...). The look of the page is different every time I refresh ! It works > correctly when Haproxy is not used. Is there something to set up in haproxy > or Ap

Re: HA proxy

2013-01-22 Thread Jonathan Matthews
I started trying to help you but had to give up. Congratulations on your early entry for "most obnoxiously formatted email of 2013". Please re-send your email to the list * without coloured text * without HTML * without word documents attached but * with a more complete description and log of t

HA proxy

2013-01-22 Thread Paulson AJ
Hi Team, Greetings Need one help from you We are trying to evaluate this HAproxy , and got this doc from the internet for configuration We have followed all the lines given but when we try to start the service it is telling failed Two things I had a doubt one is ,what is the ip which we need