报错:

Oct 31 09:28:14 centos7 httpd[31657]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
Oct 31 09:28:14 centos7 httpd[31657]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Oct 31 09:28:14 centos7 httpd[31657]: no listening sockets available, shutting down
Oct 31 09:28:14 centos7 httpd[31657]: AH00015: Unable to open logs
Oct 31 09:28:14 centos7 systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Oct 31 09:28:14 centos7 kill[31659]: kill: cannot find process ""
Oct 31 09:28:15 centos7 systemd[1]: httpd.service: control process exited, code=exited status=1
Oct 31 09:28:15 centos7 systemd[1]: Failed to start The Apache HTTP Server.
Oct 31 09:28:15 centos7 systemd[1]: Unit httpd.service entered failed state.
Oct 31 09:28:15 centos7 systemd[1]: httpd.service failed.

解决方法:

killall  httpd

apache启动报错:make_sock: could not bind to address [::]:80

 

 apache启动报错:make_sock: could not bind to address [::]:80

 

 

ps aux|grep httpd

kill  -9  ##进程编号##

重启即可

systemctl start  httpd

apache启动报错:make_sock: could not bind to address [::]:80

 

相关文章:

  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2021-08-26
猜你喜欢
  • 2022-01-27
  • 2021-12-24
  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案