Address already in use: make_sock: could not bind to address - Apache - HTTPD Error
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
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
Comments