FastCGI: comm with server "... /test.pl" aborted: GetOverlappedResult() failed

<[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel,gmane.spam.detected
Message-ID <[email protected]>
Hi all,

Can't make apache2.2.11+FCGI+windows (vista) work and google didn't help 

Using the simple synopsis code of FCGI (which works fine as a standalone script):

------------------------------------------
use FCGI;

my $count = 0;
my $request = FCGI::Request();

while($request->Accept() >= 0) {
    print("Content-type: text/html\r\n\r\n", ++$count);
}
---------------------------------------------

I keep getting this error :

[Wed Jan 28 22:39:53 2009] [warn] FastCGI: (dynamic) server "D:/Apache/fcgi-bin/test2.pl" restarted (pid 4316)
[Wed Jan 28 22:39:53 2009] [error] [client 127.0.0.1] (OS 109)Le canal de communication a été fermé.  : FastCGI: comm with server "D:/Apache/fcgi-bin/test2.pl" aborted: GetOverlappedResult() failed
[Wed Jan 28 22:39:53 2009] [error] [client 127.0.0.1] FastCGI: incomplete headers (0 bytes) received from server "D:/Apache/fcgi-bin/test2.pl"

Any idea ?


-------------------------------------------------
Extracted from my httpd.conf file:

LoadModule fastcgi_module modules/mod_fastcgi-2.4.6-AP22.dll
<IfModule fastcgi_module>
    <Directory "D:/Apache/fcgi-bin">
        SetHandler fastcgi-script
        Options +ExecCGI
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
    </Directory>
</IfModule>

_______________________________________________
FastCGI-developers mailing list
FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org
http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers
Emoticon10.gif (image/gif, 253 B) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.