Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 6916 invoked from network); 7 Jul 2004 14:43:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Jul 2004 14:43:49 -0000 Received: (qmail 7287 invoked by uid 500); 7 Jul 2004 11:15:27 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 7276 invoked by uid 500); 7 Jul 2004 11:15:27 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 7262 invoked by uid 99); 7 Jul 2004 11:15:26 -0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=DNS_FROM_RFC_BOGUSMX,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [195.141.97.121] (HELO propic.ayni.com) (195.141.97.121) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 07 Jul 2004 04:15:26 -0700 Received: from [195.141.97.126] (rosetta.ayni.com [195.141.97.126]) by propic.ayni.com (Postfix) with ESMTP id 24E5D24A1A for ; Wed, 7 Jul 2004 13:15:22 +0200 (CEST) Message-ID: <40EBDB4A.4090508@ayni.com> Date: Wed, 07 Jul 2004 13:15:22 +0200 From: suomi User-Agent: Mozilla Thunderbird 0.7 (X11/20040615) X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@httpd.apache.org References: <20040301215907.59072.qmail@web80408.mail.yahoo.com> <3B90CDA8-CFB1-11D8-A8A0-000393CB09A8@calgb.org> In-Reply-To: <3B90CDA8-CFB1-11D8-A8A0-000393CB09A8@calgb.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked Subject: Re: [users@httpd] serving web site locally X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Jenny create an interface of your servers on the 10.0.0.0 net: ifconfig eth0:y 10.0.0.x make apache listen on that interface (in httpd.conf) Listen 10.0.0.x:80 if you use NameVirtualHost make them listen on that interface (in httpd.conf) NameVirtualHost 10.0.0.x and in the definition of the NameVirtualHost suomi Jennifer Zelazny wrote: > Hello. I have a presentation coming up where I will need to connect > locally to my web applications server. I would like to set up a local > network so the web server would be 10.0.0.2 and the web applications > server would be 10.0.0.3. I can access my web site locally by using > 127.0.0.1, but not 10.0.0.2. (I am using Apache 1.3.x and Mac OS X > 10.3.x) What do I need to do to access it at 10.0.0.2? > > The only reason I think I would need to serve 10.0.0.2 is to be on the > same IP range as the web application server so I can connect to it at > 10.0.0.3 via a URL. Or can I connect to the web applications server > if it is configured as 10.0.0.3 while I serve the web site off > 127.0.0.1? Sorry I do not know much about DNS issues. > > Thanks in advance. > Jen > > > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server > Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org