Dave Rolsky wrote:
> On Sat, 18 Nov 2006, Jorge Valdes wrote:
> 
>> 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.
> 
> My point is that you should be making the server _ignore_ the files 
> entirely, as opposed to serving them in any way. If the default is to 
> serve them as plain text, there must be a way to tell the server to not 
> serve the files at all.
> 
> The same goes for dhandler files as well.
> 
> 
> -dave
> 
> /*===================================================
> VegGuide.Org                        www.BookIRead.com
> Your guide to all that's veg.       My book blog
> ===================================================*/
> 

Just tried it out, and the following settings do work:

url.access-deny += ( "dhandler", "autohandler" )
fastcgi.map-extensions = ( "/" => ".html" )

Thanks for pointing this out. I will look into placing this into the 
wiki over the weekend.

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