From owner-freebsd-questions@FreeBSD.ORG Tue May 20 03:03:36 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 4906A37B413 for ; Tue, 20 May 2003 03:03:36 -0700 (PDT) Received: from perlpimp.codersluts.net (adsl-33-187-176.asm.bellsouth.net [67.33.187.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D11943FA3 for ; Tue, 20 May 2003 03:03:35 -0700 (PDT) (envelope-from sektie@codersluts.net) Received: from perlpimp.codersluts.net (localhost.codersluts.net [127.0.0.1]) h4KB3FKQ012019; Tue, 20 May 2003 06:03:15 -0500 (EST) (envelope-from sektie@codersluts.net) From: "sektie" To: jtx@hatesville.com Date: Tue, 20 May 2003 06:03:15 -0500 Message-Id: <20030520110217.M2525@codersluts.net> In-Reply-To: <000001c31ea8$e1412db0$0000fea9@theplague> References: <000001c31ea8$e1412db0$0000fea9@theplague> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 63.96.153.123 (sektie) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 cc: 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 10:03:36 -0000 Do a netstat, verify that it is listening on 0.0.0.0:* with ipv4. $10 says it's only listening on ipv6. ---------- Original Message ----------- From: "James Taylor" To: Sent: Tue, 20 May 2003 01:21:51 -0700 Subject: Apache Running... But the port isn't open. > 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??? > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" ------- End of Original Message -------