Note : This is a part of http://www.ruchirablog.com/nginx-autoinstaller/ guide.
APC Alternative PHP Cache, is a nice little caching add-on to PHP which can increase the performance of PHP significantly. APC works by optimizing the PHP compiler and storing the final compiled code in the memory. So this saves the burden of having to retrieve the source file from the disk and compile it every time when a visitor requests a page.
So how to install APC on LNMP 0.9 ? Log in to the terminal and just follow the instructions below Continue reading







