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

Carl Franks fireartist at gmail.com
Thu Mar 23 16:22:06 CET 2006


Have you checked out the page on the catalyst wiki about running under
dreamhost?
http://dev.catalyst.perl.org/wiki/Dreamhost


Carl


On 23/03/06, Jonas Alves <jonas.alves at co.clix.pt> wrote:
> 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
>
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
>



More information about the Catalyst mailing list