V
V
vizgl2012-12-06 19:44:30
PHP
vizgl, 2012-12-06 19:44:30

Disable xcache?

There is a server: Ubuntu, Nginx, php-fpm, xcache, mysql.
I put phpmyadmin, but it does not start, just a white screen. After digging in Google, I found out that the problem is in xcache. Phpmyadmin refuses to work if xcache is enabled.
Found a solution:
Add to phpmyadmin.conf:
php_admin_value xcache.cacher Off
php_admin_value xcache.stat Off
php_admin_value xcache.optimizer Off
But this solution works for apache, but I can't find anything for nginx.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
script88, 2012-12-06
@script88

Install php-apc and don't worry

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question