I am getting this error:
service httpd restart Stopping httpd: [FAILED] Starting httpd: (98)Address already in use: make_sock: could not bind to address 108.90.217.140:80 no listening sockets available, shutting down Unable to open logs
Status:
Active
Comments
Submitted by andreychek on Fri, 06/12/2015 - 14:30 Comment #1
Howdy -- you can resolve that issue by running these two commands:
killall -9 httpd
service httpd start
Result of command: apachectl configtest Syntax OK
Result of command service httpd restart :
Failed to start service : Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs [FAILED]
That fixed the problem. Thanks andreychek.