• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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