Option forward for and IIS

2011-09-06 Thread Christophe Rahier
Hi, I installed HAProxy on 2 Debian server for loadbalancing 6 webserver (IIS). All works fine but I've a small problem. In IIS, I added an ISAPI filter to read the X-Forwarded-For value. In the IIS log file, I've a mixed of my loadbalancer IP (192.168.0.3) but also the official IP

Re: Option forward for and IIS

2011-09-06 Thread Christophe Rahier
Hi John, Thanks for your help, it was the problem. I simply added the option http-server-close in my config and it's ok now !! Regards, Christophe De : John Helliwell john.helliw...@gmail.commailto:john.helliw...@gmail.com Date : Tue, 6 Sep 2011 05:16:03 -0700 À : Christophe Rahier christo

Error 504

2011-09-08 Thread Christophe Rahier
Hi, I've a question about this error : 504 Gateway Time-out The server didn't respond in time. What could I check in my config ? I created 2 LB with a virtual IP and all request are coming from the firewall to this IP. I think it's possible, if needed, I can copy my configuration file. Thanks

Re: Error 504

2011-09-08 Thread Christophe Rahier
and the underlying OS. cheers On Thu, Sep 8, 2011 at 1:35 PM, Christophe Rahier christo...@qualifio.com wrote: Hi, I've a question about this error : 504 Gateway Time-out The server didn't respond in time. What could I check in my config ? I created 2 LB with a virtual IP and all request

Re: Error 504

2011-09-08 Thread Christophe Rahier
Yes ... Is it possible to improve my config? Le 08/09/11 15:50, « Baptiste » bed...@gmail.com a écrit : I can't see anything weird here. are the backend status OK on the haproxy http stat page? cheers On Thu, Sep 8, 2011 at 2:28 PM, Christophe Rahier christo...@qualifio.com wrote: Hi

Re: Error 504

2011-09-11 Thread Christophe Rahier
Hi Willy, Many thanks for your help, I'll check our application, I think a lot of things could be improved :-) Christophe Le 11/09/11 00:12, « Willy Tarreau » w...@1wt.eu a écrit : Hi Christophe, On Thu, Sep 08, 2011 at 06:54:29AM -0700, Christophe Rahier wrote: Yes ... Is it possible

Re: Error 504

2011-09-11 Thread Christophe Rahier
Hi Cyril, Thanks for your help, I'll adapt my config file. About timeout http-keep-alive, which value do you recommend? Christophe Le 11/09/11 13:34, « Cyril Bonté » cyril.bo...@free.fr a écrit : Hi Christophe, Le Jeudi 8 Septembre 2011 05:28:41 Christophe Rahier a écrit : defaults log

Re: Error 504

2011-09-12 Thread Christophe Rahier
192.168.0.13:80 check server Player5 192.168.0.14:80 check Thanks for your help. Regards, Christophe Le 12/09/11 06:49, « Willy Tarreau » w...@1wt.eu a écrit : On Sun, Sep 11, 2011 at 11:11:04AM -0700, Christophe Rahier wrote: Hi Cyril, Thanks for your help, I'll adapt my config file. About

Re: Error 504

2011-09-12 Thread Christophe Rahier
Hi Willy, Thank you very much for your help Christophe Le 12/09/11 09:22, « Willy Tarreau » w...@1wt.eu a écrit : On Mon, Sep 12, 2011 at 12:02:55AM -0700, Christophe Rahier wrote: Hi Willy, Thank you! I'm just confused now :-) Which values have I to use? Replace any old form

Re: Establishing connection lasts long

2011-09-13 Thread Christophe Rahier
Hi, I noticed the same thing, the problem happens at the first call of the page, After the result is immediate. Christophe Le 13/09/11 13:22, « Tim Korves » t...@whtec.net a écrit : Hi there, we're using haproxy 1.4.15 on a Ubuntu 10.04 box. This box is virtualised, HW-specs: 1 CPU-core

Re: Establishing connection lasts long

2011-09-13 Thread Christophe Rahier
Hi, I don't know! It's very strange. When I check the server load, it is almost zero. Christophe Le 13/09/11 13:29, « Tim Korves » t...@whtec.net a écrit : Hi again, I noticed the same thing, the problem happens at the first call of the page, Ok, seems to be a bug? Or what do you

Caching

