Bojan Smojver wrote:
> 
> jean-frederic clere wrote:
> >
> > Bojan Smojver wrote:
> > >
> > > Don't want to be a pain in the back side... but (there is always at
> > > least one of those :-), is anyone checking this one out?
> > >
> > > I had a peek into the code and that NULL pointer is a variable called
> > > 'uwr->context'. Don't know much about mod_jk, but this one gets
> > > initialised in the same file, function uri_worker_map_add. If that thing
> > > gets blown away (or isn't redone) when Apache gracefully restarts...
> >
> > I will have a look...

It seems uwr->context is not initialized... Do you have something like:
+++
JkMount  toto titi
+++
In your httpd.conf (uri not starting with /)? I think this leaves uwr wrongly
initialized...

>
> Thanks.
> 
> Bojan

Reply via email to