So I just take this and fill in my information and then in the server name I just put the new domain and it will work?
<VirtualHost *:80>
ServerAdmin
mitchell@mitchellmeffert.com
DocumentRoot /www/NEWDOMAIN
ServerName NEWDOMAIN.com
ErrorLog logs/host.foo.com-error_log
TransferLog logs/host.foo.com-access_log
</VirtualHost>
What does this line do TransferLog logs/host.foo.com-access_log?
Does it just move the log or rename it?