2011-09-19 Thread Christophe Rahier
Hi, Is there a caching system at HAProxy? In fact, we find that when we put online new files (CSS, for example) that they are not addressed directly, it usually takes about ten minutes. Thank you in advance for your help. Christophe

Re: Caching

2011-09-19 Thread Christophe Rahier
a écrit : hi Christophe, HAProxy is *only* a reverse proxy. No caching functions in it. Have you tried to browse your backend servers directly? Can it be related to your browser's cache? cheers On Mon, Sep 19, 2011 at 1:39 PM, Christophe Rahier christo...@qualifio.com wrote: Hi

Re: Caching

2011-09-20 Thread Christophe Rahier
- maybe just when running -c. On 9/19/11 5:46 AM, Christophe Rahier wrote: I don't use Apache but IIS. I tried to disable caching on IIS but the problem is still there. There's no proxy, all requests are sent from pfSense. Christophe Le 19/09/11 13:45, « Baptiste »bed...@gmail.com a écrit

option httpchk

2011-10-31 Thread Christophe Rahier
Hi, In my config file, I check my servers with option httpchk HEAD /checkCF.cfm HTTP/1.0 When the response is not 2xx or 3xx, would it possible to test an other url? Thanks for your help. Regards, Christophe

Re: option httpchk

2011-10-31 Thread Christophe Rahier
Hi, What a pity, this could be very useful! Indeed, as Haproxy detects that there is no response, it may perform an another action :-) Christophe Le 31/10/11 13:27, « Baptiste » bed...@gmail.com a écrit : Hi, no :) cheers On Mon, Oct 31, 2011 at 12:15 PM, Christophe Rahier christo

Re: option httpchk

2011-10-31 Thread Christophe Rahier
webservices, it's a bad idea. On Mon, Oct 31, 2011 at 1:48 PM, Christophe Rahier christo...@qualifio.com wrote: Hi, What a pity, this could be very useful! Indeed, as Haproxy detects that there is no response, it may perform an another action :-) Christophe Le 31/10/11 13:27, « Baptiste » bed

Re: option httpchk

2011-10-31 Thread Christophe Rahier
Hi, Oups, sorry, I didn't see it! Too many things to do in the same time and of course not enough time, I'm lost :-) Christophe Le 31/10/11 15:36, « Aleksandar Lazic » al-hapr...@none.at a écrit : Hi, On 31.10.2011 13:48, Christophe Rahier wrote: Hi, What a pity, this could be very

Help with SSL

2011-11-03 Thread Christophe Rahier
Hello, My config of HAProxy is: -- CUT -- global log 192.168.0.2 local0 log 127.0.0.1 local1 notice maxconn 10240 defaults logglobal option dontlognull retries2 timeout client 35s timeout server 90s timeout connect 5s timeout http-keep-alive 10s listen WebPlayer-Farm 192.168.0.2:80

Re: Help with SSL

2011-11-04 Thread Christophe Rahier
, Christophe Rahier wrote: Hello, My config of HAProxy is: -- CUT -- [snipp] -- CUT -- The problem with SSL is that the IP address that I get to the web server is the IP address of the loadbalancer and not the original IP address. This is a big problem for me and it's essential that I

Re: Need your help for error message too many redirects

2012-12-14 Thread Christophe Rahier
logs in your HAProxy configuration, configure your syslog to collect them and in the end do a tail on your log file :) cheers On Wed, Dec 12, 2012 at 10:15 AM, Christophe Rahier christo...@qualifio.com wrote: Hi Baptiste, Just a stupid question but how can I access this log? Thanks, Christophe

Re: Need your help for error message too many redirects

2012-12-18 Thread Christophe Rahier
» cyril.bo...@free.fr a écrit : Hi Christophe, Le 14/12/2012 14:27, Christophe Rahier a écrit : Hi Baptiste, I tried to configure it but I'm not a Linux specialist ;-) Here's what I can find in my log file: Dec 14 14:25:13 lbhatest haproxy[1758]: 212.123.23.228:9163 [14/Dec/2012:14:25:13.233

Re: Need your help for error message too many redirects

2012-12-18 Thread Christophe Rahier
Hi, Finally, after a lot of tests, I identified the problem. I adapted our application and now, all is ok. Thanks for your help and your suggestions. Regards, Christophe Le 18/12/12 10:02, « Christophe Rahier » christo...@qualifio.com a écrit : Hi Cyril, Behind haproxy, I have 3 IIS

Question about stats screen

2013-02-04 Thread Christophe Rahier
Hi, I have a question about the stats screen. Just a small description: we use a Vmware infrastructure. Haproxy is installed on a VM (Debian 6) in front of 13 Windows 2008R2 servers (IIS 7.5) When I see the column Errors - Resp, I can see many errors. I do not understand where the problem is

haproxy and SSL

2013-02-26 Thread Christophe Rahier
Hi, Actually, I configured haproxy to decrypt traffic SSL between haproxy and http servers. Of course, it works fine ;-) If I test our config with https://www.ssllabs.com/ssltest, I've this error: BEAST attack

