Tag-Archive for » cPanel issues «

Saturday, October 04th, 2008 | Author: Angelo

Hello,

While starting apache service on cPanel server if you are getting as given below.

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

Then it is because httpd is stopped but http port 80 or 443 are still engaged with other service such as exim or mysql. In such case you need to execute following command to find with which service apache port is engaged.
netstat -nap | grep 0.0.0.0:80 or netstat -nap | grep 0.0.0.0:443

For example :: In output if you found exim ( tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 789/exim)
To fix this issue you need to simply restart the exim service on server .