You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Crne We <cr...@yahoo.com> on 2013/02/28 03:04:02 UTC

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

even the content type is null !!


________________________________
 From: Crne We <cr...@yahoo.com>
To: "users@httpd.apache.org" <us...@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 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?

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

Posted by Crne We <cr...@yahoo.com>.
There are roaches in every mailing list who can't just shut their holes when there is nothing useful to contribute...wasting time and resources on this resource-limited planet. 


________________________________
 From: Stormy <st...@stormy.ca>
To: users@httpd.apache.org 
Sent: Friday, March 1, 2013 12: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 same level as your societal skills writing to this list for assistance?

<plonk>Crne We <cr...@yahoo.com></plonk>

P.
"The only two things that are infinite in size are the universe and human stupidity. And I'm not
completely sure about the universe." -- Albert Einstein


> if this list is dead, is there another list dedicated for apache module developers?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

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

Posted by Stormy <st...@stormy.ca>.
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 same level as your societal 
skills writing to this list for assistance?

<plonk>Crne We <cr...@yahoo.com></plonk>

P.
"The only two things that are infinite in size are the universe and human 
stupidity. And I'm not
completely sure about the universe." -- Albert Einstein


>if this list is dead, is there another list dedicated for apache module 
>developers?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


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

Posted by Eric Covener <co...@gmail.com>.
On Fri, Mar 1, 2013 at 2:13 PM, Crne We <cr...@yahoo.com> 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?

Which ones are missing, and which ones are "essential"?  Did the
client actually send them?  What hook are you running in and how are
you trying to read them?

> if this list is dead, is there another list dedicated for apache module
> developers?

Why would it be dead? If it were dead, who would answer?  A casual
search should bring you here: http://httpd.apache.org/lists.html which
lists the details for modules-dev@httpd.apache.org.

--
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] headers null in a custom module

Posted by Crne We <cr...@yahoo.com>.
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?