Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 2376 invoked by uid 500); 1 Feb 2002 04:29:28 -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 2365 invoked from network); 1 Feb 2002 04:29:28 -0000 Received: from femail14.sdc1.sfba.home.com (24.0.95.141) by daedalus.apache.org with SMTP; 1 Feb 2002 04:29:28 -0000 Received: from cx154676c ([68.7.241.105]) by femail14.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20020201042938.UPMG10685.femail14.sdc1.sfba.home.com@cx154676c> for ; Thu, 31 Jan 2002 20:29:38 -0800 From: To: Subject: RE: Apache and windows Date: Thu, 31 Jan 2002 20:29:39 -0800 Message-ID: <001001c1aad9$102c7a20$69f10744@cx154676c> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <001c01c1aab5$ee72ada0$0a00a8c0@prometheus> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thanks. Your post solved my problem. Took me just a couple of seconds to change the http.conf file and I was able to access via 127.0.0.2 then I had to change the hosts file so I can alias a name to the ip. Works great. Jeff -----Original Message----- From: Daniel Grace [mailto:rubein@earthlink.net] Sent: Thursday, January 31, 2002 4:18 PM To: users@httpd.apache.org Subject: Re: Apache and windows Your best bet is to try to ping the domain. (start->run->PING somedomain.com) If this doesn't work, chances are you don't have the domain itself configured right -- Apache never responds bcause it never gets the request in the first place) If this doesn't work, chances are the domain isn't configured properly. The domain you use must still be a valid domain name -- at least, as far as both Apache and the client (in this case, the same machine) are concerned. if it's just for testing, the actual domain name does not matter. Thus, you may be able to simply do IP-based virtual hosting and use 127.0.0.2, 127.0.0.3, etc. If THAT doesn't work and you don't have any way of doing the appropriate DNS modifications (can't run a DNS server or don't have access to one, etc.), consider modifying your HOSTS file (C:\WINDOWS\system32\drivers\etc\hosts) and adding in the domain name(s) you are testing. (Note this will only work on your machine, and if they correspond with a real domain you won't be able to access the real ones as long as the entries are in this file. I fancy using the bogus ".lan" top-level domain (e.g. testing.lan, valhalla.lan) for internal use inthis manner.) -- Daniel Grace ----- Original Message ----- From: To: Sent: Thursday, January 31, 2002 3:46 PM Subject: Apache and windows > I am running apache on windows XP but only using it for local > development purposes. I want to be able to add multiple named based > sites to apache (again only for view locally). Do I need to configure > anything else other then the http.conf file in order to setup a name > based domain. I have already made the necessary modifications to my > http.conf file but still cannot access the domain. > > > Jeff --------------------------------------------------------------------- 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 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 For additional commands, e-mail: users-help@httpd.apache.org