[Catalyst] ”Non-root configuration” of lighttpd::FastCGI doesn't work with Catalyst-Runtime-5.90002

N.A. n-a at u01.gate01.com
Sat Oct 29 22:18:30 GMT 2011


Michele,

Sorry for late reply and thank you for kind information.
Your advice helps me lot.
Now I can use myapp with  non-root configuration.

Thanks again!
N.A.



(10/27/11 03:13), Michele Beltrame wrote:
> Hello!
>
>> I hope there could be some switch to turn off this 'module'(middleware?) !!
> Just create a yourapp.psgi in Yourapp dir with:
>
> -----------
> use strict;
> use warnings;
>
> use lib './lib';
> use San;
>
> #my $app = San->apply_default_middlewares(San->psgi_app);
> my $app = San->psgi_app;
> $app;
> -----------
>
> The commented out part applies the IIS6 and Lighttpd "fixes", which
> actually break Lighttpd in non-root mapped FastCGI configuration. The
> subsequent line doesn't apply any fix.
>
> Cheers,
> Michele.
>




More information about the Catalyst mailing list