Re: HAProxy -

From: gidot <gadidot#gmail.com>
Date: Thu, 7 Jul 2011 06:57:32 +0000 (UTC)


Baptiste <bedis9@...> writes:

>
> hi,
>
> Your maxconn seems a bit low if you have a lot of clients...
> Maybe you should try increasing it or at lease increase the queue timeout.
>
> As hank said, turn on http log, it will provide you very interesting
> information about your issue.
>
> cheers
>
>

Thanks for the replies.

I've enabled the httplog option under the listen section:

----8<---

listen webjailfarm 78.143.58.74:80

        mode http
        option httplog
        option logasap
        log global
        cookie  SERVERID insert nocache indirect

----8<---

But seems that nothing changes on the log. All I have in the log is:

[8:54am] root#webm01 [/usr/local/etc] # tail -f /var/log/haproxy.log 
Jul  3 13:41:05 webm01 haproxy[61837]: Proxy webjailfarm started. 
Jul  4 06:15:15 webm01 haproxy[12884]: Proxy webjailfarm started. 


I have restarted syslogd as well. Is there anything else that I should do beside adding those lines?

Thanks. Received on 2011/07/07 08:57

This archive was generated by hypermail 2.2.0 : 2011/07/07 09:15 CEST