From: Alexander Kriegisch <Alexander@Kriegisch.name>
To: buildroot@busybox.net
Subject: [Buildroot] httpd question
Date: Sat, 10 May 2008 09:59:46 +0200 [thread overview]
Message-ID: <482555F2.3080501@Kriegisch.name> (raw)
In-Reply-To: <1CF6EDDF0820924DA43C9A52FE7325950B569C1A@MI8NYCMAIL17.Mi8.com>
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
Regards
--
Alexander Kriegisch
Certified ScrumMaster
http://scrum-master.de
hartleys:
> I enabled the webif package and httpd in buildroot. Everything builds
> ok and my system boots. But when I try to access the web interface I
> get the following message in my browser:
>
> httpd: bind: Address already in use
>
> If I start the httpd service on a different port (8080) it works
> fine.
next prev parent reply other threads:[~2008-05-10 7:59 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 [this message]
2008-05-12 16:01 ` hartleys
2008-05-12 16:50 ` hartleys
2008-05-13 0:45 ` Hamish Moffatt
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=482555F2.3080501@Kriegisch.name \
--to=alexander@kriegisch.name \
--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.