---------------------------------------httpd搭建---------------------------------------------
yum install httpd -y #安装httpd
vim /etc/httpd/conf.d/vhosts.conf #修改httpd配置文件
centos7httpd服务的搭建
firewall-cmd --permanent --add-service=http #防火墙放行httpd
firewall-cmd --reload #防火墙配置立即生效
firewall-cmd --list-all #查看防火墙放行服务
centos7httpd服务的搭建

systemctl start httpd #开启httpd服务
centos7httpd服务的搭建

相关文章:

  • 2021-04-07
  • 2021-11-22
  • 2021-09-19
  • 2021-05-30
  • 2021-04-01
  • 2021-11-22
  • 2021-04-30
猜你喜欢
  • 2021-09-24
  • 2022-02-06
  • 2021-06-14
  • 2021-08-01
  • 2022-01-14
  • 2021-11-17
  • 2021-07-09
相关资源
相似解决方案