- restore
/etc/hosts - add to
/etc/apache2/apache2.conf sudo a2enmod ssl- restore /etc/apache2/sites-available
- restore /home/esviko/www AND make sure:
sudo chown -R esviko:www-data - add esviko to www-data group:
sudo usermod -a -G www-data esviko
# the -a (append) switch is essential. Otherwise, the user will be removed from any groups, not in the list
# the -G switch takes a (comma-separated) list of additional groups to assign the user to