Squid Reverse proxy works inconsistently
-
Good morning,
I finally got the Squid reverse proxy to work for an internal server. The uri resolves the correct website at port 3579.
Issue arises when I add a second mapping and web server. When visiting the second URL defined, SOMEtimes the correct page will load. Other times, the first server/mapping loads .
Keep in mind, both these mappings are connected to the same IP address, but different web server port numbers (different docker containers).
Basically its like this:
HTTP-request-server1.com --> server1.com ✓
HTTP-request-server2.com -->server2.com ✓
HTTP-request-server2.com -->server1.com X
HTTP-request-server2.com -->server1.com X
HTTP-request-server2.com -->server2.com ✓The behavior is highly inconsistent. I have not been able to figure out the correct search terms to sift the google results for this behavior. Any ideas?