• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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