On Wednesday, March 23, 2011 15:26:48 Andrew Green wrote:
> Interestingly, adding a PerlMapToStorageHandler caused a segfault

Does your code by chance return Apache2::Const::OK? If so, try to change it to 
DECLINED. A PerlMapToStorageHandler returning OK prevents the core map2storage
handler to be run. Thus, $r->filename, $r->finfo and $r->pathinfo may be 
unset. This may cause the segfault.

The problem with the PerlHeaderParserHandler is that it is skipped for 
subrequests. That might in your case affect security.

Torsten Förtsch

-- 
Need professional modperl support? Hire me! (http://foertsch.name)

Like fantasy? http://kabatinte.net

Reply via email to