[users@httpd] 403 forbidden

2012-09-16 Thread Crne We
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).

[users@httpd] http request processing a hook function

2013-02-27 Thread Crne We
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?

[users@httpd] Re: http request processing a hook function

2013-02-27 Thread Crne We
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

[users@httpd] headers null in a custom module

2013-03-01 Thread Crne We
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?

Re: [users@httpd] headers null in a custom module

2013-03-03 Thread Crne We
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