############################# ########server2에서...########### ############################# [root@server2 ~]# dnf install haproxy [root@server2 haproxy]# cp haproxy.cfg haproxy.old [root@server2 haproxy]# setsebool -P haproxy_connect_any 1 //hpproxy 허용 [root@server2 haproxy]# firewall-cmd --permanent --add-port=80/tcp [root@server2 haproxy]# firewall-cmd --reload [root@server2 haproxy]# vi hapro..