码迷,mamicode.com
首页 > Web开发 > 详细

haproxy启动故障之-"Proxy 'http_gsres': in multi-process mode."

时间:2016-04-12 16:03:52      阅读:1167      评论:0      收藏:0      [点我收藏+]

标签:haproxy

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

[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一切正常!

本文出自 “兰州linux运维” 博客,请务必保留此出处http://linuxzkq.blog.51cto.com/9379412/1763011

haproxy启动故障之-"Proxy 'http_gsres': in multi-process mode."

标签:haproxy

原文地址:http://linuxzkq.blog.51cto.com/9379412/1763011

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!