Re: haproxy and SSL

2013-02-26 Thread Christophe Rahier
Hi Simon, Thanks I didn't see it. :-) Regards, Christophe De : Simon Dick sim...@irrelevant.orgmailto:sim...@irrelevant.org Date : Tuesday 26 February 2013 10:29 À : Christophe Rahier christo...@qualifio.commailto:christo...@qualifio.com Cc : haproxy@formilux.orgmailto:haproxy@formilux.org

Sessions when a server doesn't answer anymore

2013-03-26 Thread Christophe Rahier
Hi, I try to be clear with my question :-) Our haproxy is in front of 3 IIS web servers. When a server is down, haproxy doesn't send any traffic to this server, it's ok. Users needs to log again in our application. When this server comes alive, users who previously logged (via this server)

Re: Sessions when a server doesn't answer anymore

2013-03-26 Thread Christophe Rahier
Hi Chris, In fact, in our case, we need to store Coldfusion sessions … Christophe From: Chris Sarginson ch...@sargy.co.ukmailto:ch...@sargy.co.uk Date: Tuesday 26 March 2013 10:43 To: Christophe Rahier christo...@qualifio.commailto:christo...@qualifio.com Cc: haproxy@formilux.orgmailto:haproxy

Re: Sessions when a server doesn't answer anymore

2013-03-26 Thread Christophe Rahier
of your servers. Chris On 26/03/2013 09:16, Christophe Rahier wrote: Hi, I try to be clear with my question :-) Our haproxy is in front of 3 IIS web servers. When a server is down, haproxy doesn't send any traffic to this server, it's ok. Users needs to log again in our application. When

Re: Sessions when a server doesn't answer anymore

2013-03-26 Thread Christophe Rahier
Hi Baptiste, Thanks for your help and your analyse. I will test the cookie, I first need to read the documentation :-) Best regards, Christophe On 26/03/13 15:37, Baptiste bed...@gmail.com wrote: backend Managers mode http server Manager01 192.168.0.60:80 check on-marked-down

haproxy and mobile devices

2013-09-16 Thread Christophe Rahier
Hi, I'd like to know if I need to adapt the haproxy config file for mobile devices? We have a lot of customers who encounter problems with our application and I try to find the problem. Thanks for your help. Kind regards, Christophe

Re: haproxy and mobile devices

2013-09-16 Thread Christophe Rahier
it to the PEM. Regards. 2013/9/16 Christophe Rahier christo...@qualifio.com: Hi, I'd like to know if I need to adapt the haproxy config file for mobile devices? We have a lot of customers who encounter problems with our application and I try to find the problem. Thanks for your help. Kind

help

2014-04-22 Thread Christophe Rahier

Re: [PATCH v8] MEDIUM: Add port_to_str helper

2014-06-16 Thread Christophe Rahier
Hi, Maybe a stupid question but if I download version 1.5-dev26, all the latest patches are present in this version or should I apply too? Thanks for your help. Kind regards, Christophe On 16/06/14 10:11, Willy Tarreau wrote: On Mon, Jun 16, 2014 at 09:39:41AM +0900, Simon Horman wrote:

Re: [PATCH v8] MEDIUM: Add port_to_str helper

2014-06-17 Thread Christophe Rahier
Hi Lukas, On 16/06/14 14:22, Lukas Tribus wrote: Hi, Maybe a stupid question but if I download version 1.5-dev26, all the latest patches are present in this version or should I apply too? No, dev26 was released May, 28th and doesn't contain any newer code. To get more current code I

[no subject]

2014-07-07 Thread Christophe Rahier
-- Professional Virtual Officehttp://www.contactoffice.com

help

2014-07-07 Thread Christophe Rahier
-- Professional Virtual Officehttp://www.contactoffice.com