安装apache httpd服务器

yum -y install httpd

service httpd restart或者systemctl start httpd

firewall-cmd –permanent –add-service=http

firewall-cmd –reload

systemctl enabled httpd

本文作者: GavinDong

版权属于: GavinDong博客

文章链接: https://gavindong.com/235.html

如果使用过程中遇到问题,可 **点击此处** 交流沟通。

版权所有,转载时必须以链接形式注明作者和原始出处及本声明。

(0)

相关文章

回复 ag

登录后才能评论

评论列表(3条)

  • ag的头像
    ag 2017.05.05 23:35

    pstree
    ps -auxw|grep 80

  • ag的头像
    ag 2017.05.05 23:34

    cd /etc/httpd/conf/

  • ag的头像
    ag 2017.05.05 23:33

    cd /var/www/html
    vim index.html