• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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