Quote Originally Posted by Desi_Boy View Post
i can't set my domain to point on ip , always how default page of kloxo not content , localhost sir please tell how i can fix
Read this

However, a month ago, my webhost announced that the old IP address (72.52.102.39) would be unannounced (I assume it meant it’s no longer working) therefore I must update the ip address into the new one (209.141.61.39).

Looks like simple. I go to my Kloxo control panel, change the DNS template ip address, go to my domain manager and updating the ip address… and dang, most of the websites displayed Kloxo Default Page.

All the DNS settings were correct, then what’s wrong? Why the websites are displaying a default page?

After a thorough investigation, I finally found the culprit. It seems there is bug in Apache. Basically after I update the ip address manually, the individual setting in domains MUST be updated as well.

Basically, log to console using Putty, and use these script:

sh /script/upcp
sh /script/cleanup
sh /script/fixweb

Problem: The script/fixweb didn’t work, the websites’ setting are not updated correctly.

Here are what I have done to resolve this.

First I went to:

Apache - /home/httpd/(domain name)/conf/(domain name).kloxo.

I opened the Apache setting, and saw these lines in erroneous domain:

72.52.102.39:80\
172.16.218.176:80\
>
and

72.52.102.39:443\
172.16.218.176:443\
>

It appeared that my new ip address (209.141.61.39) hasn’t been added to the setting therefore the websites are failings..

Solution: Just add the new ip address above the old ip.


209.141.61.39:80\
72.52.102.39:80\
172.16.218.176:80\
>

and

209.141.61.39:443\
72.52.102.39:443\
172.16.218.176:443\
>

Save the setting. Restart Kloxo, and the websites running to the normal!