Welcome to aegis hosting

Our Support Portal puts you in control of your account with us. Manage your hosting packages, servers and domains. Keep track of support issues, orders and billing.

Support Portal

Installing APC

The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.

It can be installed on dedicated servers via WHM. See the Software > Module Installers menu and select PECL

Or via the command line with...

pecl install apc

Or manually by downloading the latest version and compiling it...

# wget http://pecl.php.net/get/APC-3.1.9.tgz
# tar -xvzf APC-3.1.9.tgz
# cd APC-3.1.9
# phpize
# ./configure
# make
# make install


Then restart apache.

You can update APC using either of the methods above except it's 'pecl update apc' instead of 'pecl install apc'.

 

 

 

 



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read