haproxy启动故障之-"Proxy'http_gsres':inmulti-processmode."-成都创新互联网站建设

关于创新互联

多方位宣传企业产品与服务 突出企业形象

公司简介 公司的服务 荣誉资质 新闻动态 联系我们

haproxy启动故障之-"Proxy'http_gsres':inmulti-processmode."

# /usr/local/haproxy/sbin/haproxy -f /usr/local/haproxy/conf/haproxy.cfg

创新互联 - 重庆服务器托管,四川服务器租用,成都服务器租用,四川网通托管,绵阳服务器托管,德阳服务器托管,遂宁服务器托管,绵阳服务器托管,四川云主机,成都云主机,西南云主机,重庆服务器托管,西南服务器托管,四川/成都大带宽,机柜大带宽、租用·托管,四川老牌IDC服务商

[WARNING] 102/151915 (11151) : Proxy 'http_gsres': in multi-process mode, stats will be limited to process assigned to the current request.

解决方法:

在配置文件中加入 bind-process 2 ,让它跑在两颗CPU上 ,就不会出现错误讯息了。

frontend http_gsres

         bind *:8090

         mode http

         option httplog

         log  global

         bind-process    2   #此行为上面加入到配置文件当中的

         default_backend www_gsres


再次启动haproxy一切正常!


文章标题:haproxy启动故障之-"Proxy'http_gsres':inmulti-processmode."
本文URL:http://kswsj.cn/article/pjhshi.html

其他资讯