On Tue, Jul 21, 2009 at 10:17 AM, ricardo13<[email protected]> 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. -- Eric Covener [email protected]
