amoghyermalkar123 opened a new issue #8712: URL: https://github.com/apache/trafficserver/issues/8712
I have a remap on a child node that looks like this - ``` map http://something.some.com/ http://something.some.com/ ``` On parent node, the respective mapping is ``` map http://something.some.com/ http://originserver.com/ ``` I currently have only one parent configured in parent.config, so if for some reason the parent server fails, ATS tries to DNS resolve `something.some.com` - this is problematic for me. `something.some.com` when DNS resolved, points to the child server itself. This results in a 404 Multi Hop. How can I avoid this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
