[FASTCGI] FastCGI: comm with server "... /test.pl" aborted: GetOverlappedResult() failed
dj__manu at hotmail.fr
dj__manu at hotmail.fr
Wed Jan 28 17:44:21 EST 2009
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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.pins.net/mailman/private.cgi/fastcgi-developers/attachments/20090128/d621548c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 253 bytes
Desc: not available
URL: <http://mailman.pins.net/mailman/private.cgi/fastcgi-developers/attachments/20090128/d621548c/attachment.gif>
More information about the FastCGI-developers
mailing list