[Catalyst] Problems upgrading .psgi file (Warning "You are running
Catalyst::Engine::PSGI, which is considered a legacy engine for,
this version
of Catalyst." -> Error "response must be an array reference")
Erik Wasser
erik.wasser at iquer.net
Thu May 3 13:06:12 GMT 2012
On 05/03/2012 12:04 PM, Tomas Doran wrote:
>> 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?
Thanks for the answer.
I've helped myself and I'm using now mod_perl with PSGI and this worked
right out of box.
Case closed.
--
So long... Erik
More information about the Catalyst
mailing list