32位系统的xcache.so在/usr/lib/php/modules/xcache.so
64位系统的xcache.so在/usr/lib64/php/modules/xcache.so
在/etc/php.d/目录下新建文件xcache.ini
Centos安装Xcache
安装了Xcache,提升Drupal性能
wget http://xcache.lighttpd.net/pub/Releases/1.2.1/xcache-1.2.1.tar.gz
tar -zxvf xcache-1.2.1.tar.gz
cd xcache-1.2.1
phpize
./configure --enable-xcache
make
make install