Submitted by Bora Gunes Dogan on Sat, 09/22/2012 - 00:07
Installation of APC for PHP on Ubuntu is as simple as typing two lines of shell commands:
sudo apt-get install php-apc
sudo /etc/init.d/apache2 restart
Update 2019: As of PHP 7.x, PHP has an internal accelerator OpCache that is a better choice than APC.
Add new comment