On 8/7/07, Ravi Prakash <ravi.prakash@xxxxxxxxxxxxxxxx> wrote: > > 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. You should probably take the discussion to modules-dev@xxxxxxxxxxxxxxxxx I also think you might have better luck sticking closer to the apache API instead of trying to work around it. -- 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