首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

xcache 装配与配置

2012-07-30 
xcache 安装与配置http://netkiller.github.com/developer/php/ch09s20.html[code"screen"]# w

xcache 安装与配置
http://netkiller.github.com/developer/php/ch09s20.html


[code="screen"]# wget http://xcache.lighttpd.net/pub/Releases/1.3.2/xcache-1.3.2.tar.gz
# tar zxvf xcache-1.3.2.tar.gz
# cd xcache-1.3.2
# /srv/php/bin/phpize
# ./configure --enable-xcache
# ./configure --enable-xcache --with-php-config=/srv/php/bin/php-config
# make
# make install

# mv /srv/php-5.3.5/lib/php/extensions/no-debug-non-zts-20090626/xcache.so  /srv/php-5.3.5/lib/php/extensions/
# mkdir -p /srv/php/etc/conf.d/

xcache.ini
[code="screen"]
cat > /srv/php/etc/conf.d/xcache.ini

热点排行