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
]
treat init.d # ./apache2 start
 * WARNING:  apache2 has already been started.
treat init.d # netstat -l --inet
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address
State
tcp        0      0 *:printer               *:*
LISTEN
tcp        0      0 *:2222                  *:*
LISTEN
tcp        0      0 t:domain                *:*
LISTEN
tcp        0      0 treat.kosmanor.c:domain *:*
LISTEN
tcp        0      0 localhost:domain        *:*
LISTEN
tcp        0      0 *:ipp                   *:*
LISTEN
tcp        0      0 *:smtp                  *:*
LISTEN
tcp        0      0 localhost:rndc          *:*
LISTEN
netstat: no support for `AF INET (sctp)' on this system.
treat init.d # netstat -l --inet -n
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address
State
tcp        0      0 0.0.0.0:515             0.0.0.0:*
LISTEN
tcp        0      0 0.0.0.0:2222            0.0.0.0:*
LISTEN
tcp        0      0 192.168.1.149:53        0.0.0.0:*
LISTEN
tcp        0      0 64.166.164.49:53        0.0.0.0:*
LISTEN
tcp        0      0 127.0.0.1:53            0.0.0.0:*
LISTEN
tcp        0      0 0.0.0.0:631             0.0.0.0:*
LISTEN
tcp        0      0 0.0.0.0:25              0.0.0.0:*
LISTEN
tcp        0      0 127.0.0.1:953           0.0.0.0:*
LISTEN
netstat: no support for `AF INET (sctp)' on this system.
treat init.d #


Any ideas?  What else could I look at?

-- 
Kevin O'Gorman, PhD

Reply via email to