I had the same problem today
I'm running Gentoo on my server and someone tried this too
I'm still looking for a solution, but I think it will go in the way to format and reainstall everything
facts are:
I lost my internet conenction and found out that the problem was on my server
First this I did was checking htop for any weard stuff, and I found the same thing you did:
(I did want to past an image but the forum won't allow me :P)
there was also an ssh with pid 4897 which was running on port 443, and what stopped apache from restarting
Code:
#
# ps aux | grep 4897
#
root 4897 0.0 0.0 4416 928 ? Ss Nov07 0:00 /usr/sbin/sshd
#
root 22940 0.0 0.0 1768 488 pts/1 R+ 20:18 0:00 grep --colour=auto 4897
Code:
#
# /etc/init.d/apache2 start
#
* Starting apache2 ...
#
(98)Address already in use: make_sock: could not bind to address [::]:443
#
(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
Code:
#
# netstat -apn | grep 443
#
tcp 0 0 127.0.0.1:81 127.0.0.1:54430 TIME_WAIT -
#
tcp 0 0 127.0.0.1:81 127.0.0.1:54436 TIME_WAIT -
#
tcp 0 0 127.0.0.1:81 127.0.0.1:54432 TIME_WAIT -
#
tcp 0 0 127.0.0.1:81 127.0.0.1:54438 TIME_WAIT -
#
tcp 0 0 127.0.0.1:81 127.0.0.1:54434 TIME_WAIT -
#
tcp6 0 0 :::443 :::* LISTEN 4897/sshd
similar problems:
http://www.webhostingtalk.com/showthread.php?t=633194
http://www.howtoforge.com/forums/arc...p/t-35173.html
http://search.code-head.com/F-100-cp...e-user-2051509