On Mon, Mar 11, 2013 at 7:47 PM, Nce Rt <nce...@yahoo.com> wrote: > that's what is null I've been talking about past 2 weeks!! >
You still haven't confirmed what handler you are running in. Certain parts of the request_rec are populated by different handler stages, if your handler is running before they run, then (surprise!) those parts of the config won't be filled in. You've been asked several times what handler your code is running in, providing context and/or code would be better than just moaning. Cheers Tom