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.




-- 
Eric Covener
cove...@gmail.com

Reply via email to