Re: [PATCH] [MINOR] Add a name to stats page

2009-10-24 Thread Willy Tarreau
On Thu, Oct 22, 2009 at 10:49:59PM +0200, Krzysztof Piotr Oledzki wrote: From ad5198f6e8c143b0f070d98d64b507d343d697fa Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Thu, 22 Oct 2009 22:48:09 +0200 Subject: [MINOR] Add a name to stats page If you have a lot of

[PATCH 1/2] [MINOR] add additional a hrefs to stats page

2009-10-24 Thread Krzysztof Piotr Oledzki
From e0d3f887ccd891548364c629e7a2db278e35082a Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sat, 24 Oct 2009 14:24:30 +0200 Subject: [MINOR] add additional a hrefs to stats page This patch adds a href html links for proxies, frontends, servers and backends. Once

[PATCH 2/2] [MINOR] Collect provide http response codes for frontends, fix backends

2009-10-24 Thread Krzysztof Piotr Oledzki
From d529a265e60ea3366452329e2f462a0bd02d8e58 Mon Sep 17 00:00:00 2001 From: Krzysztof Piotr Oledzki o...@ans.pl Date: Sat, 24 Oct 2009 15:36:15 +0200 Subject: [MINOR] Collect provide http response codes for frontends, fix backends This patch extends and corrects the functionality introduced by

MySQL + Haproxy Question

2009-10-24 Thread Joseph Hardeman
Hey Guys, I was wondering if there was a way to have Haproxy handle mysql requests. I know that I can use the TCP option instead of HTTP and it will work, but I was wondering if anyone has a way to make haproxy send all requests for Select statements to a set of servers and all Insert,

Re: MySQL + Haproxy Question

2009-10-24 Thread XANi
Hi On Sat, 24 Oct 2009 16:01:26 -0400, Joseph Hardeman jharde...@colocube.com wrote: Hey Guys, I was wondering if there was a way to have Haproxy handle mysql requests. I know that I can use the TCP option instead of HTTP and it will work, but I was wondering if anyone has a way to make

Re: MySQL + Haproxy Question

2009-10-24 Thread Joseph Hardeman
Hi Mariusz Thats actually what I thought, but I wanted to ask to be sure. *S* I am going to look into that solution again, the last time I tried it, many months ago now, I couldn't get it to work right and I would have to replace all of the libmysql* so files on my web servers. Thanks for

Re: MySQL + Haproxy Question

2009-10-24 Thread Krzysztof Oledzki
On Sat, 24 Oct 2009, Joseph Hardeman wrote: Hey Guys, Hi, I was wondering if there was a way to have Haproxy handle mysql requests. I know that I can use the TCP option instead of HTTP and it will work, but I was wondering if anyone has a way to make haproxy send all requests for Select