From owner-freebsd-questions@FreeBSD.ORG Tue Nov 23 23:57:01 2004 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 2574916A4CE for ; Tue, 23 Nov 2004 23:57:01 +0000 (GMT) Received: from unsane.co.uk (unsane.co.uk [82.152.23.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A33D43D5A for ; Tue, 23 Nov 2004 23:57:00 +0000 (GMT) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (localhost [127.0.0.1]) by unsane.co.uk (8.13.1/8.12.10) with ESMTP id iANNutP1059884 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 23 Nov 2004 23:56:55 GMT (envelope-from jhary@unsane.co.uk) Received: from localhost (jhary@localhost) by unsane.co.uk (8.13.1/8.12.10/Submit) with ESMTP id iANNusUA059853; Tue, 23 Nov 2004 23:56:55 GMT (envelope-from jhary@unsane.co.uk) Date: Tue, 23 Nov 2004 23:56:54 +0000 (GMT) From: Vince Hoffman To: Trevor Hart In-Reply-To: Message-ID: <20041123233036.D28503@unsane.co.uk> References: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-95335228-1101254214=:28503" cc: questions@freebsd.org Subject: Re: Apache port 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: Tue, 23 Nov 2004 23:57:01 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-95335228-1101254214=:28503 Content-Type: TEXT/PLAIN; charset=Windows-1252; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 23 Nov 2004, Trevor Hart wrote: > I installed Apache version 2.0.43 on my FreeBSD 4.7-RELEASE server. The > httpd file is set up with Listen 80 and Listen 8000. The problem is that = it > will not accept connections on port 80, even though it is listening (chec= ked > using netstat, and sockstat). It works fine on port 8000. I have never > configured a router, so as far as I know, there=92s not one running. I am > running a mail server, ftp, and a telnet server without problems in addit= ion > to the web server. It is not a problem with my ISP, nor my router as it w= ill > work if I forward port 80 to another computer. As far as I can tell, it= =92s > being blocked by FreeBSD, but I have no idea where or why, nor how to fix > it. Ok a few things to check (sorry if i'm going for the basics but they need= =20 ruling out) 1) are you running ipf/ipfw/pf and if so have you allowed port 80 2) does "telnet localhost 80" then a "get /" give you an error message or= =20 just connection refused ? 3) not sure if apache uses tcp wrappers but possibly check your=20 /etc/hosts.allow > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.797 / Virus Database: 541 - Release Date: 15/11/2004 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > --0-95335228-1101254214=:28503--