[Catalyst] Fwd: Fastcgi error: STDIN is not a socket

Jonas Alves jonas.alves at co.clix.pt
Thu Mar 23 16:08:05 CET 2006


On Thursday 23 March 2006 14:12, Carl Franks wrote:
> (assuming the webserver has mod_fastcgi installed...)
> you need to add something like
>     AddHandler fastcgi-script .pl
> to the config for the folder containing the .pl file
> (usually in the .htaccess file)
>
> If it's already set up to server files with a specific extension, such
> as .fcgi, appropriately, then you need to rename the .pl file to end
> with that extension.
>
> Carl

Thanks Carl. Thats what i did. But now I get this error:

[Thu Mar 23 06:55:52 2006] [error] [client 195.23.92.74] FastCGI: comm with 
(dynamic) server "/home/tglclube/TGLC/script/tglc_fastcgi.fpl" aborted: 
(first read) idle timeout (120 sec)
[Thu Mar 23 06:55:52 2006] [error] [client 195.23.92.74] FastCGI: incomplete 
headers (0 bytes) received from server 
"/home/tglclube/TGLC/script/tglc_fastcgi.fpl"

But if i execute the plain cgi script instead it works fine.

--Jonas



More information about the Catalyst mailing list