From owner-freebsd-questions@FreeBSD.ORG Wed Mar 15 19:50:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6C45F16A425 for ; Wed, 15 Mar 2006 19:50:03 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8584C43D5D for ; Wed, 15 Mar 2006 19:49:59 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.5/8.12.11) with ESMTP id k2FJnjNi054001; Wed, 15 Mar 2006 13:49:45 -0600 (CST) Message-Id: <6.0.0.22.2.20060315134908.028296a8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 15 Mar 2006 13:49:37 -0600 To: eoghan , Steve Bertrand From: Derek Ragona In-Reply-To: <44186E94.2040901@redry.net> References: <44186E94.2040901@redry.net> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-MailScanner-From: derek@computinginnovations.com Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: hosts file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 19:50:03 -0000 Check your resolv.conf, should have files first. -Derek At 01:44 PM 3/15/2006, eoghan wrote: >Steve Bertrand wrote: >>>Yes, mine reads: >>>::1 localhost nathaniel >>>127.0.0.1 localhost nathaniel >>>Upon starting apache, i can only get to it by using the ip. >>>127.0.0.1 wont work either. I just get the unable to connect message >>>from the browser. Any ideas? >>Under the Listen directive in your httpd.conf file, are you binding >>Apache to a single IP? >>Mine reads: >>Listen 80 >>Which means listen on port 80 on all IP's. If you have an entry as such: >>Listen 123.456.789.111:80 >>It will listen on port 80 on ONLY that IP, and ignore all other >>requests, including localhost/127.0.0.1. >>Regards, >>Steve > >Hi >Yep, its: >Listen 80 >and >ServerName localhost >Where do i get the text from the boot? Im getting some weird Network is >unreachable messages in here that may have something to do with it? >Eoghan >_______________________________________________ >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"