Skip to content

Instantly share code, notes, and snippets.

@Quantium
Created January 24, 2013 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Quantium/4626538 to your computer and use it in GitHub Desktop.
Save Quantium/4626538 to your computer and use it in GitHub Desktop.
APC (Alternative PHP Cache) Installation on Centos
sudo yum install php-pear
sudo yum install httpd-devel
sudo yum install pcre-devel
sudo pecl install apc
#Add tophp.ini:
extension=apc.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment