Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Install apc in Plesk  (Read 2880 times)

0 Members and 1 Guest are viewing this topic.

vinodt

  • Guest
Install apc in Plesk
« on: October 28, 2013, 08:59:13 am »
First download the repo from #wget -q -O - http://www.atomicorp.com/installers/atomic |sh.

Install dependencies

yum install php-pear httpd-devel pcre-devel
yum install gcc
pecl install apc

echo extension=apc.so to /etc/php.ini

To check apc installed

php -v | grep apc