CentOS 安装Apache服务

前端之家收集整理的这篇文章主要介绍了CentOS 安装Apache服务前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

yum install httpd -y

如下图所示

使用相关的命令可以查询出已经安装了httpd 以及软件安装的目录文件位置

chkconfig httpd on

service httpd start 启动软件


/usr/local/apache/bin/apachectl restart

原文链接:https://www.f2er.com/centos/379170.html

猜你在找的CentOS相关文章