httpd driving me crazy.



When I do a:
services httpd start

I get this error:
[root@saturn conf]# service httpd start
Starting httpd: (98)Address already in use: make_sock: could not bind to
address [::]:80
(98)Address already in use: make_sock: could not bind to address
0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Doing a netstat -pltn gives me:

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name
tcp 0 0 127.0.0.1:2208 0.0.0.0:*
LISTEN 1900/hpiod
tcp 0 0 0.0.0.0:614 0.0.0.0:*
LISTEN 1704/rpc.statd
tcp 0 0 0.0.0.0:5802 0.0.0.0:*
LISTEN 2096/Xvnc
tcp 0 0 0.0.0.0:5900 0.0.0.0:*
LISTEN 2598/Xorg
tcp 0 0 0.0.0.0:5902 0.0.0.0:*
LISTEN 2096/Xvnc
tcp 0 0 0.0.0.0:111 0.0.0.0:*
LISTEN 1683/portmap
tcp 0 0 0.0.0.0:6002 0.0.0.0:*
LISTEN 2096/Xvnc
tcp 0 0 127.0.0.1:631 0.0.0.0:*
LISTEN 1917/cupsd
tcp 0 0 127.0.0.1:25 0.0.0.0:*
LISTEN 1964/sendmail: acce
tcp 0 0 127.0.0.1:6010 0.0.0.0:*
LISTEN 3923/1
tcp 0 0 127.0.0.1:2207 0.0.0.0:*
LISTEN 1905/python
tcp 0 0 :::6002 :::*
LISTEN 2096/Xvnc
tcp 0 0 :::22 :::*
LISTEN 1932/sshd
tcp 0 0 ::1:6010 :::*
LISTEN 3923/1

Which shows nothing Listening on port 80. One again FC6 has done me in.
Any explanations?



--
Aaron Konstam <akonstam@xxxxxxxxxxxxx>

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: httpd driving me crazy.
    ... There is a line in the config file that says ... It looks like its trying to listen on port 80 twice. ... services httpd start ... Which shows nothing Listening on port 80. ...
    (Fedora)
  • Re: httpd driving me crazy.
    ... services httpd start ... no listening sockets available, shutting down ... Which shows nothing Listening on port 80. ...
    (Fedora)
  • RE: Bind Listening on port 32768
    ... Bind Listening on port 32768 ... This is kde-init that is running on port 32768 ... This worked perfectly in solving the listening "kdeinit" at port 32768. ... Get email alerts & NEW webcam video instant messaging with Yahoo! ...
    (Focus-Linux)
  • Re: BIND running setuid with interface changes
    ... I am running a VPN gateway, where interfaces come and go frequently. ... set up BIND so that it listens on all interfaces. ... It seems that, instead of listening on a wildcard IPv4 address (*:53, ...
    (freebsd-net)
  • Re: Bind and volatile interfaces
    ... down, without restarting bind 9? ... you can add this address to a permanent interface such as the loopback interface lo or a dummy address: ... Another method on an IPv6-capable system is to enable listening on IPv6 with the option 'listen-on-v6'. ... By default the IPv6 sockets will also accept IPv4 queries on any local IPv4 address, although this may hang some versions of BIND on some systems. ...
    (alt.os.linux)