摘要: 一、安装Apache 1.安装yum -y install httpd2.开启apache服务systemctl start httpd.service3.设置apache服务开机启动systemctl enable httpd.service4.验证apache服务是否安装成功在本机浏览器中输入虚 阅读全文
posted @ 2017-09-20 12:05 Window2016 阅读(280) 评论(0) 推荐(0) 编辑