• 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

    Problem after upgrading to Plesk 12.5

    Unfortuntately I cannot determine what part of Plesk cause this errors (this php should not be started, until you create site on it). Could you tell how you manage to get this errors (reboot, upgrade ) or show a bit more log? (may be in private, if it contains sensible information).
  2. mizar

    Problem after upgrading to Plesk 12.5

    Hello, You can ignore this errors - it mean that you doesn't have any enabled sites for php 5.4, 5.5 and 5.6
  3. mizar

    Server was accidentally shutdown on middle of upgrade process to Plesk 12.5.

    There are no difference between upgrade via console or webUI :)
  4. mizar

    Server was accidentally shutdown on middle of upgrade process to Plesk 12.5.

    Hello, First you need to yum check command, to determine what's wrong with your box. If yum check doesn't says something critical (i.e about corrupted rpm database). You should run plesk installer and complete the upgrade. Then, if yum check will complain about duplicated packages, you need to...
  5. mizar

    REMOTE_ADDR WRONG IP

    Hello, Looks like mod_rpaf (or remoteip on apache2.4) doesn't enabled. To check: # apachectl -M | grep rpaf Syntax OK rpaf_module (shared) If you don't see rpaf_module word in output, you should enable it either by re-enabling nginx or issue the command plesk sbin httpd_modules_ctl...
  6. 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.
  7. mizar

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

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