Hello. I've downloaded, compiled and installed haproxy version 1.3.20 in one 
SUSE Linux Enterprise Server 10 (s390x), VERSION = 10, PATCHLEVEL = 2.

 

I start the haproxy with command line: /usr/sbin/haproxy -f 
/etc/haproxy/haproxy.cfg -d

and I make some tests with HTTP and HTTPS. At first it works fine, but few 
moments later I get the message: Segmentation fault

 

I dont know what to do to solve this trouble. Any tip?

 

Follow is the haproxy.cfg file:

##########################################################

global
        log 127.0.0.1   local0
        log 127.0.0.1   local1 notice
        maxconn 4096
        debug


defaults
        log     global
        mode    tcp
        option  httplog
        option  httpclose
        option  dontlognull
        retries 1
        contimeout      500
        clitimeout      5000
        srvtimeout      5000

 

listen  uat 0.0.0.0:80,0.0.0.0:443
        balance source
        option      ssl-hello-chk
        option      forwardfor
        server  server_first  192.168.0.1 weight 1 maxconn 5000 check
        server  server_seco  192.168.0.2 weight 1 maxconn 5000 check


##########################################################


_______________________
Alexandre


                                          
_________________________________________________________________
Hotmail: Trusted email with powerful SPAM protection.
http://clk.atdmt.com/GBL/go/177141665/direct/01/

Reply via email to