摘要: 一、安装Apache 1、安装httpd服务: sudo yum install httpd 2、开启服务: sudo systemctl start httpd 3、访问服务器IP成功显示Testing 123.. ,即安装成功 4、其他命令 重启服务:sudo systemctl restart 阅读全文
posted @ 2020-10-12 18:07 遥识楚人家 阅读(119) 评论(0) 推荐(0) 编辑