Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Как подружить phpMyadmin и eAcc elerator
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 mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|