APC: Advanced PHP Cache
开源免费的PHP缓存加速模块。
zz from http://cn2.php.net/manual/en/apc.installation.php
debian etch installation
apt-get install apache2
apt-get install libapache2-mod-php5
apt-get install php-pear
apt-get install php5-dev
apt-get install make
apt-get install apache2-prefork-dev
pecl install apc
apache2-prefork-dev is necessary for not having the
"Sorry, I was not able to successfully run APXS."
error
Sep
15





