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: [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/