Re: Как подружить phpMyadmin и eAccelerator

vnagara nginx-forum на nginx.us
Пт Ноя 4 06:25:36 UTC 2011


Saniek Wrote:
-------------------------------------------------------
> Надо настроить так, чтобы
> для конкретного location
> отключить eaccelerator, это надо
> делать в апаче (если он
> стоит), или в nginx где
> описываются директории.
> Вроде так должно быть.

In the location you should add the parameter 
fastcgi_param PHP_VALUE "eaccelerator.enable=off"

or you can do it in php-fpm by row
your proposition: php_value[eaccelerator.enable] = 0
correct will be: php_admin_flag[eaccelerator.enable] = off

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,217691,217797#msg-217797



Подробная информация о списке рассылки nginx-ru