Hi Eric, Well, I am designing a intranet web server for my internal office uses. The whole scheme is as below:- 1. A Request Listener Module accepts requests and sends back response. 2. This Listener Module checks the Content-Type of each request. 3. based on that content-type , it passes the whole information to specific module particularly for that service.(Here I have to use r->notes to pass data from Listener Module to service modules) 4. service Modules again responds to Listener Module with response.(Again here, I have to use r->Notes for passing data from service Module to Listener Module. 5. Now listener Module accepts the data from r->notes (as set by service modules) and sends it to client. So, Listener Module is acting as an intermediate Gateway. Eric, This is the whole scenario , for which I am not getting solution. Thanks for your Co-operation Ravi -----Original Message----- From: Eric Covener [mailto:covener@xxxxxxxxx] Sent: Tuesday, August 07, 2007 6:39 PM To: users@xxxxxxxxxxxxxxxx Subject: Re: r->notes among apache modules On 8/7/07, Ravi Prakash <ravi.prakash@xxxxxxxxxxxxxxxx> wrote: > Hi Eric , > > Can u suggest some nice technique to achieve , what I am looking for. > > It will be appreciated . You haven't specified enough. Surely there's precedent for what you're doing in some other apache module. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx