The problem is this ...
sub_req (and perhaps redirect - I'm checking) don't set up the server/vhost
per_dir_config so ap_location_walk starts with a NULL r->per_dir_config pointer.
Since there _is_ a merge, and LHS is NULL, the request dies in the core default
(fallback) dir_merge.
I need to contemplate this for a bit, likely to patch it in about an hour.
Bill
From: "Cliff Woolley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 31, 2001 1:30 PM
Subject: Re: core dump when merging directory configs
> On 31 Aug 2001, Ian Holsman wrote:
>
> > Ok.
> > I narrowed this down abit.
> > current CVS head
> >
> > with a config with a section in my httpd.conf like:
> >
> > <Location /test/>
> > </Location>
> > (it can have stuff inside of the location directive)
> >
> >
> > If I do a GET /test/index.html it works
> > if I do a GET /test/ it core dumps
> > any ideas?
>
> I was just looking at exactly the same thing. It's unrelated to the
> INTERNALLY GENERATED FOONESS thing. I'll keep looking...
>
> --Cliff
>
> --------------------------------------------------------------
> Cliff Woolley
> [EMAIL PROTECTED]
> Charlottesville, VA
>
>
>