• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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