当前位置: 代码迷 >> 综合 >> haproxy 用命令踢掉和开启某个项目和主机
  详细解决方案

haproxy 用命令踢掉和开启某个项目和主机

热度:89   发布时间:2024-01-09 05:40:23.0

踢掉某个项目的某个主机

echo "disable server   backendname/hostname" |socat unix:/usr/local/haproxy/run/haproxy.stat stdio


开启某个项目的某个主机

echo "enable server   backendname/hostname" |socat unix:/usr/local/haproxy/run/haproxy.stat stdio

  相关解决方案