<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#0050d0">
As has been mentioned, just set that ip in the hosts file (/etc/hosts
on *nix)<br>
<br>
Also, you'll need to edit /etc/hosts on the web server and put that in
it as well.<br>
Then for apache's httpd, you'll want to use the virtualhost directive
so you have something like:<br>
<font color="#990000">NameVirtualHost xyz.com:80<br>
&lt;VirtualHost xyz.com:80&gt;<br>
&nbsp;&nbsp;&nbsp; ServerName xyz.com<br>
&nbsp;&nbsp;&nbsp; DocumentRoot "/www/xyzcom"<br>
&lt;/VirtualHost&gt;</font><br>
<br>
-------- Original Message&nbsp; --------<br>
Subject: [clue-tech] Pointing browser to one of many virtual hosts<br>
From: Gus Calabrese <a class="moz-txt-link-rfc2396E" href="mailto:clue@nope9.com">&lt;clue@nope9.com&gt;</a><br>
To: CLUE tech <a class="moz-txt-link-rfc2396E" href="mailto:clue-tech@cluedenver.org">&lt;clue-tech@cluedenver.org&gt;</a><br>
Date: Wednesday, October 22, 2008 6:02:58 PM<br>
<blockquote cite="mid:4D4EFB6C-3021-4F5D-959F-7CADF7AFFF62@nope9.com"
 type="cite">I have a server at 71.237.33.36.&nbsp; The server is running a
Xitami webserver which provides for multiple virtual hosts ; each with
their own domain name.&nbsp; For various reasons I would rather not use DNS
services.
  <br>
  <br>
Is there a way for a browser to be instructed to access 71.237.33.36
and tell the webserver to access xyz.com virtual host ?
  <br>
  <br>
Thanks
  <br>
  <br>
Gus
  <br>
_______________________________________________
  <br>
clue-tech mailing list
  <br>
<a class="moz-txt-link-abbreviated" href="mailto:clue-tech@cluedenver.org">clue-tech@cluedenver.org</a>
  <br>
<a class="moz-txt-link-freetext" href="http://www.cluedenver.org/mailman/listinfo/clue-tech">http://www.cluedenver.org/mailman/listinfo/clue-tech</a>
  <br>
</blockquote>
<br>
<br>
</body>
</html>