using request_rec of another request

2009-02-19 Thread Tamas Palagyi
Hello, What I am trying to achieve is the following: Two HTTP requests are coming in to apache from client A and B. I would like to do forwarding between these two clients. Now I can imagine it only with using another socket between the two apache processes (I use the prefork mpm) serving these

Re: sending data to output filter

2008-06-11 Thread Tamas Palagyi
a module that would do similar things what I described? Thanks, Tamas On Wed, 2008-06-11 at 11:53 +0100, Nick Kew wrote: On Tue, 10 Jun 2008 23:35:42 +0200 Tamas Palagyi [EMAIL PROTECTED] wrote: If the ap_pass_brigade() returned means that all my data has been sent successfully? Yes

mod_proxy design docs

2008-06-04 Thread Tamas Palagyi
Hello, Are there any design documentation (slides, figures, etc.) available for the mod_proxy module? I would like to understand its architecture and write a new URL type handler, similar (but much more simple) like the mod_proxy_ajp. Quick google search did not gave any useful results.

mod_proxy design docs

2008-06-03 Thread Tamas Palagyi
Hello, Are there any design documentation (slides, figures, etc.) available for the mod_proxy module? I would like to understand its architecture. Quick google search did not gave any useful results. Thanks, Tamas