关于Haproxy安装和配置:负载配置【haproxy.cfg】问题记录
我们启动haproxy命令
/usr/local/haproxy/sbin/haproxy -f /etc/haproxy.cfg
/usr/local/haproxy/sbin/haproxy -f /etc/haproxy.cfg
Last login: Wed Mar 5 18:04:33 2014 from 172.16.3.218
[root@gsidc-4q-saas16 ~]# ps -ef | grep haproxy
root 11687 1 0 Mar05 ? 00:00:00 /usr/local/haproxy/sbin/haproxy -f /etc/haproxy.cfg
root 14188 14159 0 15:00 pts/1 00:00:00 grep haproxy
[root@gsidc-4q-saas16 ~]# kill -9 11687
[root@gsidc-4q-saas16 ~]# ps -ef | grep haproxy
root 14197 14159 0 15:01 pts/1 00:00:00 grep haproxy
[root@gsidc-4q-saas16 ~]# /usr/local/haproxy/sbin/haproxy -f /etc/haproxy.cfg
[root@gsidc-4q-saas16 ~]# ps -ef | grep haproxy
root 14199 1 0 15:01 ? 00:00:00 /usr/local/haproxy/sbin/haproxy -f /etc/haproxy.cfg
root 14201 14159 0 15:01 pts/1 00:00:00 grep haproxy
[root@gsidc-4q-saas16 ~]#
|
global defaults listen mysql_proxy :23306 listen private_monitoring :8101 |
【添加负载均衡,只需要设置这里】
希望对安装的你有所帮助,喜欢请赞一下!