Posts

Showing posts with the label make_sock: could not bind

Address already in use: make_sock: could not bind to address - Apache - HTTPD Error

Image
Address already in use: make_sock: could not bind to address - Apache - HTTPD Error The problem is the apache is running but in webmin it says it's down (some say it's the PID) so I check who is using the port [root@jmaz] netstat -lnp | grep :80 In webmin you can check the process in Webmin->System-> Running Process and kill the process there just kill them all [root@jmaz] killall httpd [root@jmaz] service httpd start