• 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.

Resolved plesk 12.5 apcu

MSplesk

New Pleskian
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.
 
are the following steps enough that apcu works on plesk 12.5/ubuntu 14.04/php7:

/opt/plesk/php/7.0/bin/pecl install apcu
echo "extension=apcu.so" > /opt/plesk/php/7.0/etc/php.d/apcu.ini
plesk bin php_handler --reread

.. or there other settings/installs necessary?
(plesk-php70-dev, gcc, build-essential, ...)

thanks a lot!
 
now my question ... ist the following command also (before the steps above) necessary:
apt-get install gcc build-essential plesk-php70-dev
It certainly is necessary! ( How should your system COMPILE the modules, if you don't have the needed/required tools/packages for it? )


... but again ( I'm sorry to repeat myself ), the FORUM SEARCH would have helped you to find needed commands for your operating system and I would recommend to use suggestions/work-around/solutions FIRST from the Plesk Community, before you consider to use examples/tutorials outside of the domain *.plesk.com . :)
 
Back
Top