On Debian 8, install APC:
sudo apt-get install -y php5-apcu
Then copy apc.phpto your web root:
cp /usr/share/doc/php5-apcu/apc.php /var/www/html
Edit the file by changing ADMIN_USERNAMEand ADMIN_PASSWORD.
Then go to the apc.phpfile in the browser, log in and click Clear Cache.
source
share