I switched to lighttpd and fastcgi a while ago.
A problem I've been having is that when a file does not exist, and there's
no dhandler, I get a mason error page:
         could not find component for initial path 'foo' (component roots
are: ...)
 
I'm struggling to see how ApacheHandler didn't fall into the same trap, but
I used to get a 404 instead.
I can see in AH.pm's prepare_request a section that deals with no
$comp_path, and I can see the path_info attached.
I'm unclear on where the dhandler is put into comp_path to stop a
return_not_found if there is one.
 
Either way: Does anyone have this problem, or know of a solution?
I was looking at changing either my mason-handler, or CGIHandler.pm
 
Thanks
 
Gareth Kirwan
Programming & Development,
Thermeon Europe Ltd,
[EMAIL PROTECTED]
Tel: +44 (0) 1293 864 303
Thermeon Europe e-Card: gbjk <http://www.thermeoneurope.com/e-Card/gbjk>  
 
-------------------------------------------------------------------------
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