From owner-freebsd-questions@FreeBSD.ORG Thu Nov 13 09:46:28 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 847A616A4CE for ; Thu, 13 Nov 2003 09:46:28 -0800 (PST) Received: from p1028-ipbffx02marunouchi.tokyo.ocn.ne.jp (p1028-ipbffx02marunouchi.tokyo.ocn.ne.jp [220.111.132.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 886F743FE1 for ; Thu, 13 Nov 2003 09:46:26 -0800 (PST) (envelope-from lukek@meibin.net) Received: (qmail 14780 invoked by uid 89); 13 Nov 2003 17:46:25 -0000 Received: from unknown (HELO ?192.168.10.8?) (192.168.10.8) by 192.168.20.5 with SMTP; 13 Nov 2003 17:46:25 -0000 Date: Fri, 14 Nov 2003 02:39:27 +0900 From: Luke Kearney To: Marty Landman In-Reply-To: <6.0.0.22.0.20031113120154.01b9c148@pop.face2interface.com> References: <6.0.0.22.0.20031113120154.01b9c148@pop.face2interface.com> Message-Id: <20031114023548.E74B.LUKEK@meibin.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.07.01 cc: freebsd-questions@FreeBSD.org Subject: Re: apache install problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2003 17:46:28 -0000 On Thu, 13 Nov 2003 12:21:23 -0500 Marty Landman spake thus: > 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 mate, what does the log message say ? > (13)Permission denied: make_sock: could not bind to address [::]:80 one of two things spring to mind, the apache start is not being run by root or you have something else listening on that port. what you need to do next is this, make sure you are root when you execute the apachectl commands, if that still doesn't work then *as* root execute #sockstat -4 | grep 80 and post the output HTH LK -- Luke Kearney