Archive for the ‘Apache’ category

no listening sockets available, shutting down

September 24th, 2009

(98)Address already in use: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs

First let’s see what process is listening on that port:

lsof -i :80

Once you see what process is listening, you can kill it off

kill PID

replacing PID with the process ID number.

Share

cPanel Web Site Hosting by IntraHost