Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
According to the intro paragraph, above, this tutorial “assumes you … have LAMP stack installed…”
Does this mean that APC does not work w/a LEMP stack (or, at a minimum, that we should not utilize this tutorial if we have a LEMP stack)?
@Pablo: APC will work with a LEMP stack since it’s a php extension. Some paths/commands will be different though:
“sudo service apache2 restart” would be “sudo service nginx restart” “/etc/php5/apache2/php.ini” would be “/etc/php5/fpm/php.ini”
Other than that, everything should be the same.
On my LEMP stack, I also had to run “/etc/init.d/php5-fpm reload” before the change was recognized.
Check this comment on a similar article, http://curltable.the-yard.net/blog/install-apc/comment-page-1#comment-325 It says, “If you have a newer version of PHP use an M after the apc.shm_size=64”
Should i consider doing that?
These instructions worked fine for me, thanks.
One small point. Instead of editing php.ini, I suggest creating a file
/etc/php5/conf.d/apc.ini
Put the extension = apc.so line and any other apc configuration in there. That’s really what the conf.d directory is for.
I used the one-click install of Wordpress on Ubuntu 12.10. I have been having site performance issues with slow First Byte Time, Caching, and Compress Images. I was recommended APC by the Wordpress/Buddypress site forum. Can I follow these directions above if I am on Ubuntu 12.10?
@hughdshields: Yes, this article should work fine on the Wordpress on Ubuntu 12.10 application image.