I changed IP address of one of my sites but now that site doesnt seem to work..
When i access the site, it shows cpanel default page i.e. "There is no website configured at this address."
I checked httpd.conf for new entries and found the the things to be ok..
but still donno what could be the problem
here is the virtualhost entry in httpd.conf
CODE
<VirtualHost 69.56.NEW.IP>
ServerAlias www.mysite.com mysite.com
ServerAdmin webmaster@mysite.com
DocumentRoot /home/UserName/public_html
BytesLog domlogs/mysite.com-bytes_log
ServerName www.mysite.com
User UserName
Group UserGroup
<IfModule mod_userdir.c>
UserDir disabled
UserDir enabled UserName
</IfModule>
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/UserName/:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
CustomLog domlogs/mysite.com combined
ScriptAlias /cgi-bin/ /home/UserName/public_html/cgi-bin/
</VirtualHost>
ServerAlias www.mysite.com mysite.com
ServerAdmin webmaster@mysite.com
DocumentRoot /home/UserName/public_html
BytesLog domlogs/mysite.com-bytes_log
ServerName www.mysite.com
User UserName
Group UserGroup
<IfModule mod_userdir.c>
UserDir disabled
UserDir enabled UserName
</IfModule>
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/UserName/:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
CustomLog domlogs/mysite.com combined
ScriptAlias /cgi-bin/ /home/UserName/public_html/cgi-bin/
</VirtualHost>
The New IP address is currently for this site only and then later i am gonna have all my Personal sites on it..
any ideas about how to get this thing working?
Regards
Deep