• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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