burningbunny wrote:
Oops, should've read that once again before posting.
I'm trying to create seperate configuration files for XCache, one for each php-fcgi process. Unfortunately, this isn't as straightforward as passing different php.ini to spawn-fcgi because the xcache.ini is in /etc/php5/conf.d/, which is scanned and appended to php.ini automatically.
Mind if I ask why? XCache looks to be a standard opcode cacher, it seems like you'd want every spawned PHP process to use the same config/cache. You shouldn't need any special config for this, just configure XCache in the main php.ini file.