Add PID to php-fpm init.d script
| Request #62216 | Add PID to php-fpm init.d script | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2012-06-03 16:20 UTC | Modified: | 2012-09-28 09:26 UTC |
|
||||||||||
| From: | jasmin_z at hotmail dot com | Assigned: | fat (profile) | |||||||||||
| Status: | Closed | Package: | FPM related | |||||||||||
| PHP Version: | 5.4.3 | OS: | Debian 6 | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2012-06-03 16:20 UTC] 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!
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2012-07-04 10:39 UTC] fat@php.net
-Status: Open +Status: Analyzed -Assigned To: +Assigned To: fat
[2012-09-28 09:23 UTC] fat@php.net
-Status: Analyzed +Status: Closed
[2012-09-28 09:26 UTC] fat@php.net