Friday, June 8, 2012

Starting httpd: (98) Address already in use: make_sock: could not bind to address 0.0.0.0:443

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

Solution
netstat -ptnl | grep 443
tcp        0      0 :::443                      :::*                        LISTEN      953/sshd

Kill the process (kill -9 process_id)

check error log
tail -f /var/lof/httpd/error.log

No comments:

Post a Comment