<!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 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> </DIV>
<DIV><FONT face=Arial size=2> <VirtualHost
209.223.22.92><BR> ServerAdmin <A
href="mailto:webmaster@mail.cbssolutions.com">webmaster@mail.cbssolutions.com</A><BR>
DocumentRoot /files/www/testing/html<BR> ServerName <A
href="http://www.testing.com">www.testing.com</A><BR> ErrorLog
/files/www/testing/logs/error_log<BR> TransferLog
/files/www/testing/logs/access_log</FONT></DIV>
<DIV><FONT face=Arial size=2> <directory
"/files/www/testing/html"></FONT></DIV>
<DIV><FONT face=Arial size=2> Options Indexes Includes
FollowSymLinks</FONT></DIV>
<DIV><FONT face=Arial size=2> AllowOverride None</FONT></DIV>
<DIV><FONT face=Arial size=2> order allow,deny</FONT></DIV>
<DIV><FONT face=Arial size=2> allow from all</FONT></DIV>
<DIV><FONT face=Arial size=2>
</directory><BR> </VirtualHost></FONT></DIV>
<DIV> </DIV>
<DIV> </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> </DIV>
<DIV><FONT face=Arial size=2>209.223.22.92 <A
href="http://www.testing.com">www.testing.com</A>
testsite</FONT></DIV>
<DIV> </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> </DIV>
<DIV><FONT face=Arial size=2>What am i missing here, what else do i need to
configure.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Thanks a million to all of you.</FONT></DIV>
<DIV> </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>