Fork me on GitHub
摘要: 两大部分,一环境,二LVS规则 一、环境 1、两台服务器上安装httpd 服务 yum install httpd -y 2、开启服务,并设置为开机自启 systemctl start httpd systemctl enable httpd 3、新建页面 1)、在RS1 服务器上新建页面RS1 e 阅读全文
posted @ 2021-05-13 19:35 Alex-Lzy 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 1、修改配置 vim /boot/grub2/grub.cfg 2、定位到如下这段 if [ x$feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=5 # Fallback normal timeout co 阅读全文
posted @ 2021-05-13 12:32 Alex-Lzy 阅读(583) 评论(0) 推荐(0) 编辑