in reply to FastCGI on IIS 6 almost working.
You should file a bug against FastCGI. They need to add:
sub FCGI::Stream::FILENO { return undef; }
But you can just add that yourself. You can even add that one line to your own script and that'd likely fix that problem.
I'm not sure what is triggering the difference. CGI.pm appears to be trying to binmode STDIN, STDOUT, and STDERR in the failing case. Fixing this problem might expose the next problem for the failing case, of course.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: FastCGI on IIS 6 almost working. (fix)
by codepoke (Initiate) on Aug 16, 2010 at 17:49 UTC |