• 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.

Recent content by Oliver Meyer

  1. O

    Resolved "Dump failed; The following domains were not found on the host"

    I had the same backup issues with Plesk 17.5.3 update #17 on CentOS 7 (7.3.1611). The installation of the package "perl-DBD-MySQL" solved the problem.
  2. O

    Resolved HOT TO ENABLE MOD_REWRITE WITH NGINX

    Where did you insert the conversion?
  3. O

    Resolved HOT TO ENABLE MOD_REWRITE WITH NGINX

    Hi, mod_rewrite belongs to apache and nginx doesn't support .htaccess files. You'll have to convert it for nginx yourself or try your luck with a converter like https://winginx.com/en/htaccess.
  4. O

    Problems after upgrading MySQL to 5.7

    Hm... don't know what's the problem there. I'm running MariaDB on all my servers (installed before Plesk) without any problems. Absolutely no problem with reindexing (big) magento shops. Maybe the different MySQL versions have different default settings/limits. Have you adjusted your MySQL...
  5. O

    mpm_event configuration

    The default values are on the page I mentioned above - in the text of each directive.
  6. O

    mpm_event configuration

    Event should be the best mpm - it can handle more connections than the other mpms (separate thread for keepalive connections etc.) and has some other advantages over the other mpms like smaller memory footprint etc. For example one of my configurations. Location...
  7. O

    Plesk 12.5.30 to 12.5.31

    I got MU#32 on all servers. Igor, are there no files downloaded for MU#31? When the autoinstaller downloads the files for the MUs, there are still no downloads for MU#31.
  8. O

    How to Install Zend_Opcache for PHP 5.4 for plesk Magneto store

    You can run Magento CE 1.7.x+ with PHP 5.6 without any problems.
  9. O

    Plesk 12.5.30 to 12.5.31

    I don't think it has been applied - when I reinstall all patches, the process finishes after update 30 - no download for update 31.
  10. O

    Plesk 12.5.30 to 12.5.31

    Strange - seems that update 31 is not available - trying to install it for a few days now.
  11. O

    Pages so slow

    I experienced this issue too for a few websites after a fresh install a few days ago - the solution was to add the line 'DirectoryIndex index.php' to the .htaccess file in the document root for each website.
  12. O

    Problems after upgrading MySQL to 5.7

    Have you run 'mysql_upgrade'? Btw. - MariaDB 10.1 runs without any problems with Plesk / Magento 2.x.
  13. O

    Error: 502 Bad Gateway nginx (104: Connection reset by peer)

    Maybe this bug is affecting you (apache <v2.4.11): https://bz.apache.org/bugzilla/show_bug.cgi?id=57198 Have you upgraded apache before the problems started? Maybe you should try a newer apache-version. Have also a look if you have mod_deflate enabled - if yes, disable it for testing - it can...
  14. O

    Error: 502 Bad Gateway nginx (104: Connection reset by peer)

    Seems the problems are caused by the apache side - which apache version are you using?
Back
Top