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

N.A. n-a at u01.gate01.com
Sun Nov 27 08:22:04 GMT 2011


With Catalyst-Runtime-5.90007, everything is OK!
The following psgi setting is not required anymore.

Thank you t0m.


(10/30/11 07:18), N.A. wrote:
> 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.
>>
>
>
> _______________________________________________
> List: Catalyst at 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/
>




More information about the Catalyst mailing list