apache install problem

Terry Tyson ttyson at championelevators.com
Thu Nov 13 10:32:15 PST 2003


> -----Original Message-----
> From: owner-freebsd-questions at freebsd.org
> [mailto:owner-freebsd-questions at freebsd.org]On Behalf Of
> Marty Landman
> Sent: Thursday, November 13, 2003 11:21 AM
> To: freebsd-questions at 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



More information about the freebsd-questions mailing list