installing APC on Centos 5

APC also called as “Alternate PHP Cache”

yum install php-pear
yum install php-devel
yum install httpd-devel
pecl install apc
echo "extension=apc.so" > /etc/php.d/apc.ini
service httpd restart [/etc/init.d/httpd restart]

Check the installation using the command

php -m
installing APC on Centos 5

2 thoughts on “installing APC on Centos 5

  1. Patrick says:

    Very pleasant site, I just came to know of it yesterday afternoon. Bookmarked this and also stumbled upon it. Thanks a lot,You had some pleasant ideas in the story, I enjoyed reading it.

    Like

  2. This is such a great resource that you are providing and you give it away for free. I love seeing websites that understand the value of providing a quality resource for free. It’s the old what goes around comes around routine.

    Like

Leave a comment