chrispadfield
Fri 8th Jun '01, 11:50am
I am trying to move a domain of my server somewhere else. At the moment i am virtual hosting it:
<VirtualHost 64.29.16.179>
<Directory /home/scifibanners/www/serversecure>
Options +ExecCGI +FollowSymLinks
AllowOverride All
</Directory>
ServerAdmin webmaster@scifibanners.com
DocumentRoot /home/scifibanners/www
ServerName scifibanners.com
ServerAlias www.scifibanners.com
ScriptAlias /cgi-bin/ /home/scifibanners/www/cgi-bin/
but the new place it is at, it has its own unique ip address. While waiting for the dns entries to update, can i change this virtualhost code to send it off to the new place?
thanks.
<VirtualHost 64.29.16.179>
<Directory /home/scifibanners/www/serversecure>
Options +ExecCGI +FollowSymLinks
AllowOverride All
</Directory>
ServerAdmin webmaster@scifibanners.com
DocumentRoot /home/scifibanners/www
ServerName scifibanners.com
ServerAlias www.scifibanners.com
ScriptAlias /cgi-bin/ /home/scifibanners/www/cgi-bin/
but the new place it is at, it has its own unique ip address. While waiting for the dns entries to update, can i change this virtualhost code to send it off to the new place?
thanks.