auto reinicie o php-fpm no segfault

1

Eu quero reiniciar o php-fpm após os segfaults. Eu corro php-fpm no Ubuntu 14.04 confiável. Usa upstart para verificar serviços. Eu tento definir o reinício automático com opções de respawn, mas depois que o SIGSEGV php-fpm não foi reiniciado. Você poderia conselhos - qual é a melhor maneira de sempre up php. Obrigado.

root@xcart5:~# cat /etc/init/php5-fpm.conf | grep resp
respawn
respawn limit unlimited

root@xcart5:~# service php5-fpm restart
root@xcart5:~# ps ax | grep php | wc -l 
2
root@xcart5:~# service php5-fpm restart
root@xcart5:~# ps ax | grep php 
 2786 ?        Ss     0:00 php-fpm: master process (/etc/php5/fpm/php-fpm.conf)                    
 2799 ?        S+     0:00 grep php
root@xcart5:~# kill -SIGSEGV 2786
root@xcart5:~# ps ax | grep php 
 2813 ?        S+     0:00 grep php
    
por BaZZiliO 26.08.2015 / 23:31

0 respostas