• 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 Error installing mencached plesk 12.5 CentOS 6.7

    It seems too old libmemcache on CentOS 6 (0.31 version), but php recent version of php-memcached required at least 1.0. You may install it from other repos, or compile it from sources, i.e: # yum install zlib-devel gcc-c++ # wget...
  2. mizar

    Can't retrive keys

    Very strange, may be problem between you and KA ? Firewall or something else read 0 bytes and written 0 bytes is suspicious
  3. mizar

    Debian Jessie Upgrade - Apache Configuration Template Error

    You shoundn't recompile php. This is a known limitation of Apache 2.4 mpm-event. mod_php will conflict with mpm_event. If you don't need php, you can disable it (a2dismod php), or switch to mpm_prefork (a2dismod mpm_event, a2enmod mpm_event)
  4. mizar

    Debian Jessie Upgrade - Apache Configuration Template Error

    Require apache directive supplied by mod_authz_*. You can enable it by a2enmod authz_host authz_user
  5. mizar

    Can't retrive keys

    And what about modern cipher protocols? openssl s_client -connect ka.odin.com:5224 -tls1_2 -cipher ECDHE-RSA-AES256-SHA384
  6. mizar

    unable to connect by ssh (root)

    It usually means a lot of messages from one process and often is a not ssh. Does a pid 22452 is your ssh daemon?
  7. mizar

    unable to connect by ssh (root)

    Sure, only ssh affected - my shh on Debian 8 box simply refuse connections, all other services works properly
  8. mizar

    Can't retrive keys

    It's quite strange ... couild you show output of openssl s_client -connect ka.odin.com:5224 and openssl s_client -ssl3 -connect ka.odin.com:5224 ( or private if you consider this information sensible)
  9. mizar

    unable to connect by ssh (root)

    Hi, Did you check your ssh daemon logs for erros on vm durung connect? I have similar problems with old putty settings on connect to recent Debian 8
  10. mizar

    Apache dies every night since upgrading to Debian 8

    Hello, I remember same problems with server graceful reload in short time, i.e */etc/init.d/apache2 reload && /etc/init.d/apache2 reload && /etc/init.d/apache2 reload* leads to segmentation fault. You can try to replace reload to restart in /etc/logrotate.d/apache2 to make sure that this...
  11. mizar

    Can't retrive keys

    Hello, Did you try to yum update ? Might be problems with system libraries such nss or openssl, due to centos 6.5 is quite old
  12. mizar

    Resolved [PPP-18000] Plesk 12.5.30 - Easy way to replace MariaDB 5.5 with 10 ?

    Yes, this is a bug, it's ID in our internal tracker - PPP-18000
  13. mizar

    Debian Jessie Upgrade - Apache Configuration Template Error

    Seems mpm-envent not installed or not yet configured. Try to disable it now, and enable it after installation completed: # a2dismod mpm_event Module mpm_event disabled. To activate the new configuration, you need to run: service apache2 restart # a2enmod mpm_prefork Considering conflict...
  14. mizar

    Debian Jessie Upgrade - Apache Configuration Template Error

    Hello, Only one package: sw-nginx. But could you also post errors, it might be helpful for other people, who look for solution by googling errors
  15. mizar

    Debian Jessie Upgrade - Apache Configuration Template Error

    You might want to purge apache packages, and then install again: # dpkg -P --force-all apache2 apache2-bin apache2-data apache2-mpm-event apache2-mpm-prefork apache2-utils (Reading database ... 153962 files and directories currently installed.) Removing apache2-mpm-event (2.4.10-10+deb8u3)...
  16. mizar

    Debian Jessie Upgrade - Apache Configuration Template Error

    Hello, I don't see errors in logs. Now all is ok?
  17. mizar

    Debian Jessie Upgrade - Apache Configuration Template Error

    Hello, Could you show errors from /var/log/apache2/error.log or from output of /etc/init.d/apache2 restart? If you have errors like Failed to get D-Bus connection: Unknown error -1 you must complete switch to systemd system: https://wiki.debian.org/systemd#Configuring_as_default BTW: this...
  18. mizar

    Upgrade to 12.5 failed

    Hello, You can install libarchive from 'epel' repository: # wget -q https://dl.fedoraproject.org/pub/epel/epel-release-latest-5.noarch.rpm # rpm -Uvh epel-release-latest-5.noarch.rpm warning: epel-release-latest-5.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 217521f6 Preparing...
  19. mizar

    Plesk 12.5 with MariaDB 10

    You should change start/stop command for MySQL server in watchdog: 1. Stop monitoring 2. Click in MySQL in watchdog services list 3. Replace start command to /usr/bin/systemctl start mysql, and stop to /usr/bin/systemctl stop mysql 4. Click OK, and start monitoring
  20. mizar

    Resolved [PPP-18000] Plesk 12.5.30 - Easy way to replace MariaDB 5.5 with 10 ?

    Also check this thread about Plesk 12.5 on CentOS7 + MariaDB 10 http://talk.plesk.com/threads/plesk-12-5-with-mariadb-10.334703/
Back
Top