linux启动http服务
摘要:
1、安装apache yum install httpd #根据提示,输入Y安装即可成功安装 systemctl start httpd.service #启动apache systemctl stop httpd.service #停止apache systemctl restart httpd. 阅读全文
posted @ 2019-01-19 08:44 七七2020 阅读(27251) 评论(1) 推荐(1) 编辑