I don't have a domain name for either ip. The main web site on apache thats on the eth0 interface works fine. The problem is with the virtual host. "ps aux" shows 9 httpd daemons are running which sounds correct. However when I do "nmap <addy for eth0:0>" it does not show httpd daemons listening on port 80, but it does show other daemons listening so I know interface eth0:0 is working( also pinged it from another machine, no dropped packets ).
/etc/httpd/conf/httpd.conf
<VirtualHost 64.218.xxx.xxx:80>
ServerAdmin
x@sbcglobal.net
DocumentRoot /www
ServerName lilguy.64.218.xxx.xxx:80
ErrorLog /var/log2/error_log
TransferLog /var/log2/access_log common
</VirtualHost>
The ServerName is the same format as the main site. The main site works fine. Firewall is off for troubleshooting.