Hi,

Eric Covener wrote:
> 
> On Tue, Jul 21, 2009 at 10:17 AM, ricardo13<ricardoogra...@gmail.com>
> wrote:
>>
>> Hi,
>>
>> I would like to konw how I pass information to other machine and between
>> modules.
>>
>> For example:
>>
>> module A (mod_rewrite) in Server A forward request to module b (worker.c)
>> in
>> Server B.
>> The modules are different. The module A sets a information and module
>> only
>> "get" that information.
>> Remember, using conn_rec.
>>
>> conn_rec->table ??
> 
> If you're forwarding a HTTP request via mod_proxy, you could add
> request headers.
> 
> Good idea but worker.c is that receive information and there isn't request
> structure in worker.c (only sockets).
> Another idea ?
> 
> Thank you
> Ricardo
> -- 
> Eric Covener
> cove...@gmail.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-I-pass-a-information---tp24588532p24602810.html
Sent from the Apache HTTP Server - Module Writers mailing list archive at 
Nabble.com.

Reply via email to