• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Recent content by BobClaas

  1. B

    Issue Backup Manager (and migrator) not working after failed inplace upgrade

    lxml is allready installed. Requirement already satisfied: lxml in /usr/local/lib64/python3.6/site-packages Will there be support when i buy it, cause i'm trying to migrate from CentOS 7?
  2. B

    Issue Backup Manager (and migrator) not working after failed inplace upgrade

    [root@server temp]# /usr/local/psa/admin/bin/pmmcli --get-tasks-list Backup Traceback (most recent call last): File "/usr/local/psa/admin/sbin/pmmcli/.bootstrap/_pex/pex.py", line 339, in execute File "/usr/local/psa/admin/sbin/pmmcli/.bootstrap/_pex/pex.py", line 269, in _wrap_coverage...
  3. B

    Issue Backup Manager (and migrator) not working after failed inplace upgrade

    Im currently migrating from centos 7 to 8. Inplace upgrade failed and now the server has several problems. since we werent able to fix them, we decided to migrate to a new server. The migration tool failes on creating a backup file: Failed to create the remote configuration dump on the target...
  4. B

    Resolved Mail broken /usr/sbin/postconf: invalid option -- 'x'

    I moved to a new server and did a reinstall
  5. B

    Resolved Mail broken /usr/sbin/postconf: invalid option -- 'x'

    Plesk mail server is giving the following error: mailmng-server failed: Fatal error: plesk::mail::postfix::PostfixConfigurationError(/usr/sbin/postconf: invalid option -- 'x' /usr/sbin/postconf: fatal: usage: /usr/sbin/postconf [-a (server SASL types)] [-A (client SASL types)] [-b (bounce...
  6. B

    Resolved Upgrade to Plesk 17.8.11 failed - log4cplus

    I was installing the log4cplus of plesk 17.8.11 while i still was on 17.5.8 Removing log4cplus and installing it from 17.5.8 fixed the issue.
  7. B

    Resolved Upgrade to Plesk 17.8.11 failed - log4cplus

    log4cplus-1.2.0.1-0centos.6.180209.1429.x86_64
  8. B

    Question Optimal nginx performance Wordpress

    I'm looking for the best nginx performance with Wordpress and WP Super Cache module. Found a lot of threads en websites with only seperated snippets of code. Since a lot of people are looking for performance, my hope is that we can build the optimal directives for Nginx I'm no expert. It's a...
  9. B

    Resolved Upgrade to Plesk 17.8.11 failed - log4cplus

    Thanks for helping. It was centos6 log4cplus that is installed. Disabled repel and followed your advise. ran plesk installer and got: Plesk pre-upgrade check /usr/bin/sw-engine: error while loading shared libraries: liblog4cplus-1.1.so.9: cannot open shared object file: No such file or directory
  10. B

    Resolved Upgrade to Plesk 17.8.11 failed - log4cplus

    I did the reinstall and repair. The current version of log4cplus is still log4cplus-1.1.2-centos6.15011616.x86_64 # yum install http://autoinstall.plesk.com/PSA_17.8.11/dist-rpm-CentOS-6-x86_64/engine/log4cplus-1.2.0.1-0centos.6.180209.1429.x86_64.rpm Results in missing other dependencies...
  11. B

    Resolved Upgrade to Plesk 17.8.11 failed - log4cplus

    When trying to upgrade it fails on the following error. Attempt to remove 'psa-spf2' to resolve conflict has succeeded Exception: Failed to solve dependencies: plesk-lmlib-0.2.4-0centos.6.180209.1429.x86_64 requires log4cplus >= 1.2.0.1 plesk-lmlib-0.2.4-0centos.6.180209.1429.x86_64 requires...
  12. B

    Resolved Let nginx listen to 127.0.0.1 for default domain

    What i did to fix this is: copy the template nginxDomainVhostIpDefault.php to custom Added these lines: <?php //$VAR->domain->asciiName = "localhost:433" ?> <?php $ipAddress->escapedAddress = "localhost" ?> <?php echo $VAR->includeTemplate('domain/nginxDomainVirtualHost.php', array(...
  13. B

    Resolved Let nginx listen to 127.0.0.1 for default domain

    Found out that i was on the right track. nginx not listening to the localhost for the default domain. By manualy editing the vhost file i've got the curl working. File edited is /etc/nginx/plesk.conf.d/ip_default/****.nl.conf How to edit the vhost file correctly for the default server domain to...
Back
Top