<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>OK, here is my problem.</FONT></DIV>
<DIV><FONT face=Arial size=2>I want to run multiple domains with 
Apache</FONT></DIV>
<DIV><FONT face=Arial size=2>assigning 1&nbsp;IP address per site.</FONT></DIV>
<DIV><FONT face=Arial size=2>I have altered my httpd.conf file and added 
this:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp; &lt;VirtualHost 
209.223.22.92&gt;<BR>&nbsp;&nbsp;&nbsp; ServerAdmin&nbsp;<A 
href="mailto:webmaster@mail.cbssolutions.com">webmaster@mail.cbssolutions.com</A><BR>&nbsp;&nbsp;&nbsp; 
DocumentRoot /files/www/testing/html<BR>&nbsp;&nbsp;&nbsp; ServerName <A 
href="http://www.testing.com">www.testing.com</A><BR>&nbsp;&nbsp;&nbsp; ErrorLog 
/files/www/testing/logs/error_log<BR>&nbsp;&nbsp;&nbsp; TransferLog 
/files/www/testing/logs/access_log</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &lt;directory 
"/files/www/testing/html"&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; Options Indexes Includes 
FollowSymLinks</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; AllowOverride None</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; order allow,deny</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; allow from all</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; 
&lt;/directory&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/VirtualHost&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I also went into /etc/hosts and added the new 
address </FONT></DIV>
<DIV><FONT face=Arial size=2>to the hosts file like this:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>209.223.22.92&nbsp;&nbsp;&nbsp; <A 
href="http://www.testing.com">www.testing.com</A>&nbsp;&nbsp;&nbsp; 
testsite</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>when I try to browse 209.223.22.92, I get a 
</FONT></DIV>
<DIV><FONT face=Arial size=2>server not responding error.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>What am i missing here, what else do i need to 
configure.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks a million to all of you.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Keith From</FONT></DIV>
<DIV><FONT face=Arial size=2>CBS Solutions</FONT></DIV>
<DIV><FONT face=Arial size=2>817.265.3313</FONT></DIV></BODY></HTML>