03 PM
Subject: Re: [users@httpd] headers null in a custom module
At 11:13 AM 3/1/2013 -0800, Crne We wrote:
> why the heck some of the essential headers present in the request are null
> when being processed in a custom apache module/hook function?
Perhaps because you coding skills are at the
why the heck some of the essential headers present in the request are null when
being processed in a custom apache module/hook function?
if this list is dead, is there another list dedicated for apache module
developers?
even the content type is null !!
From: Crne We
To: "users@httpd.apache.org"
Sent: Wednesday, February 27, 2013 4:49 PM
Subject: http request processing a hook function
Apache 2.2 is configured to act as reverse proxy. Some of the f
Apache 2.2 is configured to act as reverse proxy. Some of the fields like
request_rec.parsed_uri.scheme have null values for a valid http request
processed in a custom apache module which is APR_HOOK_FIRST. Any clues?
Env: Windows/apache 2.2
httpd.conf: Forward proxy configuration with Basic auth.
Why would httpd respond with 403 for a valid http request?
There are no special restrictions configured besides basic Proxy setup on top
of standard httpd.conf (after clean install).