您好,登錄后才能下訂單哦!
# /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一切正常!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。