文章分类 -  Haproxy&Keepalived

摘要:vim /etc/haproxy/haproxy.conf # 配置监控stats listen stats mode http bind *:81 stats enable stats uri /haproxy-status stats auth haadmin:sheca # 普通后端转发 li 阅读全文
posted @ 2025-01-20 11:55 しみずよしだ 阅读(19) 评论(0) 推荐(0)
摘要:# 1.配置rsyslog [root@harbor log]# vim /etc/rsyslog.conf # Provides UDP syslog reception $ModLoad imudp $UDPServerRun 514 local2.* /var/log/haproxy.log 阅读全文
posted @ 2025-01-20 11:54 しみずよしだ 阅读(12) 评论(0) 推荐(0)
摘要:现象 # General socket error (Permission denied) [root@harbor log]# tail -f /var/log/haproxy.log Jan 20 11:41:45 localhost haproxy[13645]: Proxy ceph-rgw 阅读全文
posted @ 2025-01-20 11:47 しみずよしだ 阅读(52) 评论(0) 推荐(0)
摘要:网络拓扑 haproxy1 192.168.19.121 haproxy、keepalived haproxy2 192.168.19.122 haproxy、keepalived nginx1 192.168.19.123 nginx nginx2 192.168.19.124 nginx VIP 阅读全文
posted @ 2023-02-28 16:10 しみずよしだ 阅读(533) 评论(0) 推荐(0)