Hi Lukas,

Thank you for taking the time to reply.

Here are the global and defaults sections:

global
        log /dev/log    local0
        log /dev/log    local1 notice
        chroot /var/lib/haproxy
        stats socket /run/haproxy/admin.sock mode 660 level admin
        stats timeout 30s
        user haproxy
        group haproxy
        daemon
        # Default SSL material locations
        ca-base /etc/ssl/certs
        crt-base /etc/ssl/private
        # Default ciphers to use on SSL-enabled listening sockets.
        # For more information, see ciphers(1SSL).
        #ssl-default-bind-ciphers
kEECDH+aRSA+AES:kRSA+AES:+AES256:RC4-SHA:!kEDH:!LOW:!EXP:!MD5:!aNULL:!eNULL
        #ssl-default-bind-options no-sslv3
        tune.ssl.default-dh-param 2048
        maxconn 2048

defaults
        log     global
        mode    http
        option  httplog
        option  dontlognull
        timeout connect 5000
        timeout client  50000
        timeout server  50000
        errorfile 400 /etc/haproxy/errors/400.http
        errorfile 403 /etc/haproxy/errors/403.http
        errorfile 408 /etc/haproxy/errors/408.http
        errorfile 500 /etc/haproxy/errors/500.http
        errorfile 502 /etc/haproxy/errors/502.http
        errorfile 503 /etc/haproxy/errors/503.http
        errorfile 504 /etc/haproxy/errors/504.http

        #option forwardfor
        #option http-server-close
        #option httpclose
        #option redispatch

        stats enable
        stats uri /haproxy?stats
        stats realm Strictly\ Private
        stats auth admin:xxxxxxxx






On 5 March 2015 at 13:08, Lukas Tribus <[email protected]> wrote:

> > Here's my haproxy config:
>
> This config is incomplete. We need at least all options and timeouts,
> including global and default sections.
>
>
> Lukas
>
>




-- 
Eamonn Hynes
Computational Support Specialist
E4.05 Science Centre East
Earth Institute & Complex and Adaptive Systems Laboratory
University College Dublin
Belfield
Dublin 4
Ireland

+353 1 716 2696
[email protected]

Reply via email to