喵星之旅-狂奔的兔子-centos7安装Apache

最好先确定80端口没有被占用。

 

 

安装只需一条命令:

yum -y install httpd

 

 

修改端口:

 

Apache的主配置文件:/etc/httpd/conf/httpd.conf

 

 

默认根路径/var/www/html

 

 

查看状态:service httpd status

 

Apache开启服务:systemctl start httpd

 

Apache停止服务:systemctl stop httpd

 

喵星之旅-狂奔的兔子-centos7安装Apache

上一篇:如何迅速有效学习web前端开发?


下一篇:js组成