Update 2010-09-25: There is a new blog post (“Ubuntu 10.04: Setup APC for PHP 5.3 and Apache2”) for Ubuntu 10.04.
To set up the Alternative PHP Cache (APC) just follow the instructions below:
- Install the required packages:
# sudo apt-get install php-pear php5-dev apache2-threaded-dev
- Install APC:
# sudo pecl install apc
- Create file /etc/php5/conf.d/apc.ini with the following content:
extension=apc.so
- Restart Apache2:
# sudo /etc/init.d/apache2 restart
After restarting the Apache2 web server a APC section should be included in the phpinfo() output.
5 responses to “Ubuntu 9.10: Setup APC for PHP5 and Apache2”
thx for the tutorial. it helped me to do the trick 🙂
Thanks for the instructions; they worked without any problems.
but, how about if we already have
php and apache2 installed?
is it possible we don’t need to recompile the downloaded php source? I’m afraid my current php would be changed.
Hi, you don’t either need to reinstall PHP or Apache2 nor you need the PHP sources. Just install the required Ubuntu packages listed in step 1 (if you have these packages already installed, you are fine for step 2). Installing and configuring APC (step 2-4) does not change your PHP (core) installation, it just installs a new PHP extension.
you should see this
http://stackoverflow.com/questions/4720666/sudo-pecl-install-apc-returns-error