Aaron,
It looks like this did the trick....my module doesn't quite work yet,
but it isn't segfaulting anymore. Thanks!
--Ryan
On Fri, 2003-05-30 at 22:24, Aaron Ross wrote:
> > my $uri = $r->uri;
> > my $subr = $r->lookup_uri($uri);
>
> Is this recursing? the subrequest will run all phases but the content
> handler, so
> i would think you'll need to add
>
> return unless $r->is_main();
>
> or something like it at the beginning of the routine.
>
> -- Aaron
>
>
