[Catalyst] Fwd: Fastcgi error: STDIN is not a socket
Andreas Marienborg
omega at palle.net
Thu Mar 23 15:08:14 CET 2006
For fastci, you need to tell apache to use fastcgi to talk to your
script, see the following docs.
http://cpansearch.perl.org/~mramberg/Catalyst-5.66/lib/Catalyst/
Engine/FastCGI.pm
andreas
On 23. mar. 2006, at 15.01, Jonas Alves wrote:
> Resent to correct From address
>
> Hello,
> I'm trying to run a catalyst application in a DreamHost account but
> i'm
> getting the following error:
>
> [Thu Mar 23 05:39:49 2006] [catalyst] [info] TGLC powered by
> Catalyst 5.66
> [Thu Mar 23 05:39:49 2006] [error] [client 195.23.92.74] STDIN is
> not a
> socket; specify a listen location
> at /home/tglclube/local/share/perl/5.8.4/Catalyst/Engine/FastCGI.pm
> line 61.
> [Thu Mar 23 05:39:49 2006] [error] [client 195.23.92.74] Premature
> end of
> script headers: tglc_fastcgi.pl
>
> In my .htaccess i have:
> RewriteEngine On
> RewriteCond %{REQUEST_URI} !^/?script/tglc_fastcgi.pl
> RewriteRule ^(.*)$ script/tglc_fastcgi.pl/$1 [PT,L]
>
> Can you guys help me please?
> --Jonas
>
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
More information about the Catalyst
mailing list