phpの高速化のためphp-xcacheを導入する。
現時点ではxcache-1.2.2が最新だけれどRPMパッケージが無いので、1.2.1のsrc.rpmからspecファイルを持ってきてrpmbuild。
インストール後、/etc/php.d/xcache.iniを編集。
# diff /etc/php.d/xcache.ini /etc/php.d/xcache.ini.orig
14c14
< xcache.admin.user = 'rio'
---
> xcache.admin.user = 'mOo'
16c16
< xcache.admin.pass = 'ebf75e6818d5fa5fe887feec03a8e2f1'
---
> xcache.admin.pass = ''
25c25
< xcache.size = 128M
---
> xcache.size = 0M
27c27
< xcache.count = 2
---
> xcache.count = 1
31c31
< xcache.ttl = 3600
---
> xcache.ttl = 0
33c33
< xcache.gc_interval = 300
---
> xcache.gc_interval = 0