主题: 安装apc插件加速webmail页面显示

RT!貌似安装后效果也不大,也就是一个心理作用:-(

yum install php-pear
yum install php-devel
#安装apxs命令
yum install httpd-devel
#安装apc
pecl install apc

#enable apc
echo "extension=apc.so" > /etc/php.d/apc.ini

#重启apache后生效
/etc/init.d/httpd start
如果有错误请参考
http://2bits.com/articles/installing-ph … tos-5.html