Re: [users@httpd] Proxing to multiple backend servers(not load balancer)

2011-04-01 Thread Raino Kolk
On 01.04.2011 23:23, Jim Jagielski wrote: A request comes into Proxy. It then proxies that request to*both* CS and NS.*Only* the CS response will be sent to the client; the NS response will be logged... (where??, on NS or Proxy??). Hi, Logging is not problem. Logging can be done in NS or in s

[users@httpd] Proxing to multiple backend servers(not load balancer)

2011-04-01 Thread Raino Kolk
Hello, I have to split request and forward same request to multiple backend servers. For example I have CurrentSystem(CS) and NewSystem(NS) I need something following HTTP request | | Proxy - - - - NS | | CS CS response will be returned to client. NS response must be logged to file. Is thi