in reply to Re^6: Handling STDERR when using Net::OpenSSH
in thread Handling STDERR when using Net::OpenSSH

Ok, I see what is going on here: FastCGI passes as STDERR a tied file handle and when Net::OpenSSH tries to reopen it, the operation fails, probably because the file handle class is missing some method.

I have created a new issue on the module bug tracker: https://github.com/salva/p5-Net-OpenSSH/issues/24. I would try to fix it over the next weeks.