• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the current Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Search results for query: "PHP" "memcached"

  1. Min

    Resolved php7 and memcached - again

    Can these commands compatible with PHP7.1? If yes, which variables I have to change if I want to apply these commands for it?
  2. J

    Resolved Memcache and memcached on Plesk Onyx

    Hi Igor and thanx again. Here is results of every command I run: # apt-get install libsasl2-dev Reading package lists... Done Building dependency tree Reading state information... Done libsasl2-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded...
  3. F

    Resolved php7 and memcached - again

    # yum install make plesk-php70-devel gcc glibc-devel libmemcached-devel zlib-devel git # git clone https://github.com/php-memcached-dev/php-memcached.git # cd php-memcached/ # git checkout php7 # /opt/plesk/php/7.0/bin/phpize # ./configure --disable-memcached-sasl...
  4. M

    Resolved plesk 12.5 apcu

    hello, i use plesk 12.5 on a ubuntu server 14.04 with multiple php-versions. (7.0.16, 5.6.30, ...) now i want to install apcu or memcache for the installed php-versions. what are the necessary steps for the correct installation? (only install this via pecl or ... ?) hope of help & reply, thanks.
  5. A

    Resolved How to get memcached working

    I've installed the memcached (apt-get install memcached) and it started when instalation finished. Prestashop BO now sucessfully tested the memcached server connection and activated it. Also the php cache test worked as mentioned in Magento howto page...
  6. IgorG

    Resolved Memcache and memcached on Plesk Onyx

    Start module compilation now with # /opt/plesk/php/7.1/bin/pecl install memcached Then install module with # echo "extension=memcached.so" > /opt/plesk/php/7.1/etc/php.d/memcached.ini and reread php handlers with # plesk bin php_handlers --reread That's all.
  7. O

    Resolved php plesk and memcache(d) extension

    I am curious here, wanted to install memcache, my company websites are five wordpress site, very heavy ones and are very slow, i got this article https://support.plesk.com/hc/en-us/articles/115000065409-How-to-install-uninstall-memcache-and-memcached-PHP-modules-on-Plesk-server- and don't...
  8. R

    Issue Redis server went away

    Yes you are right. There is no website running php 7 except a domain with no content and default Plesk webpage. By the way. Now I use php 5.6.29 FRM and have checked redis and memcache in the php extentions. Do they harm each other? Can I also add memcached with [d] without any conflict to...
  9. 1

    Question How to use memcached Docker container for a specific customer or subscription

    I installed the memcached container in Docker but I don't know how to use it as a php cache. I see no box to tick in the Tools & Settings -> PHP Settings. What are my thinking errors here? Thanks in advance!
  10. A

    Resolved How to get memcached working

    Hi. I'm also using ubuntu 14.04 with plesk 12.5.30. I've completed the process described here: https://www.plesk.com/blog/adding-custom-php-modules-in-plesk/ adjusting the packages names to ubuntu. It seems to be all good, has I've it available in phpinfo(). In my prestashop, when I select...
  11. robetus

    Resolved How to increase memcached cache size?

    I already have memcached installed on php 5.6 and it is verified by using PHP info, should I still yum install memcached?
  12. robetus

    Input How to install memcache (not memcached)

    I'm posting this in a followup to my previous thread https://talk.plesk.com/threads/apc-on-php-version-5-6-27.339663/ First please research memcache vs memcached to make sure you want to install this, you can always disable later by removing the .so entry. I was not able to install memcached...
  13. U

    Resolved How to get memcached working

    Hi alvesjc, You added a "module" ( = an extension ) to your corresponding php - version. This is no indenpendent process, which you could see over the proccess - list on your server. The corresponding process(es) are still the (main ) php - related processes ( i.e. "php-fpm" ). Pls. use "ps...
  14. IgorG

    Resolved Memcache and memcached on Plesk Onyx

    Do you have any problems after reading this thread?
  15. L

    Resolved Can not see Memcached and Varnish in Websites & Domains > PHP Settings

    Ok If I understand it and according to my server files: 1) My PHP version by centos vendor is 5.4.45 located in etc/php.d and etc/php-fpm.d 2) I have additionally added "plesk extras php modules 5.3, 5.6, 7.1.4" installed in routes /opt/plesk/php I write these codes but yet I can´t see in...
  16. U

    Resolved How to increase memcached cache size?

    Hi robetus, sorry "no", you didn't install the memcached server on your server, you just added a MODULE for your PHP version ( which works as a sort of "connector" to your memcached server ), but still don't have the "memcached" package ( = the memcached server itself! ) installed. Well, if...
  17. IgorG

    Resolved php plesk and memcache(d) extension

    It is related to phrase above - "Since Plesk version 17 (Onyx), Docker support is implemented. So both PHP modules can be installed inside a Docker container." If you don't want to use Docker and you don't know for what, you can ignore it.
  18. Y

    Issue Error installing memcache 3 on plesk php 7 - centos 7

    Thank you UFHH01, you're always precious!! Meanwhile I managed to install memcached in a similar way: 975 git clone https://github.com/php-memcached-dev/php-memcached.git 976 cd php-memcached/ 977 git checkout php7 978 /opt/plesk/php/7.0/bin/phpize 979 ./configure...
  19. Bitpalast

    Issue php-cgi segfault

    I second this. If it is not caused by a hardware failure, it is very likely caused by a PHP module like ionCube or another similar configuration.
  20. U

    Resolved memcached

    Hi Madness, ... pls. note again the difference between "memcache" and "memcached" and pls. read again the suggestions, how to get rid of the "memcache" module : => #6
Back
Top