WEB开发网
开发学院软件教学网络软件 haproxy主配置文件简单配置 阅读

haproxy主配置文件简单配置

 2012-06-05 16:36:16 来源:WEB开发网   
核心提示:### global maxconn 5000 chroot /usr/local/haproxy uid 505 gid 505 daemon quiet nbproc 2 pidfile
#######################################################  
 global 
     maxconn  5000  
     chroot   /usr/local/haproxy  
     uid      505  
     gid      505  
     daemon  
     quiet  
     nbproc   2  
     pidfile  /usr/local/haproxy/haproxy.pid  
 ########################################################  
   
defaults  
     log     global 
     log     127.0.0.1  local3   
     mode    http  
     option  httpog  
     option  dontlognull  
     option  redispatch  
     retries 3  
   
     maxconn 5000  
     contimeout 5000  
     clitimeout 50000  
     srvtimeout 50000  
 ##########################################################  
   
listen web 192.168.0.53:80  
     mode    http  
#     mode    tcp  
     balance roundrobin  
     option  forwardfor  
     option  httpclose  
#     option  forceclose  
     option  redispatch  
     option  httpchk GET /test.jsp  
     server CmIS01 192.168.0.57:8080 cookie 1 check inter 5000 fall 3 rise 2 weight 1  
     server CmIS02 192.168.0.58:8080 cookie 2 check inter 5000 fall 3 rise 2 weight 1  
 ##########################################################  
   
listen status 192.168.0.53:8888  
     stats enable  
     stats uri /admin  
     stats auth admin:admin   
    stats realm Haproxy \ statistic 

Tags:haproxy 配置 文件

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接