Thread: Virtual Host
View Single Post
  #3  
Old 03-06-2006, 06:44 AM
MMeffert's Avatar
MMeffert MMeffert is offline
Member
GB Advanced User
 
Join Date: Mar 2006
Posts: 80
Default

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?
Reply With Quote