• 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

Question PHP Cache Method

CobraArbok

Regular Pleskian
I'm using:
  • Plesk Onyx Version 17.5.3 Update #28
  • CentOS Linux 7.4.1708 (Core)‬
  • PHPv 7.1.11 (FPM Application)
  • WordPress 4.8.3
I need to install W3 Total Cache, but all options in the Page Cache Method section for Virtual Server are disabled.
Can APC / APCU be installed?
 
Yes, you can try to compile APCu for PHP7.x with the same method if it is supported by PHP 7.x. As far as I remember APC/APCu is outdated technology. It would be better to use Redis or memcached caching methods. You can find instruction how to compile memcached PHP module with forum search engine.
 
Back
Top