• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. KarelB

    Patching Plesk 12.5 for weak DH

    This script does not work anymore for Plesk 12.5: http://kb.odin.com/en/125741 Is there a new version available? I'm a bit disappointed though that Plesk 12.5 didn't come standard with SSLv2 and SSLv3 disabled and the stronger DH key as suggested in the LOGJAM prevention sites.
  2. KarelB

    Servershield errors and warnings in daily cron

    I get these emails every day, sometimes less warnings, but today there are plenty again: Subject: Cron <root@plesk01> /opt/psa/admin/bin/php -c '/opt/psa/admin/conf/php.ini' -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/servershield/scripts/aggregate-stats.php' PHP Notice...
  3. KarelB

    Prevent 502's for all sites when changing configs

    I have a Plesk 12 server running that works great. But the problem is that whenever one of my shared hosting customers changes something out a domain or subdomain, all the other sites on the server give a 502 error. The reason why is clear to me: apache is reloading its config while nginx is...
  4. KarelB

    Error adding remote database server

    PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE Plesk 11.5, 11.5.30 Update #44, last updated at April 30, 2014 03:25 AM, Centos 6.5 (Final), Linux 64bit PROBLEM DESCRIPTION When I try to add an extra MySQL server, running on a different server, I always get an error that the...
  5. KarelB

    Events and the order they are executed in

    I made a small script that sets some permissions of a subdomain after being created: #!/bin/bash SUBSCRIPTION_DIR=/var/www/vhosts/${NEW_DOMAIN_NAME} SUBDOMAIN_DIR=$SUBSCRIPTION_DIR/${NEW_SUBDOMAIN_NAME}.${NEW_DOMAIN_NAME} # Fix permissions for the subscription basedir chmod 755...
Back
Top