here is one of the past emails: On Wed, Mar 6, 2013 at 4:21 PM, Nce Rt <nce...@yahoo.com> wrote: > > > A custom handler which is registered to run APR_HOOK_FIRST has these fields > null when processing http request: > r->content_type, r->parsed_uri.scheme
instead of being a moronic moaner, make some common-sensical assumptions if you really know what you're talking about. ________________________________ From: Tom Evans <tevans...@googlemail.com> To: modules-dev@httpd.apache.org; Nce Rt <nce...@yahoo.com> Sent: Tuesday, March 12, 2013 2:59 AM Subject: Re: some key fields of request_rec are null 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