Eric Covener wrote:
> 
> On Mon, Jul 13, 2009 at 10:33 AM, ricardo13<ricardoogra...@gmail.com>
> wrote:
>>
>>
>>
>> Eric Covener wrote:
>>>
>>> On Mon, Jul 13, 2009 at 10:06 AM, ricardo13<ricardoogra...@gmail.com>
>>> wrote:
>>>>>> It's difficult. I'd suggest finding a way to use existing modules.
>>>>>
>>>>> Use or modify, that is.
>>>>> Can my module to use mod_proxy for forward requests ? How do I do it ?
>>>
>>> I'm not convinced you need a module.  mod_rewrite already illustrates
>>> this with the P flag.
>>>
>>> Because I need modify request_rec object. You told me (in other topic)
>>> that cannot modify request_rec object in external program in
>>> mod_rewrite.
>>> I use external program for schedule request.
>>>
>>> My idea is prioritize requests. I will do this form:
>>>
>>> 1° Modify field priority in request_rec. (I will create this field in
>>> request_rec)
> 
> Not arbitrarily.  You can store that value in a note (r->notes) and
> set/query via rewrite if you're not looking to do much development.
> 
> 
> You can store that value in a note (r->notes)
> How do I do it ?? Remember, using external program. Because my external
> program classifies requests.
> 
> 
> if you're not looking to do much development
> Sure !! Because I don't know nothing about APR. 
> 
> Thank you.
> Ricardo
> -- 
> Eric Covener
> cove...@gmail.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Module-that-forward-requests-tp24461810p24463143.html
Sent from the Apache HTTP Server - Module Writers mailing list archive at 
Nabble.com.

Reply via email to