| | | | | 1.测试环境正确搭建 [size=10.5000pt]2.操作系统正常运行 | | 安装服务 # yum install haproxy -y 修改配置文件 # vim /etc/haproxy/haproxy.cfg global log 127.0.0.1 local0 maxconn 1000 daemon defaults log global mode http option httplog option dontlognull retries 3 timeout connect 5000 timeout client 50000 timeout server 50000 listen admin_stats bind 0.0.0.0:1080 #端口号 mode http option httplog maxconn 10 stats refresh 30s stats uri /stats #url stats realm XingCloud\ Haproxy stats auth admin:admin # 用于首次登录的账号密码 stats auth Frank:Frank stats hide-version stats admin if TRUE 重启服务: # setenforce 0 # systemctl stop firewalld # systemctl restart haproxy # yum install httpd # systemctl restart httpd 浏览器输入http://${local_ip}:1080/stats | | 提示输入账号密码,该账号密码为配置文件中所设置(admin/admin),输入密码后进入haproxy界面 | |
| | |
|
|
|
|
|
版权说明:论坛帖子主题均由合作第三方提供并上传,若内容存在侵权,请进行举报