On 3 May 2012, at 07:52, Erik Wasser wrote:
> [error] response must be an array reference
> 
> This error message comes from the source of mod_psgi.
> 
> The content after the restart with the modified .psgi file is a "500
> Internal Server Error" error page from every request.
> 
> I'm using Catalyst 5.90011. What's wrong here? Isn't mod_psgi working
> anymore? Is mod_psgi still the way to go with apache and catalyst? Did I
> read "Catalyst::Runtime" correctly?

Catalyst uses the psgi.streaming interface, and mod_psgi doesn't support this.

Try adding Plack::Middleware::BufferedStreaming to make your responses 
unbuffered?

Cheers
t0m


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

Reply via email to