• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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