Page 1 of 1

Server moved on a unix machine. [solved]

Posted: Mon Apr 11, 2016 11:44 am
by thoughtless
So i have moved my domain (which had cpanel and with a few clicks, all was installed) with the database to a new machine with ubuntu (wanted to learn how to manage the script by doing all by manual).
I have installed nginx with mysql, imported the old database with users and stuff.
But i am not sure what folders to chmod them.
chmod 777 pics (to add pictures)
But what if I want to generate a new RSA key?
Failed to apply settings!

Any ideeas?

Re: Server moved on a unix machine.

Posted: Mon Apr 11, 2016 11:47 am
by thoughtless

Code: Select all

chown -R www-data:www-data *
And now it seams to work.