Re: [us...@httpd] inter module communication

2010-03-11 Thread snmp apache
thanks, this looks promising, i will give it a try. On Thu, Mar 11, 2010 at 10:47 AM, Eric Covener wrote: > On Thu, Mar 11, 2010 at 10:01 AM, snmp apache > wrote: > > Hi Edgar, > > > > I am trying to call a function from all modules into one module, > > for example if i have the following modul

Re: [us...@httpd] inter module communication

2010-03-11 Thread Eric Covener
On Thu, Mar 11, 2010 at 10:01 AM, snmp apache wrote: > Hi Edgar, > > I am trying to call a function from all modules into one module, > for example if i have the following modules, > A,B,C,D. and X > > I want to be able to call a function in module X from A,B,C, and D. > your thoughts? See the op

Re: [us...@httpd] inter module communication

2010-03-11 Thread snmp apache
Hi Edgar, I am trying to call a function from all modules into one module, for example if i have the following modules, A,B,C,D. and X I want to be able to call a function in module X from A,B,C, and D. your thoughts? hash On Thu, Mar 11, 2010 at 2:13 AM, Edgar Frank wrote: > 10/03/10 hashim

Re: [us...@httpd] inter module communication

2010-03-10 Thread Edgar Frank
10/03/10 hashim qaderi >Is there an example of how to communicate between apache modules? >Any help would be appreciated. Hi. The easy way is, communication via request_rec->notes. You have to pay attention to the module/hook excution order, but you have to do this anyway for your module to funct

[us...@httpd] inter module communication

2010-03-10 Thread hashim qaderi
Hello, Is there an example of how to communicate between apache modules? Any help would be appreciated. thanks, hash - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/usersli