Hi Alan, If I change CONFIG proxy.config.url_remap.remap_r INT to 1 then I am
getting: "Not found on Accelerator" error on any client calling it.
regards, Dnia 14 kwietnia 2020 19:41 Alan Carroll
<solidwallofcode@verizonmedia. napisał(a): You have this " CONFIG
proxy.config.url_remap.remap_r INT 0" This means requests go through even
if there is no matching remap rule. Therefore a request to 127.0.0.1:80
127.0.0.1:80 will go through, and connect back to ATS, thereby creating a
loop. If ATS is running on a host with address 172.16.0.1 and a request for
that address arrives, exactly the same thing will happen. This may be what
using your private IP address is doing. Because the remap rule is for port
80, requests to other ports on localhost or 127.0.0.0 127.0.0.0/8 will also
loop, e.g. HTTPS requests (port 443).