I’m trying to set up traffic mirroring with squid. My ideal environment is as 
follows:

incoming traffic -> squid proxy -> production webserver + development server.

The production webserver would handle the request and response back to the 
client. The development server would take in the request and process it but not 
send out the response to the client. I think I can manage the development 
server not sending the response back with iptables.

My question is, can I have squid send the incoming connection to my production 
webserver and development server? I’m trying to set up an environment where I 
can regression and load test my application with live traffic.





Reply via email to