httpd.conf file
[VirtualHost your.ip]
ServerAdmin
[email protected]
DocumentRoot /home/httpd/www/path/to/domain
ServerName domain.com
ServerAlias
www.domain.com
RefererLog /home/httpd/logs/referer-domain.com
TransferLog /home/httpd/logs/access-domain.com
[/VirtualHost]
replace ['s with <'s
fix the paths to match your server
--that should work, that's how i had it setup on my old server