For ruby-lsapi, that is because a lsapi ruby worker process only idle for 60 secs by default, you can set environment variable "LSAPI_MAX_IDLE=xxx" to increase it.
For PHP FCGI connection, it probably because the TCP connection has been timed out.
When number of active connections reaches zero, that external application will disppear from the status report.