Help-Apache Problems

During a quest to solve a problem i screwed up and reinstalled apache from the SRPMs on the update databse here. Now when starting apache i get this error on all vhosts and none of them work:
“[Mon May 29 03:52:40 2006] [warn] VirtualHost 65.110.37.200:80 overlaps with VirtualHost 65.110.37.200:80, the first has precedence, perhaps you need a NameVirtualHost directive”

Its all coming from within the conf.d directory and it never had this problem until i screwed up. Can anyonehelp me figure out how to fix this issue?

Quick check:

Check that you have the file:
/etc/httpd/conf.d/namevirtualhost.conf

with the following entry:

NameVirtualHost 65.110.37.200:80

rgds
-tsl-