• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Checking for APCU

VinnyT

Regular Pleskian
Hi guys -- i have APCU built/installed in PHP 5.6/Plesk 12.5, but it doesn't seem to be loading.

This is my apcu.ini file which is located in "/opt/plesk/php/5.6/etc/php.d"

extension=apcu.so
apc.enabled=1
apc.shm_size=256M
apc.ttl=7200
apc.enable_cli=1
apc.gc_ttl=3600
apc.entries_hint=4096
apc.slam_defense=1
apc.serializer=igbinary


seems all good, but when I run:
/opt/plesk/php/5.6/bin/php --ri apcu

APCU not loaded.

Also, when i check PHPInfo, the apcu.ini file is not being loaded (even though its in the right directory).

any thoughts? There should be an error log, right?
 
Back
Top