• 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.

Resolved How to activate APCu in php.ini correctly

stefan-franz

Basic Pleskian
Hello,
i was able to install APCu for php 8.0 and to activate that with my nextcloud there ist the following to do:

Warning
APCu is disabled by default on CLI which could cause issues with nextcloud’s cron jobs. Please make sure you set the apc.enable_cli to 1 on your php.ini config file or append --define apc.enable_cli=1 to the cron job call.

Is it right, that i have to append at the bottom of this file here in plesk only the line:
apc.enable_cli=1


1639931049928.png
 
i found it here: Webites & Domains / Php settings. Below.
 

Attachments

  • Php - zusätzliche Anweisungen.jpg
    Php - zusätzliche Anweisungen.jpg
    46.6 KB · Views: 118
Back
Top