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: Separate pools on same port Status: Assigned 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: it not normal for sure. I'll look to this issue, thx Previous Comments: ------------------------------------------------------------------------ [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