From: Hamish Moffatt <hamish@cloud.net.au>
To: buildroot@busybox.net
Subject: [Buildroot] httpd question
Date: Tue, 13 May 2008 10:45:48 +1000 [thread overview]
Message-ID: <20080513004548.GB7473@cloud.net.au> (raw)
In-Reply-To: <1CF6EDDF0820924DA43C9A52FE7325950B5F07A2@MI8NYCMAIL17.Mi8.com>
On Mon, May 12, 2008 at 12:50:24PM -0400, hartleys wrote:
> On Saturday, May 10, 2008 1:00 AM, Alexander Kriegisch wrote:
> > Sounds like you have another process, probably another web server,
> > listening on that port. Find out which process that is by issuing
> > these commands:
> > # Is port 80 listened at?
> > netstat -ln |grep ":80"
> > # If so, by whom? (Hopefully your have 'lsof' installed)
> > lsof -i :80
>
> Ok. Got lsof to download and compile. I had to change the ftp site.
>
> / # netstat -ln |grep ":80"
> tcp 0 0 0.0.0.0:80 0.0.0.0:*
> LISTEN
> / # lsof -i :80
> COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
> inetd 372 root 15u inet 82 TCP *:www (LISTEN)
> / #
>
> I'm not really sure what this output means. Can you offer any ideas?
It means you have an http service configured in /etc/inetd.conf. Post
your inetd.conf to this list if you need assistance.
cheers
Hamish
--
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>
next prev parent reply other threads:[~2008-05-13 0:45 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-10 1:53 [Buildroot] httpd question hartleys
2008-05-10 4:48 ` Tony Borras
2008-05-12 16:15 ` hartleys
2008-05-12 16:54 ` Rex Ashbaugh
2008-05-12 17:26 ` hartleys
2008-05-10 7:59 ` Alexander Kriegisch
2008-05-12 16:01 ` hartleys
2008-05-12 16:50 ` hartleys
2008-05-13 0:45 ` Hamish Moffatt [this message]
2008-05-13 1:22 ` hartleys
2008-05-13 2:14 ` Hamish Moffatt
2008-05-13 2:21 ` hartleys
2008-05-13 3:47 ` Hamish Moffatt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080513004548.GB7473@cloud.net.au \
--to=hamish@cloud.net.au \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.