Skip to content

Instantly share code, notes, and snippets.

@johnantoni
Created April 25, 2013 01:11
Show Gist options
  • Save johnantoni/5456815 to your computer and use it in GitHub Desktop.
Save johnantoni/5456815 to your computer and use it in GitHub Desktop.
apc install on bluehost shared hosting (php)
cd ~
mkdir modules apc
cd apc
wget http://pecl.php.net/get/APC-3.1.9.tgz
tar -xzvf APC-3.1.9.tgz
cd APC-3.1.9
phpize
./configure --enable-apc --enable-apc-mmap --with-apxs --with-php-config=/usr/bin/php-config
make
cd modules
mv apc.so /home/BLUEHOST-USERNAME/modules
@johnantoni
Copy link
Author

@mhamed
Copy link

mhamed commented Dec 27, 2017

but there is no apc.so in the modules folder
the folder is empty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment