[EMAIL PROTECTED] wrote:
> On Fri, 17 Nov 2006, Jorge Valdes wrote:
>
>   
>> ...
>> static-file.exclude-extensions += ( ".fcgi" )
>> fastcgi.map-extensions = (
>>   "/" => ".html"
>>  ,"autohandler" => ".html"
>>     
>
> This line seems wrong. You don't want to serve the autohandler files to an 
> external request. Mason takes care of invoking autohandlers internally, 
> and does not rely on any particular server config to do that.
>
>
> -dave
>   
Hi Dave,

I know, I thought this looked wrong at first, but because of the way 
Lighttpd handles requests, this is kinda required for these 'special' 
filenames to be handled because they do not have an extension, 
otherwise, they would be handled as regular files, and not by the mason 
fcgi app. Remember, this is not apache.

Jorge.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to