Edit report at https://bugs.php.net/bug.php?id=62216&edit=1
ID: 62216 Updated by: f...@php.net Reported by: jasmin_z at hotmail dot com Summary: Add PID to php-fpm init.d script -Status: Open +Status: Analyzed Type: Feature/Change Request Package: FPM related Operating System: Debian 6 PHP Version: 5.4.3 -Assigned To: +Assigned To: fat Block user comment: N Private report: N Previous Comments: ------------------------------------------------------------------------ [2012-06-03 16:20:28] jasmin_z at hotmail dot com Description: ------------ sapi/fpm/init.d.php-fpm file provided with current PHP build used for init.d script in Debian is missing PID option causing init script to look as it failed: # /etc/init.d/php-fpm start Starting php-fpm ................................... failed Replacing following line in php-fpm init.d file: php_opts="--fpm-config $php_fpm_CONF" to: php_opts="--fpm-config $php_fpm_CONF --pid $php_fpm_PID" fixes the issue! ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62216&edit=1