Backup Restore error,

Cyber-DL

Verified User
Joined
Jun 21, 2008
Messages
48
hello,

i've a problem with Restore backups , before this i backed up my accounts by Admin backup in Admin Level , now in my new server i restored them but when i opened all of the accounts i see 404 and 403 error , i tried litespeed but this problem didn't solved , i think there is wrong with backup up , coz i created a new account and it works fine , i was thinking there is wrong with a wrong path or syntax missing in httpd.conf or main configuration filess ! but after creating new account and successful running i determind there is problem with backups ! please help me

Best Regards
 
I don't see how we can help, except generally by telling you to look at your domain error log. If you're using apache it's at /var/log/httpd/domains/example.com.error.log.

Have you switched from a server running php as mod_php to one running as cgi? If so it could be a permissions error.

Jeff
 
now my old server what apache and cgi , with php 5.2.11 ,

and i compiled it with custombuild .
 
Code:
[Tue Sep 22 19:01:29 2009] [crit] [client 69.61.21.58] (13)Permission denied: /home/vps/domains/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable

there is many many of this error , but .htaccess is 777 and chwoned to user ( vps )

look :
Code:
-rw-r--r--  1 vps vps        1 Jul 23 20:02 google84f659a20e38e0d8.html
drwxr-xr-x  2 vps vps     4096 Jul 29 14:31 hostingplan
-rwxrwxrwx  1 vps vps     2662 Feb  8  2008 .htaccess
 
why would you chmod it 777 .... you must like problems

more then likely its a parent folder causing the permission problems
 
i fixed it ! thank's guyz , it's about " domains " perm

/home/username/domains

best regards
 
Back
Top