APC not available

Hi,

short pointers:

You should really update to the latest version 9.0.5 first.

This means that you're running ownCloud with a non-default loglevel of 1 instead of the default 2:

https://doc.owncloud.org/server/latest/admin_manual/configuration_server/logging_configuration.html#parameters

You need to expect additional log entries which just have "Informational" character. In the case of APC you can ignore this Info entries for the occ command (cli in your logs) as well as for cron. Those shouldn't use APC.

If APC is not working for you you would get a warning in your admin backend.

To sum-up:

  1. Update to at least 9.0.5
  2. Set loglevel in your config.php to the default value 2

The second points is also explained extensively at the following FAQ: