• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. mizar

    Resolved Error installing mencached plesk 12.5 CentOS 6.7

    You need to add --with-pic to configure of libmemcached. I edit my previous post.
  2. mizar

    [PPP-18022] PHP 5.6 for Plesk includes outdated PCRE

    I added bug report in our tracker - PPP-18022 for reference
  3. 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...
  4. 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
  5. 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)
  6. 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
  7. 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
  8. 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?
  9. 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
  10. 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)
  11. 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
  12. 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...
  13. 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
  14. 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
  15. 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...
  16. 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
  17. 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)...
  18. mizar

    Debian Jessie Upgrade - Apache Configuration Template Error

    Hello, I don't see errors in logs. Now all is ok?
  19. 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...
  20. 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...
Back
Top