From owner-freebsd-questions@FreeBSD.ORG Tue May 20 02:57:06 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 F17E437B401 for ; Tue, 20 May 2003 02:57:05 -0700 (PDT) Received: from priv-edtnes62.telusplanet.net (outbound01.telus.net [199.185.220.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F00643FBF for ; Tue, 20 May 2003 02:57:03 -0700 (PDT) (envelope-from viktorlazlo@telus.net) Received: from [192.168.1.100] ([207.6.229.118]) by priv-edtnes62.telusplanet.netESMTP <20030520095702.UTGH15875.priv-edtnes62.telusplanet.net@[192.168.1.100]>; Tue, 20 May 2003 03:57:02 -0600 Date: Tue, 20 May 2003 02:57:01 -0700 (PDT) From: Viktor Lazlo X-X-Sender: viktorlazlo@njamn8or.no-ip.org To: James Taylor In-Reply-To: <000001c31ea8$e1412db0$0000fea9@theplague> Message-ID: <20030520025529.A3104@njamn8or.no-ip.org> References: <000001c31ea8$e1412db0$0000fea9@theplague> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Apache Running... But the port isn't open. 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, 20 May 2003 09:57:06 -0000 On Tue, 20 May 2003, James Taylor wrote: > I just installed apache2 through ports, but am having a really bizarre > problem here. The server starts with no errors, and upon doing a ps > -ax, it looks like it's running just fine. 'lynx localhost' pulls up > the page, everything looks good so far. Trying to get to the site > remotely - connection refused. I ran nmap localhost on the server, and > the only thing it's listing as being open is SSH. Any ideas on what's > going on here??? Have you opened up port 80 (or whatever port you want httpd to listen on) in your firewall? Cheers, Viktor