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:             Analyzed
+Status:             Closed
 Type:               Feature/Change Request
 Package:            FPM related
 Operating System:   Debian 6
 PHP Version:        5.4.3
 Assigned To:        fat
 Block user comment: N
 Private report:     N

 New Comment:

Automatic comment on behalf of fat
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=bb02fd5772070f00a7d26f2a64f34b55f6eea326
Log: Fixed bug #62216


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

Reply via email to