Monat: Oktober 2015

  • Update Seafile Server on Raspberry

    Get link of newest seafile server release from https://github.com/haiwen/seafile-rpi/releases (e.g. v4.4.0/seafile-server_4.4.0_pi.tar.gz) Switch to the seafile user: sudo su seafile Switch to the seafile home folder: cd ~ Download the new release: e.g. wget https://github.com/haiwen/seafile-rpi/releases/download/v4.4.0/seafile-server_4.4.0_pi.tar.gz Unpack the new release: tar -xzf seafile-server_4.4.0_pi.tar.gz Follow the steps in http://manual.seafile.com/deploy/upgrade.html

  • Fix „SSLCertificateFile: file ‚…‘ does not exist or is empty“

    After updating a certificate in Plesk I got the error message: New configuration files for the Apache web server were not created due to the errors in configuration templates: Syntax error on line 50 of /etc/apache2/plesk.conf.d/vhosts/xxx.conf: SSLCertificateFile: file ‚/opt/psa/var/certificates/cert-xxx‘ does not exist or is empty . Detailed error descriptions were sent to you by email.…