From owner-freebsd-questions@FreeBSD.ORG Sat Oct 30 05:00:53 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 D31DC16A4CE for ; Sat, 30 Oct 2004 05:00:53 +0000 (GMT) Received: from darkness-is.com (adsl247-146.incentre.net [207.216.247.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F27643D5E for ; Sat, 30 Oct 2004 05:00:53 +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 12-md50000000045.tmp for ; Fri, 29 Oct 2004 22:58:07 -0600 From: "Clay" To: Date: Fri, 29 Oct 2004 23:00:36 -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: <1099112098.18749.290.camel@aaron.proficuous.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcS+PDA/KcwUWHuWR1yHqmpitZSzxgAAIDxQ 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=2.1 required=5.0 tests=EMAIL_ATTRIBUTION,FORGED_MUA_OUTLOOK,IN_REP_TO, MISSING_OUTLOOK_NAME,QUOTED_EMAIL_TEXT,REPLY_WITH_QUOTES 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 2.10 points, 5 required; Message preview: Hi, The machine running Apache is not on a private network, (has been for roughly four years). The only thing between the Apache server and the internet is a 3Com ADSL modem, nothing more and nothing less. [...] Content analysis details: IN_REP_TO (-0.5 points) Has a In-Reply-To header email attributionquoted email textMS Outlook REPLY_WITH_QUOTES (-0.5 points) Reply with quoted textisn't ---- End SpamAssassin results X-Spam-Processed: darkness-is.com, Fri, 29 Oct 2004 22:58:08 -0600 Message-Id: <20041030050053.6F27643D5E@mx1.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:00:54 -0000 Hi, The machine running Apache is not on a private network, there is currently a Win32 platform based server running fine on it (has been for roughly four years). The only thing between the Apache server and the internet is a 3Com ADSL modem, nothing more and nothing less. There is currently no domain setup for the server, as once I get it setup it will run Plesk and from there a domain name will be tagged to it with the proper DNS entries. I am typing in to the browser http://serverip to access it right now, I guess I can route a domain name to it for testing purposes but would rather not wait the time needed for the entries to populate. Clay -----Original Message----- From: Aaron P. Martinez [mailto:ml@proficuous.com] Sent: Friday, October 29, 2004 10:55 PM To: Clay Cc: freebsd-questions@freebsd.org Subject: Re: Apache 2.0.52 help On Fri, 2004-10-29 at 23:28, Clay wrote: > Hi, > > Sorry about posting this to apache@freebsd.org also but that > list does not seem to get much use. > > 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. Chances are, if you can see it on the same subnet, a networking or dns issue.if not both is the culprit. > Any suggestions on what could be causing this issue? To give any 'good' suggestion.....we need to know more about your network........The machine running apache..is it in a private network or is it on a network that is public? What type of gateway to the internet do you have and if you have a nat like on a dsl router or are natting on a bsd firewall machine..do you have portforwarding (sorry..i'm new to fbsd so maybe it's called something diff i haven't gotten that far yet) enabled sending incoming port 80 requests to your apache server? Lastly..do you have a dns domain name set up for the server you are trying to hit? if not you will not be able to get to your server unless you give the ip address. > 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. > > Clay Aaron