php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62153 when using unix sockets, multiples FPM instances can be launched without errors
Submitted: 2012-05-25 08:57 UTC Modified: 2012-05-25 19:24 UTC
From: fat@php.net Assigned: fat (profile)
Status: Closed Package: FPM related
PHP Version: 5.3Git-2012-05-25 (Git) OS: linux
Private report: No CVE-ID: None
 [2012-05-25 08:57 UTC] fat@php.net
Description:
------------
if a pool is listening to a local unix socket, the first instance to be launched 
create the socket and listen to it

If a second instance is run, it erases the socket created by the first instance 
and creates its own. Resulting an inactive but runnung instance of FPM (the first 
one).

The second instance should be able to detect if the unix socket already exists AND 
is already in used.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-05-25 08:58 UTC] fat@php.net
-Status: Open +Status: Analyzed -Assigned To: +Assigned To: fat
 [2012-05-25 19:23 UTC] fat@php.net
Automatic comment on behalf of fat
Revision: http://git.php.net/?p=php-src.git;a=commit;h=a7761262f70d660cd20ec698c453b8daa922f422
Log: - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
 [2012-05-25 19:23 UTC] fat@php.net
Automatic comment on behalf of fat
Revision: http://git.php.net/?p=php-src.git;a=commit;h=d90003b5491c576ab28c3999c8f3121d6c0d06f1
Log: - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
 [2012-05-25 19:23 UTC] fat@php.net
Automatic comment on behalf of fat
Revision: http://git.php.net/?p=php-src.git;a=commit;h=eeba67914ebe02de279f0188be739b78c7a76958
Log: - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
 [2012-05-25 19:24 UTC] fat@php.net
-Status: Analyzed +Status: Closed
 [2012-05-25 19:24 UTC] fat@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 [2012-05-29 10:27 UTC] ab@php.net
Automatic comment on behalf of fat
Revision: http://git.php.net/?p=php-src.git;a=commit;h=a7761262f70d660cd20ec698c453b8daa922f422
Log: - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
 [2012-05-29 10:27 UTC] ab@php.net
Automatic comment on behalf of fat
Revision: http://git.php.net/?p=php-src.git;a=commit;h=d90003b5491c576ab28c3999c8f3121d6c0d06f1
Log: - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
 [2012-07-24 23:35 UTC] rasmus@php.net
Automatic comment on behalf of fat
Revision: http://git.php.net/?p=php-src.git;a=commit;h=eeba67914ebe02de279f0188be739b78c7a76958
Log: - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
 [2013-11-17 09:32 UTC] laruence@php.net
Automatic comment on behalf of fat
Revision: http://git.php.net/?p=php-src.git;a=commit;h=eeba67914ebe02de279f0188be739b78c7a76958
Log: - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
 [2014-10-07 23:24 UTC] stas@php.net
Automatic comment on behalf of fat
Revision: http://git.php.net/?p=php-src-security.git;a=commit;h=d90003b5491c576ab28c3999c8f3121d6c0d06f1
Log: - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
 [2014-10-07 23:24 UTC] stas@php.net
Automatic comment on behalf of fat
Revision: http://git.php.net/?p=php-src-security.git;a=commit;h=a7761262f70d660cd20ec698c453b8daa922f422
Log: - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
 [2014-10-07 23:35 UTC] stas@php.net
Automatic comment on behalf of fat
Revision: http://git.php.net/?p=php-src-security.git;a=commit;h=d90003b5491c576ab28c3999c8f3121d6c0d06f1
Log: - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
 [2014-10-07 23:35 UTC] stas@php.net
Automatic comment on behalf of fat
Revision: http://git.php.net/?p=php-src-security.git;a=commit;h=a7761262f70d660cd20ec698c453b8daa922f422
Log: - Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 02:01:28 2024 UTC