transfering data from old to new server both with ISP3

Discussion in 'Installation/Configuration' started by Mark Lin, May 15, 2016.

  1. Mark Lin

    Mark Lin New Member

    Hello,
    i had to transfer data from one server to another and both with last ver of ispconfig on ubuntu 14.04 VPS server .
    after installing ISP on the new server there with no problem to log in and i have success to reinstall all data base with the import feature at the phpmyadmin of the new server.
    then ziped /var/www and trasfer it with "scp" cl to the new server and unziped i.
    then i hade to add permission to moodle site at /var/www/clients/client1/web1/web, using the main web folder to the moodle site.
    my permision cli were:
    Code:
    sudo chown -R root /var/www/clients/client1/web1/web
    sudo chmod -R 0755 /var/www/clients/client1/web1/web
    sudo find /var/www/clients/client1/web1/web -type f -exec chmod 0644 {} \;
    sudo chmod 0777 /var/www/clients/client1/web1/private/moodledata
    sudo chown -R web1:client1 /var/www/clients/client1/web1/web
    
    now i still can log to myphpmyadmin
    ispconfig3 -
    Internal Server Error - The server encountered an internal error or misconfiguration and was unable to complete your request.
    as well all the sites and client that were uploaded from the old server,
    apache2 - error.log
    how can i solve this?
    Thank you
     
    Last edited: May 15, 2016

Share This Page