ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
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



Еще такой вопрос:
сделал такой пул

[pma]
listen = /var/run/pma.sock
listen.owner = www
listen.group = www
listen.mode = 0666

user = www
group = www

pm = static
pm.max_children = 2
pm.start_servers = 2
pm.min_spare_servers = 2
pm.max_spare_servers = 2
pm.max_requests = 500
php_admin_value[eaccelerator.enable] = 0

в nginx добавил
location  /pma{
   expires epoch;
   index  index.php index.html index.htm;
   fastcgi_pass unix:/var/run/pma.sock;
   fastcgi_index index.html;
   fastcgi_intercept_errors on;
   fastcgi_param SCRIPT_FILENAME
/usr/local/www/nginx$fastcgi_script_name;
   include fastcgi_params;
}

Но MyAdm не запускается с такой ошибкой
Cannot start session without errors, please check errors given in your
PHP and/or webserver log file and configure your PHP installation
properly.

Сессия так то работает, может в пул надо
что-то добавить?

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

_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.