From owner-freebsd-questions@FreeBSD.ORG Sat Oct 30 05:03:16 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 7094A16A4CE for ; Sat, 30 Oct 2004 05:03:16 +0000 (GMT) Received: from mail.proficuous.com (www.proficuous.com [209.240.79.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A72343D53 for ; Sat, 30 Oct 2004 05:03:16 +0000 (GMT) (envelope-from ml@proficuous.com) Received: from [192.168.3.69] (aaron-workstation.proficuous.com [192.168.3.69]) by mail.proficuous.com (Postfix) with ESMTP id BF139A89537; Sat, 30 Oct 2004 00:03:15 -0500 (CDT) From: "Aaron P. Martinez" To: Clay In-Reply-To: <20041030045423.6C91443D55@mx1.FreeBSD.org> References: <20041030045423.6C91443D55@mx1.FreeBSD.org> Content-Type: text/plain Message-Id: <1099112630.18749.305.camel@aaron.proficuous.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sat, 30 Oct 2004 00:03:50 -0500 Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: RE: Apache 2.0.52 help 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: Sat, 30 Oct 2004 05:03:16 -0000 On Fri, 2004-10-29 at 23:53, Clay wrote: > Hi, > > Yes the IP address can be pinged from outside of the subnet. The > machine that is running off a different ISP can ping the machine just not > connect to it through a web browser. > > Clay > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Danny MacMillan > Sent: Friday, October 29, 2004 10:49 PM > To: Clay > Cc: freebsd-questions@freebsd.org > Subject: Re: Apache 2.0.52 help > > On Fri, Oct 29, 2004 at 10:28:21PM -0600, Clay wrote: > > I just did a default install of FreeBSD 4.10 and used CVSup to > > download the newest port of Apache (2.0.52), did a make, then make install > > everything looked like it went well. Used /usr/local/sbin/apachectl start, > > to start up the httpd and put this line in to my /etc/rc.conf so it will > > start up when the server boots. The problem I am having is that anyone not > > on the subnet on the server gets a DNS error (Page can not be displayed). > > I can view the page fine as I have the same subnet of the server, but > tried > > it on another machine (different Internet Service Provider) to verify and > > it would not load. Any suggestions on what could be causing this issue? I > > am new to both FreeBSD and Apache, and right now am finding the > > documentation for Apache 2 a little lacking for troubleshooting something > > like this. > > Doesn't sound like an Apache problem to me. From outside the subnet, can > you ping the server by ip? By name? Is it a public (routable) IP address? Hi Clay, please bottom post..it helps people get the whole story.. you can ping the ip from remote isp.......can you also telnet to port 80 on the apache machine from the remote isp? telnet 80 Aaron