FPM pools can listen on the same address

 [2012-02-09 09:49 UTC] 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:
--------------
-

 [2012-05-22 16:04 UTC] fat@php.net

-Assigned To: +Assigned To: fat

 [2012-05-22 16:05 UTC] fat@php.net

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

 [2012-05-23 09:51 UTC] fat@php.net

-Summary: Separate pools on same port +Summary: FPM pools can listen on the same address

 [2012-05-23 09:54 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-23 09:54 UTC] fat@php.net

-Status: Assigned +Status: Closed