From owner-freebsd-ports@FreeBSD.ORG Tue Dec 28 06:32:17 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1297916A4CE for ; Tue, 28 Dec 2004 06:32:17 +0000 (GMT) Received: from mailhost.schluting.com (schluting.com [131.252.214.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB1E943D31 for ; Tue, 28 Dec 2004 06:32:16 +0000 (GMT) (envelope-from charlie@schluting.com) Received: from localhost (localhost [127.0.0.1]) by mailhost.schluting.com (Postfix) with ESMTP id 424362281 for ; Mon, 27 Dec 2004 22:32:16 -0800 (PST) Received: from mailhost.schluting.com ([127.0.0.1]) by localhost (schluting.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 89904-05 for ; Mon, 27 Dec 2004 22:31:47 -0800 (PST) Received: from [10.1.0.69] (c-24-20-163-50.client.comcast.net [24.20.163.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailhost.schluting.com (Postfix) with ESMTP id EBDFA20D2 for ; Mon, 27 Dec 2004 22:31:44 -0800 (PST) Message-ID: <41D0FDD1.6070701@schluting.com> Date: Mon, 27 Dec 2004 22:31:45 -0800 From: Charlie Schluting User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@freebsd.org References: In-Reply-To: X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by your mom at schluting.com Subject: Re: apache cant bind to port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 06:32:17 -0000 whitevamp wrote: > > [crit] (13)Permission denied: make_sock: could not bind to port 80 > Is it already running? Try ps -aux | grep http. Try apachectl stop; apachectl start. Try netstat -an | grep LISTEN to see if something is bound to tcp/80. Try a reboot? This is a question for questions, really (not ports). -Charlie