APC installation troubleshooting
APC stands for “Alternative PHP Cache”. APC is a free, open, and robust framework for caching and optimizing PHP intermediate code. This article shows common problems when installing APC and how to fix them. Installing is as simple as [[email protected] ~]# pecl install apc [[email protected] ~]# echo “extension=apc.so” > /etc/php.d/apc.ini […]