• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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