<div dir="ltr"><div><br clear="all"></div><div>Hello NGINX team,<br><br>I'm working on a RESTCONF server that streams data via SSE.<br><br>When using Apache2 with mod_fcgid, everything works fine:  <br>multiple clients can connect to /restconf/streams, and each gets a stream.<br><br><br>However, when switching to nginx + fcgiwrap, only the first connection works.<br>All other connections hang or cause nginx to become unresponsive until the first SSE stream is closed.<br><br>Even when I stop the client using Ctrl+C, nginx/fcgiwrap does not seem to close the connection.  <br>The socket remains open (verified via lsof/netstat), and nginx stays unresponsive.<br><br>I've attached both nginx and Apache configurations.<br><br>Is there a way to configure nginx + fcgiwrap to support multiple parallel event-stream (SSE) connections, and to close them properly when timeput after  the client disconnects?<br><br>Thanks,<br>Rostyslav</div></div>