1.查看是否安装了apache
[root@localhost etc]# rpm -qa |grep httpd
httpd-2.0.52-9.ent
httpd-manual-2.0.52-9.ent
httpd-suexec-2.0.52-9.ent
system-config-httpd-1.3.1-1

说明已经安装了

2.启动apache
[root@localhost etc]# /etc/rc.d/init.d/httpd start
启动 httpd:                                               [  确定  ]
启动成功

相关文章:

  • 2021-04-21
  • 2022-12-23
  • 2021-12-17
  • 2021-06-20
  • 2021-06-03
  • 2021-12-10
  • 2022-01-04
猜你喜欢
  • 2022-01-21
  • 2022-02-07
  • 2021-11-08
  • 2022-01-17
  • 2022-02-27
  • 2022-12-23
  • 2021-09-19
相关资源
相似解决方案