Tagged Questions
1
vote
1answer
1k views
Port Mirroring using iptables - copy all traffic among nginx on :80 and apache on :8080
I have nginx running on port 80 and apache running on port 8080
I want to transfer all the traffic to both nginx and apache asynchronously i.e the performance of one server wont be dependent on the ...