On 8/7/07, Ravi Prakash <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]  I also think you might have better luck
sticking closer to the apache API instead of trying to work around it.

-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to