Possible Duplicate:
Setting up httpd-vhosts.conf for multiple virtual hosts
Say I have dedicated ip 155.5.5.5 I have all of the dns setup properly for two domains www.a.com and www.b.com
In my apache directory I have /var/www/a/ /var/www/b/
How do I setup the apache vhosts.conf file so that The ip (155.5.5.5) goes to /var/www/, A.com goes to /var/www/a, B.com goes to /var/www/b ?