以下是WEB服务器:
192.168.80.101服务器:
[root@lss01 ~]# yum install -y httpd
[root@lss01 ~]# vi /etc/httpd/conf/httpd.confServerName
[root@lss01 ~]# vi /var/www/html/index.html
<h1>Server aa </h1>
192.168.80.102服务器:
[root@lss02 ~]# yum install -y httpd
[root@lss02 ~]# vi /etc/httpd/conf/httpd.conf
ServerName
[root@lss02 ~]# vi /var/www/html/index.html
<h1>Server bb </h1>