How to install APC (Alternative PHP Cache) for VestaCP , Centos 6.5

1) yum –enablerepo=remi install php-pear php-devel httpd-devel pcre-devel gcc make I already had some packages installed so it wasnt a problem. I use vesta cP uses new php http so if you use simple yum it will give dependency errors , change it if you already installed any of the above package 2) pecl install apc 3) sample output here: […]

» Read more