<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I seem to be going in circles.  I am trying to 
get the Virtual Servers feature working on Apache.  I have a couple of 
virtual servers configured with entries pointing to the correct directories and 
listening for the appropriate IP addresses....I even have the eth0 and eth1 
entries....however...everything points to the default test page and does not 
appear to be looking for the entries I have specified.  I am guessing that 
there is a switch somewhere that need to be changed that I keep walking across 
but cannot seem to locate it....I did manually fix the xml scripting error in 
service-httpd-conf but this one has me stymied...can anyone point me in the 
right direction as I am striking out via google and apache....FC2 specific 
issue?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Here is the tail end of my httpd.conf</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2># Virtual host darth2<BR><VirtualHost 
63.237.193.25><BR>        DocumentRoot 
/home/netwitts/html/<BR>        ErrorLog 
/home/logs/netwitts-error_log<BR>        
ServerAdmin <A 
href="mailto:webmaster@netwitts.com">webmaster@netwitts.com</A><BR>        
ServerName <A href="http://www.netwitts.com">www.netwitts.com</A></FONT></DIV>
<DIV><FONT face=Arial size=2>        
TransferLog /home/logs/netwitts-access_log</FONT></DIV>
<DIV><FONT face=Arial size=2>        ErrorLog 
/home/logs/netwitts-error_log</FONT></DIV>
<DIV><FONT face=Arial size=2></VirtualHost></DIV>
<DIV> </DIV>
<DIV># Virtual host Default Host<BR></DIV>
<DIV><VirtualHost *:80><BR>        
DocumentRoot /home/</DIV>
<DIV>        ServerAdmin <A 
href="mailto:webmaster@netwitts.com">webmaster@netwitts.com</A><BR>        
ServerName _default_:80</DIV>
<DIV>        <Directory 
"/home/"><BR>                
Options all</DIV>
<DIV>                
AllowOverride none</DIV>
<DIV>        </Directory></DIV>
<DIV><BR></VirtualHost></DIV>
<DIV> </DIV>
<DIV># Virtual host 63.237.193.50<BR><VirtualHost 63.237.193.50></DIV>
<DIV> </DIV>
<DIV>        ErrorLog 
/home/logs/grassroots-error_log<BR>        
ServerAdmin <A 
href="mailto:webmaster@netwitts.com">webmaster@netwitts.com</A><BR>        
ServerName <A 
href="http://www.grassrootslandscaping.com">www.grassrootslandscaping.com</A></DIV>
<DIV>        TransferLog 
/home/logs/grassroots-access_log</DIV>
<DIV>        ErrorLog 
/home/logs/grassroots-error_log</DIV>
<DIV></VirtualHost></DIV>
<DIV> </DIV>
<DIV>If config shows both IP's live and active on the one NIC that the system 
has.  Any help?  Thanks!</DIV>
<DIV> </DIV>
<DIV>-Eucke</FONT></DIV></BODY></HTML>