On 3/21/07, Mark Quitoriano markquitoriano@gmail.com wrote:
Hi,
i restarted my apache and now im getting this error.
No you didn't, because.....
Stopping httpd: [FAILED]
Shutting it down failed for some reason. You'll need to check your logs to see what happened.
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80
When you get errors like this, you can use lsof to see what's holding the ports open. For example:
lsof -i TCP:80 -a -u apache
This would show you anything holding a TCP socket on port 80 owned by the apache user.