Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2003 12:32:12 -0600
From:      "Terry Tyson" <ttyson@championelevators.com>
To:        "Marty Landman" <MLandman@face2interface.com>, <freebsd-questions@freebsd.org>
Subject:   RE: apache install problem
Message-ID:  <FDEMJJLGDBHNLPDNFEIEMEABDCAA.ttyson@championelevators.com>
In-Reply-To: <6.0.0.22.0.20031113120154.01b9c148@pop.face2interface.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> -----Original Message-----
> From: owner-freebsd-questions@freebsd.org
> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of
> Marty Landman
> Sent: Thursday, November 13, 2003 11:21 AM
> To: freebsd-questions@freebsd.org
> Subject: apache install problem
>
>
> I just installed Apache2 and not sure how to proceed, if
> I'm doing things
> wrong from here or there is some other problem:
>
>
> $ which apachectl
> /usr/local/sbin/apachectl
> $ apachectl start
> httpd: Could not determine the server's fully qualified
> domain name, using
> 127.0.0.1 for ServerName
> (13)Permission denied: make_sock: could not bind to address [::]:80
> no listening sockets available, shutting down
> Unable to open logs
>
> $

I just had this problem the other day. It wasn't httpd.conf, it was
/etc/hosts. I looked at my OpenBSD box that was working properly and
copied the format listed there.

::1 localhost.domain.com localhost
127.0.0.1 localhost.domain.com localhost
127.0.0.1 hostname.domain.com hostname

I can't really explain this like others on this list, i just know it
worked.

Hope this helps,

Terry



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FDEMJJLGDBHNLPDNFEIEMEABDCAA.ttyson>