Re: [us...@httpd] http request executed and forwarded to another server

2010-05-30 Thread Nilesh Govindarajan
On Mon, May 31, 2010 at 3:03 AM, wrote: > Hello, > > I would like to have an http request received by an Apache 2.2 server > executed (with the data served to the client), and  resent to another > server. The second server would then execute the request but would not > serve any data back, or the

[us...@httpd] http request executed and forwarded to another server

2010-05-30 Thread jcroux
Hello, I would like to have an http request received by an Apache 2.2 server executed (with the data served to the client), and resent to another server. The second server would then execute the request but would not serve any data back, or the first server would just ignore the answer. Any idea