原来是80端口被占用的问题

解决80端口占用问题

sudo fuser -n tcp 80 -k

 

覆盖原来的httpd

cp /usr/local/apache2/bin/apachectl /etc/init.d/httpd

 

重启启动

/etc/init.d/httpd restart

 

刷新页面

 

来自

http://blog.sina.com.cn/s/blog_6c739e63010179sv.html

 

相关文章:

  • 2022-03-09
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
  • 2022-03-06
  • 2021-05-20
  • 2022-12-23
  • 2021-06-15
猜你喜欢
  • 2021-08-13
  • 2022-01-21
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2021-06-18
相关资源
相似解决方案