my $rr = $f->r->lookup_uri("subrequest.txt");
         #$rr->run;

For some reason, the server segfaults when the above code is run (with
the $rr->run line present)

does anything change if you use


$rr = $f->$r->lookup_uri("subrequest.txt", $f->next);

?

--Geoff



--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to