PHP.ph

09 Jan, 2008

CentOS 5: APC Installation – Alternative PHP Cache

Posted by: php In: Apache|Linux|PHP

APC is a free, open, and robust framework for caching and optimizing PHP intermediate code.

Through SSH.

Find make.

whereis make

Output should be:

make: /usr/bin/make

If not, click here.

Install APC.

pecl install apc

Create the file /etc/php.d/apc.ini

vi /etc/php.d/apc.ini

Enter.

extension="apc.so"

Save and exit.

Restart Apache.

/etc/init.d/httpd restart

Tags: , ,

1 Response to "CentOS 5: APC Installation – Alternative PHP Cache"

1 | CentVice

July 11th, 2008 at 5:33 pm

Avatar

Thanks for this info.

Comment Form

Categories

Links

PHP.ph is owned and managed, since 2002 by:
Dr. Jesus Lecitona
Visit his blogs about dentistry:
Denture
Dentures
Dental Implants Cost

About PHP.ph

Linux Apache MySQL PHP