From owner-freebsd-questions@FreeBSD.ORG Sat Oct 30 04:49:26 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 A52D016A4CE for ; Sat, 30 Oct 2004 04:49:26 +0000 (GMT) Received: from pd3mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 634B943D54 for ; Sat, 30 Oct 2004 04:49:26 +0000 (GMT) (envelope-from flowers@nekulturny.org) Received: from pd4mr7so.prod.shaw.ca (pd4mr7so-qfe3.prod.shaw.ca [10.0.141.84])2004))freebsd-questions@freebsd.org; Fri, 29 Oct 2004 22:49:26 -0600 (MDT) Received: from pn2ml5so.prod.shaw.ca ([10.0.121.149]) by pd4mr7so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I6D00K36S2EWM80@pd4mr7so.prod.shaw.ca> for freebsd-questions@freebsd.org; Fri, 29 Oct 2004 22:49:26 -0600 (MDT) Received: from procyon.nekulturny.org (S0106000c41b2b9a3.cg.shawcable.net [68.144.45.143]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I6D0087QS2DV3@l-daemon> for freebsd-questions@freebsd.org; Fri, 29 Oct 2004 22:49:26 -0600 (MDT) Received: from procyon.nekulturny.org (localhost.nekulturny.org [127.0.0.1]) i9U4nP9o000996; Fri, 29 Oct 2004 22:49:25 -0600 (MDT envelope-from flowers@nekulturny.org) Received: (from flowers@localhost) by procyon.nekulturny.org (8.12.10/8.12.10/Submit) id i9U4nOnV000995; Fri, 29 Oct 2004 22:49:24 -0600 (MDT envelope-from flowers) Date: Fri, 29 Oct 2004 22:49:24 -0600 From: Danny MacMillan In-reply-to: <20041030042928.78C6A43D54@mx1.FreeBSD.org> To: Clay Message-id: <20041030044924.GA776@procyon.nekulturny.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline References: <20041030042928.78C6A43D54@mx1.FreeBSD.org> User-Agent: Mutt/1.4.2.1i 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 04:49:26 -0000 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? -- Danny