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.

-- 
Michele Beltrame
http://www.italpro.net/ - m...@italpro.net
Skype: arthas77 - Twitter: _arthas

_______________________________________________
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