haproxy的安裝
下載地址:
http://www.haproxy.org/#down
文件地址:
http://www.haproxy.org/#doc1.6
下載好原始碼之後,解壓:
安裝 make install
cat /etc/test-sql.cfg
# This is a test configuration.
# It requires a mysql server running on local port 3306.
global
maxconn 500
pidfile /tmp/proxy.pid
defaults
contimeout 1000
clitimeout 5000
srvtimeout 5000
retries 1
option redispatch
mode tcp
listen test
bind :3307
mode tcp
balance roundrobin
option tcp-check
#option mysql-check user haproxy
server srv1 10.10.230.172:3306 check port 3306 inter 1000 fall 1
# server srv2 127.0.0.2:3306 check port 3306 inter 1000 fall 1
# server srv3 127.0.0.3:3306 check port 3306 inter 1000 fall 1
# server srv4 127.0.0.4:3306 check port 3306 inter 1000 fall 1
啟動:
haproxy -f /etc/test-sql.cfg
[root@10-10-157-43 tests]# ps -ef |grep pro
root 3177 728 0 19:59 pts/0 00:00:00 haproxy -f /etc/test-sql.cfg
root 3187 728 0 20:00 pts/0 00:00:00 grep pro
重新載入:
[root@10-10-157-43 tests]# haproxy -f /etc/test-sql.cfg -sf 3177 &
轉載請註明源出處
QQ 273002188 歡迎一起學習
QQ 群 236941212
oracle,mysql,PG 相互交流
轉載請註明源出處
QQ 273002188 歡迎一起學習
QQ 群 236941212
oracle,mysql,PG 相互交流
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25099483/viewspace-2112532/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- haproxy的配置安裝
- saltstack之haproxy的安裝配置
- Linux Haproxy 安裝和部署Linux
- Centos7 haproxy1.7 安裝CentOS
- HAProxy負載均衡器的安裝及配置負載
- 在docker中haproxy的安裝以及mysql的負載均衡配置DockerMySql負載
- 在麒麟V10伺服器上編譯安裝HAProxy伺服器編譯
- 【Haproxy】haproxy負載均衡負載
- haproxy
- MySQL HAProxyMySql
- haproxy學習
- HAProxy 配置教程
- ElasticSearch的安裝和使用,Postman的安裝,Kibana的安裝,EShead外掛的安裝ElasticsearchPostman
- haproxy-詳解
- Haproxy--配置解析
- JDK的安裝與解除安裝JDK
- codis安裝 (java 安裝 + zookeeper 安裝 + go 安裝 + codis 安裝JavaGo
- Maven的安裝/2.2 Linux下的安裝MavenLinux
- 使用haproxy搭建web群集Web
- PgSql on Docker with HaProxy 反向代理SQLDocker
- haproxy實驗筆記筆記
- 解除安裝windows安裝ubuntu的完全指南WindowsUbuntu
- Python pip的安裝及解除安裝Python
- 剛安裝的sublime如何安裝外掛
- 【安裝】安裝centos79的筆記CentOS筆記
- BBED 的安裝
- MySQL 的安裝MySql
- Hive的安裝Hive
- DPDK的安裝
- graphviz的安裝
- charles 的安裝
- RediSearch的安裝Redis
- Zookeeper的安裝
- MongoDB的安裝MongoDB
- DVWA的安裝
- Docker的安裝Docker
- ISA的安裝
- xen的安裝