In section 3 of httpd.conf (Virtual Servers) insert the following:
Where example.com is your new domain name, and where WEB2 is the absolute path to the html directory for your new site. Then restart Apache Httpd.
NameVirtualHost EXAMPLE.COM:80
<VirtualHost EXAMPLE.COM:80>
ServerName www.example.com
DocumentRoot WEB2
</VirtualHost>