• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Input How to install memcache (not memcached)

robetus

Basic Pleskian
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.

I found that APC is pretty outdated and hasn't been updated since 2012. I'm not saying don't install APC, if you can great. I found out how to install memcache (not memcached, yes they are different) on Onyx php v5.6. This method should also help anyone who wants to install it on other php versions or someone who wants to install a pecl package into a specific php version in Onyx.

Reference: https://kb.plesk.com/en/125146

To make sure you have it installed into the php version you want
Code:
# yum search plesk-php devel
If not
Code:
# yum install make plesk-php56-devel
Then install memcache
Code:
# /opt/plesk/php/5.6/bin/pecl install memcache

No go into the PHP Settings of the domain you want to run memcache on and insert extension=memcache.so into Additional configuration directives. Click Apply and that's it. Check you PHP info page, memecache should be up and running. If anyone is using memcache, please tell us what you use for your settings and give us some feedback on performance.
 
Hi robetus,

pls. consider to use the => Forum SEARCH <= option, regarding questions, inputs, solutions and suggestions for additional modules at Plesk PHP versions, which would already directed you to:

=> Adding Custom PHP Modules in Plesk ( Plesk Developers Blog article )

=>
[ReleaseNotes] Multiple PHP Versions in Plesk 12 and higher Out of the Box ( KB - article 125146 - paragraph: "Adding custom PHP modules in Plesk" )

Both links have a very detailed step-by-step instruction, how to implement additional modules in Plesk PHP versions, while your description misses some parts, or while your description is just a reduced copy. :(
 
Back
Top