in reply to Turning off Mason for a subdirectory
%# this is subdir/autohandler <%init> open(my $fh, $m->request_comp->source_file) or return "Could nor open file $!"; $r->send_fd($fh); </%init> [download]