There is an "Unable to open logs" in there ... are you doing some fancy remote logging that cant start? - I cant see anything that says its specifically port 80 thats causing the problem, just no listening sockets available.
syslog is udp port 514, and then there is ssl on 443. BillK On Thu, 2010-07-29 at 14:24 -0700, Kevin O'Gorman wrote: > As of today, my apache2 web server seems to refuse to start. I've > tried a system reboot, to no avail -- > connections are refused on port 80. > > In /etc/init.d it looks like this: if I try to start it, it says it's > already started. netstat says there's no listener > on port 80. If I try to restart it, it cannot start a listener. I'm > really bummed. > > Any ideas how to get this going again? > > Here's a short look at what I was doing in /etc/init.d > > treat init.d # ./apache2 start > * WARNING: apache2 has already been started. > treat init.d # ./apache2 restart > * Stopping apache2 ... > httpd (no pid file) not running > [ ok ] > * Starting apache2 ... > (98)Address already in use: make_sock: could not bind to address > 64.166.164.49:80 > no listening sockets available, shutting down > Unable to open logs > [ ok ]