From owner-freebsd-questions@FreeBSD.ORG Sat Oct 30 05:33:24 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 0C0C716A4CE for ; Sat, 30 Oct 2004 05:33:24 +0000 (GMT) Received: from darkness-is.com (adsl247-146.incentre.net [207.216.247.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 870E543D49 for ; Sat, 30 Oct 2004 05:33:23 +0000 (GMT) (envelope-from cculver@darkness-is.com) Received: from darknessws1 (adsl247-142.incentre.net [207.216.247.142]) by darkness-is.com (darkness-is.com [207.216.247.146]) (MDaemon.PRO.v6.8.5.R) with ESMTP id 28-md50000000045.tmp for ; Fri, 29 Oct 2004 23:30:45 -0600 From: "Clay" To: "'Aaron P. Martinez'" Date: Fri, 29 Oct 2004 23:33:12 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <1099113697.18749.329.camel@aaron.proficuous.com> Thread-Index: AcS+P/ehtqYGQcyiSoyCXJl+D4atbAAAS77Q X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-MDRemoteIP: 207.216.247.142 X-Return-Path: cculver@darkness-is.com X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Status: No, hits=3.1 required=5.0 tests=FORGED_MUA_OUTLOOK,IN_REP_TO,MISSING_OUTLOOK_NAME, QUOTED_EMAIL_TEXT version=2.55 X-Spam-Level: *** X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Spam-Report: ---- Start SpamAssassin results 3.10 points, 5 required; Message preview: Content analysis details: IN_REP_TO (-0.5 points) Has a In-Reply-To header quoted email textMS Outlookisn't ---- End SpamAssassin results X-Spam-Processed: darkness-is.com, Fri, 29 Oct 2004 23:30:49 -0600 Message-Id: <20041030053323.870E543D49@mx1.FreeBSD.org> 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:33:24 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Aaron P. Martinez Sent: Friday, October 29, 2004 11:22 PM To: Clay Cc: freebsd-questions@freebsd.org Subject: RE: Apache 2.0.52 help ------snip > > > 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 > > Sorry, I find bottom posting a pain in the arse. No it looks like > ftp and telnet do not work from the remote ISP. > >You say you're behind a 3com dsl router..... do you have port 80 set to >forward port 80 requests to the machine running apache? the pings that >you are seeing are likely just ping responses from the external IP of >the dsl router. >Aaron It is not a DSL Router/Modem, just a straight old school ADSL modem. I have three static IP addresses. One is being used for the current web server, one is on the machine I am typing this on, and the third is being used for this server for testing. Clay