读书人

xcache 装配与配置

发布时间: 2012-07-30 16:19:05 作者: rapoo

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

读书人网 >开源软件

热点推荐