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

APC does not work after upgrade to Panel version 11.5.30 Update #20

Sergea

New Pleskian
Hello,
after latest update from Plesk Panel 11.5.30 Update #2 to Update #20 - APC does not running more.
After update I see in etc/php.ini

;extension=apc.so ; moved to conf.d/zend_extensions_psa.ini by Plesk
apc.enabled=1
apc.shm_size=128M
apc.ttl=7200
apc.user_ttl=7200
apc.enable_cli=0

OK, I found zend_extensions_psa.ini - although not in conf.d/ - but in /etc/php.d/zend_extensions_psa.ini
and enabled there as
extension=apc.so
apc.enabled=1
apc.shm_size=128M
apc.ttl=7200
apc.user_ttl=7200
apc.enable_cli=0

No result, APC does not running.

OK, I've added the same to Service Plans - PHP Settings - Additional Directives - update & Sync.
No result again, APC does not running.

Of course, during that a few restarts of server and httpd were made.

So, where to place APC extension (as above) to make APC running ?

Thanks in advance to Plesk team or anybody else for an advise !

Regards,
Serge

P.S. Just in addition.
APC is well-known PHP accelerator - http://pecl.php.net/package/APC - so it's necessary to use the one.
Why not make APC a part of Plesk Panel to be able disable/enable the one globally
 
Last edited:
Back
Top