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