Restore Problem

antpeks

Verified User
Joined
Jun 29, 2006
Messages
26
Location
Antwerpen
Last weekend i reinstalled my complete server after a a hack attempt. We have installed a fresh new image from CentOs to make sure that the server is not compromised anymore.

We have deleted the site(s) that have been hacked from the backups but i still have this strang issue:

When i create a DNS record for a domain and point it to the server i have a other site from our server being dispalyed instead of the (apache is working) standard sentence.

I looked in the /var/www dir to see if the page is there but there it shows the standard page (apache is working) This strange behavior happens after the restore of the backups we made, and these backups have been triple checked for issues.

What am i over looking.....
 
Make sure your dns matches that of your virtual host.
 
yeah DNS settings have not been changed, it purely came after doing a reinstall of a new CentOS and restoring the sites.

Any idea??
 
Did you perhaps set this option in the directadmin.conf file on the old (hacked) server?

Code:
backup_gzip=0

If you did, then all files in the /home/user/domains/* will not be restored from backup! This is a bug and I have already reported it to the DirectAdmin team. A fix will be available with the next version release.

For your information, this feature is described here:

http://www.directadmin.com/features.php?id=1220
 
Back
Top