Edit report at https://bugs.php.net/bug.php?id=61026&edit=1

 ID:                 61026
 Updated by:         f...@php.net
 Reported by:        flatline at hardwired dot hu
 Summary:            FPM pools can listen on the same address
-Status:             Assigned
+Status:             Closed
 Type:               Bug
 Package:            FPM related
 Operating System:   Debain Squeeze x64
 PHP Version:        5.3.10
 Assigned To:        fat
 Block user comment: N
 Private report:     N

 New Comment:

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.




Previous Comments:
------------------------------------------------------------------------
[2012-05-23 09:53:36] f...@php.net

Automatic comment on behalf of fat
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=1299503936597ea873a3eb8272aa4deec2f31e5b
Log: - Fixed bug #61026 (FPM pools can listen on the same address)

------------------------------------------------------------------------
[2012-05-23 09:53:35] f...@php.net

Automatic comment on behalf of fat
Revision: 
http://git.php.net/?p=php-src.git;a=commit;h=5d61e56dd7e19b82abde23f83b203449a48cc91a
Log: - Fixed bug #61026 (FPM pools can listen on the same address)

------------------------------------------------------------------------
[2012-05-22 16:05:09] f...@php.net

it not normal for sure. I'll look to this issue, thx

------------------------------------------------------------------------
[2012-02-09 09:49:52] flatline at hardwired dot hu

Description:
------------
It's maybe a feature, but if I define two pools and accidentally set them to 
listen on the same address/ports and I do a multiple file upload, some of the 
files will be handled by pool X, some others by pool Y. Hence their users will 
be mixed too.

user = X
listen = 127.0.0.1:9000

user = Y
listen = 127.0.0.1:9000

Test script:
---------------
-

Expected result:
----------------
Php fpm should warn about using two pools with the same listen directive.

Actual result:
--------------
-


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=61026&edit=1

Reply via email to