From owner-freebsd-questions Sat Dec 27 13:33:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA20687 for questions-outgoing; Sat, 27 Dec 1997 13:33:56 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from python.shoal.net.au (perrya@python.shoal.net.au [203.26.44.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA20677 for ; Sat, 27 Dec 1997 13:33:51 -0800 (PST) (envelope-from perrya@python.shoal.net.au) Received: from localhost (perrya@localhost) by python.shoal.net.au (8.8.6/8.8.5) with SMTP id IAA22593; Sun, 28 Dec 1997 08:33:38 +1100 (EST) Date: Sun, 28 Dec 1997 08:33:37 +1100 (EST) From: Andrew To: Geoffrey Robinson cc: questions@FreeBSD.ORG Subject: Re: Trying to play with Apache on a non-network connected system In-Reply-To: <34A4FAEE.2998916D@accessv.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Does your home machine have a hostname? Also you may need to setup your /etc/hosts file with entries for localhost and your hostname. If apache starts up automatically you probably have a file apache.sh in /etc/local/etc/rc.d which gets run at startup. I have successfully accessed my home freebsd box over the internet using it's dynamically allocated ip address, although it usually has a bit of a dummy spit if I put a ~username after the ip address so I just use http://xxx.yyy.zzz.aaa hope this helps Andrew Perry On Sat, 27 Dec 1997, Geoffrey Robinson wrote: > Date: Sat, 27 Dec 1997 07:56:15 -0500 > From: Geoffrey Robinson > To: questions@FreeBSD.ORG > Subject: Trying to play with Apache on a non-network connected system > > I'm trying to lean Apache 1.3a1 on my home computer, which has just a > dial up, dynamic IP Internet connection. My problem is that when I run > httpd it comes up with an error saying host lookup failed. What I want > to do is be able to access it from Netscape over localhost weather I'm > logged on to the Internet or not. When I am logged on I want other > people to be able to access it over the Internet using my dynamically > assigned IP address. Can I do this easily? > > Also: The Apache install put httpd into the system startup files. How do > I take it out? > > Thanks in advance. > > -- > Geoffrey Robinson > grobin@accessv.com > Oakville, Ontario, Canada. >