RE: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
08-21-2015, 10:46 PM
use:
ps aux | grep httpd
To check apache isn't stuck running in the background (for debian use apache2).
Make sure you haven't any other processes / services using port 443, if you do stop the service, then start httpd again.
ps aux | grep httpd
To check apache isn't stuck running in the background (for debian use apache2).
Make sure you haven't any other processes / services using port 443, if you do stop the service, then start httpd again.