on a domain I the need not to use xcache, insert the following variables
xcache.cacher Off
xcache.size 0
xcache.stat Off
in php.ini restart apache for the domain but does not change anything ? While if I put these
php_flag xcache.cacher Off
php_flag xcache.size 0
php_flag xcache.stat Off
in the htaccess I get error 500, I also tried to create a php.ini file in the root of the site but nothing has changed, the module xcache is always active. how to fix?