码迷,mamicode.com
首页 > Web开发 > 详细

linux下为php安装APC扩展

时间:2014-07-30 11:45:43      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:http   io   ar   linux   .net   size   安装   app   

wget http://pecl.php.net/get/APC-3.1.9.tgz
tar xzvf APC-3.1.9.tgz
cd APC-3.1.9
/usr/local/php/bin/phpize
./configure --enable-apc-mmap --enable-apc --enable-apc-filehits --with-php-config=/usr/local/php/bin/php-config --prefix=/usr/local/apc
make
make install

extension = apc.so
apc.enabled = 1
apc.cache_by_default = on
apc.shm_segments = 1
apc.shm_size = 160
apc.ttl = 7200
apc.user_ttl = 7200
apc.num_files_hint = 0
apc.write_lock = On
apc.gc_ttl=3600
apc.ttl=0

linux下为php安装APC扩展,布布扣,bubuko.com

linux下为php安装APC扩展

标签:http   io   ar   linux   .net   size   安装   app   

原文地址:http://www.cnblogs.com/gpfeisoft/p/3877444.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!