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

    Resolved systemctl start mariadb (10.6 error)

    Hello, MariaDB since 10.6 doesn't allows to bind both ::1 and 127.0.0.1 by setting bind-address = ::ffff:127.0.0.1 in my.cnf. If your upgrade from previous version, you should replace bind-address to 127.0.0.1, otherwise MariaDB won't start (or plesk sbin mysqlmng --bind-address local do it for...
  2. mizar

    Question PHP 7.3 failed with code 1

    Hello, You should pass php fpm binary to -path option, instead of php-cgi one.
  3. mizar

    Question Documentation on .autoinstallerrc

    Hello, Only for autoinstaller web interface
  4. mizar

    Question How can sw-engine-fpm be restarted?

    Hello, The service name is "sw-engine". In general, binary name is not same as service name, for instance mariadb.service executes mysql_safe binary
  5. mizar

    Resolved How to install APC/APCu extension for PHP 7.4.x with Ubuntu 20.4.1 LTS

    Works on my test instance: root@a10-52-35-5:~# plesk version Product version: Plesk Obsidian 18.0.30.0 OS version: Ubuntu 20.04 x86_64 Build date: 2020/08/21 11:00 Revision: cfc10c8ba14662258dbd09badaaa44e8db9b1c97 root@a10-52-35-5:~# /opt/plesk/php/7.4/bin/php -m | grep -i apc...
  6. mizar

    Resolved How to install APC/APCu extension for PHP 7.4.x with Ubuntu 20.4.1 LTS

    Hello, The instruction from KB article should help. In short: apt install plesk-php74-dev build-essential, then /opt/plesk/php7.4/bin/pecl install apcu, then configure ini for it. Please note, that APC pecl extension probably will not compile for PHP 7.4.
  7. mizar

    Issue PHP 7.4 mbstring

    Hello, It seems you have problems with /lib64/libonig.so.5 (it required by mbstring.so). I recommend to try to reinstall the package oniguruma: yum reinstall oniguruma, or yum install oniguruma, in case you have too old version
  8. mizar

    Issue Updated to Debian 10

    Hello, It's quite strange. What's version of Plesk do you have ?
  9. mizar

    Issue error saying the source version is 18.0.27 and the destination version is 18.0.25

    I'll also recommend to run plesk installer with --source http://autoinstall.plesk.com (as some providers configure to use own mirrors, which are not usually up2date)
  10. mizar

    Forwarded to devs [FIXED] Error in "Package: plesk-php74-mbstring-7.4.7" in "PHP Updates"

    Hello, Theese packages are part of immunify extension provided by CloudLinux. As I know they plan to issue an update to fix this issue today, or you can ask them via their support
  11. mizar

    Forwarded to devs [FIXED] Error in "Package: plesk-php74-mbstring-7.4.7" in "PHP Updates"

    Please run yum update again: the issue should be solved right now (we are published new version of PHP 7.4 compiled with new oniguruma version)
  12. mizar

    Resolved Can nginx be switched off to only use apache??

    > Manually or done by Plesk. Done by Plesk. You don't need to do something manually
  13. mizar

    Resolved Can nginx be switched off to only use apache??

    Yes, during this operations all apache virtual hosts would be reconfigured
  14. mizar

    Resolved Can nginx be switched off to only use apache??

    Hello, Yes, of course, here is a link to documentation
  15. mizar

    Question DKIM: Key rollover / Policy?

    Hello, At this moment, Plesk doesn't very friendly for updating DKIM keys: almost all settings are hardcoded in Plesk code, so you need manually recreate the private key, and update DNS records. More detailed instructions can be found in  How to get the DKIM public key from Plesk if DNS is not...
  16. mizar

    Resolved Wrong update offered for PHP 7.3?

    Hello, It's normal that PHP repositories has id PLESK_17_PHPXY, as plesk-php is shared for both Onyx and Obsidian. Thanks,
  17. mizar

    Issue Plesk Onyx for Linux Fails to Resolve Dependencies for libMagickCore-6

    Hello, CloudLinux 7.8 with ImageMagic 6.9 has been released tomorrow (link). You can check availiable version : {code} # yum list avialiable ImageMagick .... Available Packages ImageMagick.i686 6.9.10.68-3.el7 cloudlinux-x86_64-server-7 ImageMagick.x86_64...
  18. mizar

    Question How to install apcu?

    Hello, The following article should help: How to add additional PHP module for PHP engines shipped with Plesk on Linux? Thanks,
  19. mizar

    Resolved Php shmop extension

    Hello, Sure. You can also uninstall previously installed packages (build-essentials and plesk-php74-dev, and it's requirements)
  20. mizar

    Resolved Php shmop extension

    Hello, In home directory of user. And note, make install require superuser rights
Back
Top