RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
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://cqwzjz.cn/article/pjhshi.html