atom feed19 messages in ru.sysoev.nginxRe: Nginx + PHP FASTCGI FAILS - how t...
FromSent OnAttachments
NiroJan 12, 2010 10:05 am 
merlin coreyJan 12, 2010 4:45 pm 
war59312Feb 11, 2010 8:12 pm 
Daniel HahlerFeb 12, 2010 5:20 am 
Reinis RozitisFeb 12, 2010 6:07 am 
Piotr KarbowskiFeb 12, 2010 6:13 am 
shaktaleFeb 12, 2010 10:29 am 
UsuApr 3, 2010 7:23 pm 
Payam ChychiApr 3, 2010 7:36 pm 
jjjx128Apr 3, 2010 8:08 pm 
UsuApr 4, 2010 12:55 am 
unclepiemanApr 4, 2010 11:37 am 
UsuApr 4, 2010 11:59 am 
unclepiemanApr 4, 2010 12:19 pm 
UsuApr 4, 2010 12:21 pm 
Don BurrisJun 20, 2010 2:28 pm 
franky gmanAug 11, 2011 10:05 am 
Volodymyr KostyrkoAug 11, 2011 10:25 am 
Reinis RozitisAug 12, 2011 4:31 am 
Subject:Re: Nginx + PHP FASTCGI FAILS - how to debug ?
From:Volodymyr Kostyrko (c.kw@gmail.com)
Date:Aug 11, 2011 10:25:44 am
List:ru.sysoev.nginx

11.08.2011 20:06, franky gman wrote:

I'm having this issue. PHP5-CGI just disappears after undetermined time(1 to 4 hrs).

I have the latest php, nginx and lighttpd installed on ubuntu

to get my web service back i need to re-spawn using this command

/usr/bin/spawn-fcgi -a 127.0.0.1 -p 9000 -u www-data -g www-data -f /usr/bin/php5-cgi -P /var/run/fastcgi-php.pid

your help is appreciated

By default php-cgi process handles PHP_???? max request and automatically exits.

Consult nginx wiki for the correct startup sequence.