On 13 Feb 2011, at 18:46, Francisco Obispo wrote:

Is there a reason why you need it to be fast_cgi and not mod_perl ?




On Feb 13, 2011, at 10:38 AM, Mark Hughes wrote:

I should have added that this is a sample of my error.log:

[root@mayfly log]# cat error.log
[Sun Feb 13 11:29:45 2011] [warn] (104)Connection reset by peer: mod_fcgid: read data from fastcgi server error. [Sun Feb 13 11:29:45 2011] [error] [client 192.168.123.102] Premature end of script headers: sumo_fastcgi.pl
[

Your web server isn't succeeding in running sumo_fastcgi.pl - either:
. You are missing some modules - did you actually install FCGI.pm etc?
. Your web server user can't see it due to file permissions
. If you installed Catalyst into a local:;lib, then your app won't get that environment when it's started...

So to start with, what happens when you run sumo_fastcgi.pl yourself, and are you deps in local::lib?

Cheers
t0m


_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to