Apache Error

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

Howdy -- you can resolve that issue by running these two commands:

killall -9 httpd
service httpd start
bislinks's picture
Submitted by bislinks on Fri, 06/12/2015 - 14:31 Pro Licensee

Result of command: apachectl configtest Syntax OK

bislinks's picture
Submitted by bislinks on Fri, 06/12/2015 - 14:32 Pro Licensee

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]

bislinks's picture
Submitted by bislinks on Fri, 06/12/2015 - 14:34 Pro Licensee

That fixed the problem. Thanks andreychek.